Lines Matching refs:sr_bit_offset
53 unsigned int sr_bit_offset; /* The bit in the bg */ member
65 return ocfs2_which_suballoc_group(res->sr_blkno, res->sr_bit_offset); in ocfs2_group_from_res()
1323 res->sr_bit_offset = best_offset; in ocfs2_block_group_find_clear_bits()
1517 res->sr_bit_offset + in ocfs2_cluster_group_search()
1564 res->sr_bit_offset + res->sr_bits; in ocfs2_block_group_search()
1626 if (res->sr_bit_offset < bitoff) in ocfs2_bg_discontig_fix_by_rec()
1628 if (res->sr_bit_offset >= (bitoff + bitcount)) in ocfs2_bg_discontig_fix_by_rec()
1631 (res->sr_bit_offset - bitoff); in ocfs2_bg_discontig_fix_by_rec()
1632 if ((res->sr_bit_offset + res->sr_bits) > (bitoff + bitcount)) in ocfs2_bg_discontig_fix_by_rec()
1633 res->sr_bits = (bitoff + bitcount) - res->sr_bit_offset; in ocfs2_bg_discontig_fix_by_rec()
1652 res->sr_blkno = res->sr_bg_blkno + res->sr_bit_offset; in ocfs2_bg_discontig_fix_result()
1717 res->sr_bit_offset, res->sr_bits); in ocfs2_search_one_group()
1850 res->sr_bit_offset, in ocfs2_search_chain()
2013 *suballoc_bit_start = res.sr_bit_offset; in ocfs2_claim_metadata()
2164 res->sr_bit_offset, in ocfs2_claim_new_inode_at_loc()
2181 *suballoc_bit = res->sr_bit_offset; in ocfs2_claim_new_inode_at_loc()
2223 *suballoc_bit = res.sr_bit_offset; in ocfs2_claim_new_inode()
2347 res.sr_bit_offset); in __ocfs2_claim_clusters()