Searched refs:cfs_hash_with_no_lock (Results 1 – 2 of 2) sorted by relevance
212 if (cfs_hash_with_no_lock(hs)) { in cfs_hash_lock_setup()951 if (cfs_hash_with_no_lock(hs) || in cfs_hash_buckets_realloc()1178 if (cfs_hash_with_no_lock(hs) || in cfs_hash_rehash_bits()1650 if (cfs_hash_with_no_lock(hs) || in cfs_hash_for_each_nolock()1684 if (cfs_hash_with_no_lock(hs)) in cfs_hash_for_each_empty()1784 !cfs_hash_with_no_lock(hs)); in cfs_hash_rehash_cancel_locked()1820 LASSERT(cfs_hash_with_rehash(hs) && !cfs_hash_with_no_lock(hs)); in cfs_hash_rehash()
344 cfs_hash_with_no_lock(struct cfs_hash *hs) in cfs_hash_with_no_lock() function