Home
last modified time | relevance | path

Searched refs:data_fsb (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/
H A Dxfs_iomap.c2153 xfs_fileoff_t cow_fsb = NULLFILEOFF, data_fsb = NULLFILEOFF; in xfs_seek_iomap_begin() local
2174 data_fsb = imap.br_startoff; in xfs_seek_iomap_begin()
2179 data_fsb = xfs_iomap_end_fsb(mp, offset, length); in xfs_seek_iomap_begin()
2190 if (data_fsb < cow_fsb + cmap.br_blockcount) in xfs_seek_iomap_begin()
2191 end_fsb = min(end_fsb, data_fsb); in xfs_seek_iomap_begin()
2208 if (cow_fsb != NULLFILEOFF && cow_fsb < data_fsb) in xfs_seek_iomap_begin()
2211 imap.br_blockcount = data_fsb - offset_fsb; in xfs_seek_iomap_begin()