Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dsuballoc.c67 unsigned int sr_bit_offset; /* The bit in the bg */ member
79 return ocfs2_which_suballoc_group(res->sr_blkno, res->sr_bit_offset); in ocfs2_group_from_res()
1337 res->sr_bit_offset = best_offset; in ocfs2_block_group_find_clear_bits()
1531 res->sr_bit_offset + in ocfs2_cluster_group_search()
1578 res->sr_bit_offset + res->sr_bits; in ocfs2_block_group_search()
1640 if (res->sr_bit_offset < bitoff) in ocfs2_bg_discontig_fix_by_rec()
1642 if (res->sr_bit_offset >= (bitoff + bitcount)) in ocfs2_bg_discontig_fix_by_rec()
1645 (res->sr_bit_offset - bitoff); in ocfs2_bg_discontig_fix_by_rec()
1646 if ((res->sr_bit_offset + res->sr_bits) > (bitoff + bitcount)) in ocfs2_bg_discontig_fix_by_rec()
1647 res->sr_bits = (bitoff + bitcount) - res->sr_bit_offset; in ocfs2_bg_discontig_fix_by_rec()
[all …]