Searched refs:bd_offset (Results 1 – 4 of 4) sorted by relevance
112 unsigned int bd_offset; /**< offset in bucket */ member560 return bd->bd_offset | (bd->bd_bucket->hsb_index << hs->hs_bkt_bits); in cfs_hash_bd_index_get()567 bd->bd_offset = index & (CFS_HASH_BKT_NHLIST(hs) - 1U); in cfs_hash_bd_index_set()603 if (bd1->bd_offset != bd2->bd_offset) in cfs_hash_bd_compare()604 return bd1->bd_offset - bd2->bd_offset; in cfs_hash_bd_compare()837 for ((bd)->bd_offset = 0; \838 (bd)->bd_offset < CFS_HASH_BKT_NHLIST(hs) && \840 (bd)->bd_offset++)
257 return &head[bd->bd_offset].hh_head; in cfs_hash_hh_hhead()297 return &head[bd->bd_offset].hd_head; in cfs_hash_hd_hhead()341 return &head[bd->bd_offset].dh_head; in cfs_hash_dh_hhead()396 return &head[bd->bd_offset].dd_head; in cfs_hash_dd_hhead()478 bd->bd_offset = index >> (bits - hs->hs_bkt_bits); in cfs_hash_bd_from_key()511 hs->hs_dep_off = bd->bd_offset; in cfs_hash_bd_dep_record()1130 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