Searched refs:cur_bits (Results 1 – 2 of 2) sorted by relevance
1019 cfs_hash_create(char *name, unsigned cur_bits, unsigned max_bits, in cfs_hash_create() argument1041 LASSERT(cur_bits > 0); in cfs_hash_create()1042 LASSERT(cur_bits >= bkt_bits); in cfs_hash_create()1043 LASSERT(max_bits >= cur_bits && max_bits < 31); in cfs_hash_create()1044 LASSERT(ergo((flags & CFS_HASH_REHASH) == 0, cur_bits == max_bits)); in cfs_hash_create()1066 hs->hs_cur_bits = (__u8)cur_bits; in cfs_hash_create()1067 hs->hs_min_bits = (__u8)cur_bits; in cfs_hash_create()
671 struct cfs_hash *cfs_hash_create(char *name, unsigned cur_bits, unsigned max_bits,