Searched refs:cow_fsb (Results 1 – 1 of 1) sorted by relevance
314 xfs_fileoff_t cow_fsb = NULLFILEOFF; in xfs_map_blocks() local381 cow_fsb = imap.br_startoff; in xfs_map_blocks()382 if (cow_fsb != NULLFILEOFF && cow_fsb <= offset_fsb) { in xfs_map_blocks()435 if (cow_fsb != NULLFILEOFF && in xfs_map_blocks()436 cow_fsb < imap.br_startoff + imap.br_blockcount) in xfs_map_blocks()437 imap.br_blockcount = cow_fsb - imap.br_startoff; in xfs_map_blocks()460 ASSERT(whichfork == XFS_COW_FORK || cow_fsb == NULLFILEOFF || in xfs_map_blocks()461 imap.br_startoff + imap.br_blockcount <= cow_fsb); in xfs_map_blocks()