Searched refs:cow_fsb (Results 1 – 2 of 2) sorted by relevance
349 xfs_fileoff_t cow_fsb; in xfs_map_blocks() local384 cow_fsb = NULLFILEOFF; in xfs_map_blocks()396 cow_fsb = imap.br_startoff; in xfs_map_blocks()397 if (cow_fsb != NULLFILEOFF && cow_fsb <= offset_fsb) { in xfs_map_blocks()438 if (cow_fsb != NULLFILEOFF && in xfs_map_blocks()439 cow_fsb < imap.br_startoff + imap.br_blockcount) in xfs_map_blocks()440 imap.br_blockcount = cow_fsb - imap.br_startoff; in xfs_map_blocks()471 if (whichfork != XFS_COW_FORK && cow_fsb != NULLFILEOFF) { in xfs_map_blocks()472 loff_t cow_offset = XFS_FSB_TO_B(mp, cow_fsb); in xfs_map_blocks()
1195 xfs_fileoff_t cow_fsb = NULLFILEOFF, data_fsb = NULLFILEOFF; in xfs_seek_iomap_begin() local1231 cow_fsb = cmap.br_startoff; in xfs_seek_iomap_begin()1232 if (cow_fsb != NULLFILEOFF && cow_fsb <= offset_fsb) { in xfs_seek_iomap_begin()1233 if (data_fsb < cow_fsb + cmap.br_blockcount) in xfs_seek_iomap_begin()1249 if (cow_fsb != NULLFILEOFF && cow_fsb < data_fsb) in xfs_seek_iomap_begin()1250 imap.br_blockcount = cow_fsb - offset_fsb; in xfs_seek_iomap_begin()