Searched refs:cfs_hash_with_rehash (Results 1 – 2 of 2) sorted by relevance
219 } else if (cfs_hash_with_rehash(hs)) { in cfs_hash_lock_setup()1086 if (cfs_hash_with_rehash(hs)) in cfs_hash_create()1119 if (cfs_hash_with_rehash(hs)) in cfs_hash_destroy()1179 !cfs_hash_with_rehash(hs)) in cfs_hash_rehash_bits()1389 if (!cfs_hash_with_rehash(hs)) in cfs_hash_for_each_enter()1415 if (!cfs_hash_with_rehash(hs)) in cfs_hash_for_each_exit()1783 LASSERT(cfs_hash_with_rehash(hs) && in cfs_hash_rehash_cancel_locked()1820 LASSERT(cfs_hash_with_rehash(hs) && !cfs_hash_with_no_lock(hs)); in cfs_hash_rehash()1889 LASSERT (hs != NULL && cfs_hash_with_rehash(hs)); in cfs_hash_rehash_worker()
399 cfs_hash_with_rehash(struct cfs_hash *hs) in cfs_hash_with_rehash() function