Lines Matching refs:br_startoff
428 if (offset_fsb < wpc->imap.br_startoff || in xfs_imap_valid()
429 offset_fsb >= wpc->imap.br_startoff + wpc->imap.br_blockcount) in xfs_imap_valid()
482 } while (wpc->imap.br_startoff + wpc->imap.br_blockcount <= offset_fsb); in xfs_convert_blocks()
542 cow_fsb = imap.br_startoff; in xfs_map_blocks()
566 imap.br_startoff = end_fsb; /* fake a hole past EOF */ in xfs_map_blocks()
573 if (imap.br_startoff > offset_fsb) { in xfs_map_blocks()
574 imap.br_blockcount = imap.br_startoff - offset_fsb; in xfs_map_blocks()
575 imap.br_startoff = offset_fsb; in xfs_map_blocks()
587 cow_fsb < imap.br_startoff + imap.br_blockcount) in xfs_map_blocks()
588 imap.br_blockcount = cow_fsb - imap.br_startoff; in xfs_map_blocks()
620 cow_fsb < wpc->imap.br_startoff + wpc->imap.br_blockcount) in xfs_map_blocks()
621 wpc->imap.br_blockcount = cow_fsb - wpc->imap.br_startoff; in xfs_map_blocks()
623 ASSERT(wpc->imap.br_startoff <= offset_fsb); in xfs_map_blocks()
624 ASSERT(wpc->imap.br_startoff + wpc->imap.br_blockcount > offset_fsb); in xfs_map_blocks()
773 ((offset - XFS_FSB_TO_B(mp, wpc->imap.br_startoff)) >> 9); in xfs_add_to_ioend()