Home
last modified time | relevance | path

Searched defs:cfs_hash (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h211 struct cfs_hash { struct
214 union cfs_hash_lock hs_lock; argument
216 struct cfs_hash_ops *hs_ops; argument
218 struct cfs_hash_lock_ops *hs_lops; argument
220 struct cfs_hash_hlist_ops *hs_hops; argument
222 struct cfs_hash_bucket **hs_buckets; argument
225 /** hash flags, see cfs_hash_tag for detail */ argument
249 /** # of iterators (caller of cfs_hash_for_each_*) */ argument
256 struct cfs_hash_bucket **hs_rehash_buckets; argument
275 struct cfs_hash_lock_ops { argument
[all …]