Searched refs:cow_fsb (Results 1 – 2 of 2) sorted by relevance
290 xfs_fileoff_t cow_fsb; in xfs_map_blocks() local328 cow_fsb = NULLFILEOFF; in xfs_map_blocks()339 cow_fsb = imap.br_startoff; in xfs_map_blocks()340 if (cow_fsb != NULLFILEOFF && cow_fsb <= offset_fsb) { in xfs_map_blocks()381 if (cow_fsb != NULLFILEOFF && in xfs_map_blocks()382 cow_fsb < imap.br_startoff + imap.br_blockcount) in xfs_map_blocks()383 imap.br_blockcount = cow_fsb - imap.br_startoff; in xfs_map_blocks()426 if (whichfork != XFS_COW_FORK && cow_fsb != NULLFILEOFF) { in xfs_map_blocks()427 loff_t cow_offset = XFS_FSB_TO_B(mp, cow_fsb); in xfs_map_blocks()
1877 xfs_fileoff_t cow_fsb = NULLFILEOFF, data_fsb = NULLFILEOFF; in xfs_seek_iomap_begin() local1912 cow_fsb = cmap.br_startoff; in xfs_seek_iomap_begin()1913 if (cow_fsb != NULLFILEOFF && cow_fsb <= offset_fsb) { in xfs_seek_iomap_begin()1914 if (data_fsb < cow_fsb + cmap.br_blockcount) in xfs_seek_iomap_begin()1932 if (cow_fsb != NULLFILEOFF && cow_fsb < data_fsb) in xfs_seek_iomap_begin()1933 imap.br_blockcount = cow_fsb - offset_fsb; in xfs_seek_iomap_begin()