Home
last modified time | relevance | path

Searched refs:hsb_head (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h104 long hsb_head[0]; /**< hash-head array */ member
455 return offsetof(struct cfs_hash_bucket, hsb_head[0]) + in cfs_hash_bkt_size()
/drivers/staging/lustre/lustre/libcfs/
Dhash.c257 head = (struct cfs_hash_head *)&bd->bd_bucket->hsb_head[0]; in cfs_hash_hh_hhead()
297 head = (struct cfs_hash_head_dep *)&bd->bd_bucket->hsb_head[0]; in cfs_hash_hd_hhead()
345 head = (struct cfs_hash_dhead *)&bd->bd_bucket->hsb_head[0]; in cfs_hash_dh_hhead()
402 head = (struct cfs_hash_dhead_dep *)&bd->bd_bucket->hsb_head[0]; in cfs_hash_dd_hhead()