Searched refs:cfs_hash_bucket (Results 1 – 2 of 2) sorted by relevance
98 struct cfs_hash_bucket { struct111 struct cfs_hash_bucket *bd_bucket; /**< address of bucket */ argument222 struct cfs_hash_bucket **hs_buckets;256 struct cfs_hash_bucket **hs_rehash_buckets;455 return offsetof(struct cfs_hash_bucket, hsb_head[0]) + in cfs_hash_bkt_size()
479 cfs_hash_bd_from_key(struct cfs_hash *hs, struct cfs_hash_bucket **bkts, in cfs_hash_bd_from_key()573 struct cfs_hash_bucket *obkt = bd_old->bd_bucket; in cfs_hash_bd_move_locked()574 struct cfs_hash_bucket *nbkt = bd_new->bd_bucket; in cfs_hash_bd_move_locked()708 struct cfs_hash_bucket *prev = NULL; in cfs_hash_multi_bd_lock()731 struct cfs_hash_bucket *prev = NULL; in cfs_hash_multi_bd_unlock()894 cfs_hash_buckets_free(struct cfs_hash_bucket **buckets, in cfs_hash_buckets_free()912 static struct cfs_hash_bucket **913 cfs_hash_buckets_realloc(struct cfs_hash *hs, struct cfs_hash_bucket **old_bkts, in cfs_hash_buckets_realloc()916 struct cfs_hash_bucket **new_bkts; in cfs_hash_buckets_realloc()1880 struct cfs_hash_bucket **bkts; in cfs_hash_rehash_worker()[all …]