Searched defs:cfs_hash (Results 1 – 1 of 1) sorted by relevance
211 struct cfs_hash { struct214 union cfs_hash_lock hs_lock; argument216 struct cfs_hash_ops *hs_ops; argument218 struct cfs_hash_lock_ops *hs_lops; argument220 struct cfs_hash_hlist_ops *hs_hops; argument222 struct cfs_hash_bucket **hs_buckets; argument225 /** hash flags, see cfs_hash_tag for detail */ argument249 /** # of iterators (caller of cfs_hash_for_each_*) */ argument256 struct cfs_hash_bucket **hs_rehash_buckets; argument275 struct cfs_hash_lock_ops { argument[all …]