Searched refs:hs_flags (Results 1 – 2 of 2) sorted by relevance
226 __u16 hs_flags; member347 return (hs->hs_flags & CFS_HASH_NO_LOCK) != 0; in cfs_hash_with_no_lock()354 return (hs->hs_flags & CFS_HASH_NO_BKTLOCK) != 0; in cfs_hash_with_no_bktlock()361 return (hs->hs_flags & CFS_HASH_RW_BKTLOCK) != 0; in cfs_hash_with_rw_bktlock()368 return (hs->hs_flags & CFS_HASH_SPIN_BKTLOCK) != 0; in cfs_hash_with_spin_bktlock()374 return (hs->hs_flags & CFS_HASH_ADD_TAIL) != 0; in cfs_hash_with_add_tail()383 return (hs->hs_flags & CFS_HASH_NO_ITEMREF) != 0; in cfs_hash_with_no_itemref()389 return (hs->hs_flags & CFS_HASH_BIGNAME) != 0; in cfs_hash_with_bigname()395 return (hs->hs_flags & CFS_HASH_COUNTER) != 0; in cfs_hash_with_counter()401 return (hs->hs_flags & CFS_HASH_REHASH) != 0; in cfs_hash_with_rehash()[all …]
1067 hs->hs_flags = flags; in cfs_hash_create()2076 hs->hs_flags, hs->hs_rehash_count); in cfs_hash_debug_str()