Home
last modified time | relevance | path

Searched refs:inode_shard_bits (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dbcachefs.h1066 unsigned inode_shard_bits; member
Dsuper.c876 c->inode_shard_bits = ilog2(roundup_pow_of_two(num_possible_cpus())); in bch2_fs_alloc()
905 !(c->unused_inode_hints = kcalloc(1U << c->inode_shard_bits, in bch2_fs_alloc()
Dinode.c876 bits -= c->inode_shard_bits; in bch2_inode_create()