Searched refs:bd_offset (Results 1 – 4 of 4) sorted by relevance
112 unsigned int bd_offset; /**< offset in bucket */ member566 return bd->bd_offset | (bd->bd_bucket->hsb_index << hs->hs_bkt_bits); in cfs_hash_bd_index_get()574 bd->bd_offset = index & (CFS_HASH_BKT_NHLIST(hs) - 1U); in cfs_hash_bd_index_set()610 if (bd1->bd_offset != bd2->bd_offset) in cfs_hash_bd_compare()611 return bd1->bd_offset - bd2->bd_offset; in cfs_hash_bd_compare()862 for ((bd)->bd_offset = 0; \863 (bd)->bd_offset < CFS_HASH_BKT_NHLIST(hs) && \865 (bd)->bd_offset++)
258 return &head[bd->bd_offset].hh_head; in cfs_hash_hh_hhead()298 return &head[bd->bd_offset].hd_head; in cfs_hash_hd_hhead()346 return &head[bd->bd_offset].dh_head; in cfs_hash_dh_hhead()403 return &head[bd->bd_offset].dd_head; in cfs_hash_dd_hhead()487 bd->bd_offset = index >> (bits - hs->hs_bkt_bits); in cfs_hash_bd_from_key()520 hs->hs_dep_off = bd->bd_offset; in cfs_hash_bd_dep_record()1139 bd.bd_offset, bd.bd_bucket->hsb_count); in cfs_hash_destroy()
493 bdescs[i].bd_offset, in nilfs_ioctl_do_get_bdescs()791 bdescs[i].bd_offset, in nilfs_ioctl_mark_blocks_dirty()804 bdescs[i].bd_offset); in nilfs_ioctl_mark_blocks_dirty()810 ret = nilfs_bmap_mark(bmap, bdescs[i].bd_offset, in nilfs_ioctl_mark_blocks_dirty()
885 __u64 bd_offset; member