Lines Matching refs:br_startoff
96 len = min(XFS_FSB_TO_B(mp, imap->br_startoff + imap->br_blockcount), in xfs_exchmaps_update_size()
237 if (!isaligned_64(irec->br_startoff, mp->m_sb.sb_rextsize)) { in xfs_exchmaps_can_skip_mapping()
240 new_end = roundup_64(irec->br_startoff, mp->m_sb.sb_rextsize); in xfs_exchmaps_can_skip_mapping()
242 new_end - irec->br_startoff); in xfs_exchmaps_can_skip_mapping()
260 new_end = rounddown_64(irec->br_startoff + irec->br_blockcount, in xfs_exchmaps_can_skip_mapping()
262 irec->br_blockcount = new_end - irec->br_startoff; in xfs_exchmaps_can_skip_mapping()
302 irec1->br_startoff != xmi->xmi_startoff1) { in xfs_exchmaps_find_mappings()
327 irec2->br_startoff != xmi->xmi_startoff2) { in xfs_exchmaps_find_mappings()
401 swap(irec1->br_startoff, irec2->br_startoff); in xfs_exchmaps_one_step()
737 if (b1->br_startoff + b1->br_blockcount == b2->br_startoff && in xmi_can_merge()
915 off = irec->br_startoff + irec->br_blockcount; in xmi_next()
921 nrec->br_startoff != off) { in xmi_next()