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()1077 if (cfs_hash_with_rehash(hs)) in cfs_hash_create()1110 if (cfs_hash_with_rehash(hs)) in cfs_hash_destroy()1170 !cfs_hash_with_rehash(hs)) in cfs_hash_rehash_bits()1380 if (!cfs_hash_with_rehash(hs)) in cfs_hash_for_each_enter()1406 if (!cfs_hash_with_rehash(hs)) in cfs_hash_for_each_exit()1770 LASSERT(cfs_hash_with_rehash(hs) && in cfs_hash_rehash_cancel_locked()1807 LASSERT(cfs_hash_with_rehash(hs) && !cfs_hash_with_no_lock(hs)); in cfs_hash_rehash()1876 LASSERT (hs != NULL && cfs_hash_with_rehash(hs)); in cfs_hash_rehash_worker()
396 cfs_hash_with_rehash(struct cfs_hash *hs) in cfs_hash_with_rehash() function