Searched refs:hs_flags (Results 1 – 2 of 2) sorted by relevance
226 __u16 hs_flags; member344 return (hs->hs_flags & CFS_HASH_NO_LOCK) != 0; in cfs_hash_with_no_lock()351 return (hs->hs_flags & CFS_HASH_NO_BKTLOCK) != 0; in cfs_hash_with_no_bktlock()358 return (hs->hs_flags & CFS_HASH_RW_BKTLOCK) != 0; in cfs_hash_with_rw_bktlock()365 return (hs->hs_flags & CFS_HASH_SPIN_BKTLOCK) != 0; in cfs_hash_with_spin_bktlock()371 return (hs->hs_flags & CFS_HASH_ADD_TAIL) != 0; in cfs_hash_with_add_tail()380 return (hs->hs_flags & CFS_HASH_NO_ITEMREF) != 0; in cfs_hash_with_no_itemref()386 return (hs->hs_flags & CFS_HASH_BIGNAME) != 0; in cfs_hash_with_bigname()392 return (hs->hs_flags & CFS_HASH_COUNTER) != 0; in cfs_hash_with_counter()398 return (hs->hs_flags & CFS_HASH_REHASH) != 0; in cfs_hash_with_rehash()[all …]
1058 hs->hs_flags = flags; in cfs_hash_create()2063 hs->hs_flags, hs->hs_rehash_count); in cfs_hash_debug_str()