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.c2244 xfs_fileoff_t cow_fsb = NULLFILEOFF, data_fsb = NULLFILEOFF; in xfs_seek_iomap_begin() local
2265 data_fsb = imap.br_startoff; in xfs_seek_iomap_begin()
2270 data_fsb = xfs_iomap_end_fsb(mp, offset, length); in xfs_seek_iomap_begin()
2281 if (data_fsb < cow_fsb + cmap.br_blockcount) in xfs_seek_iomap_begin()
2282 end_fsb = min(end_fsb, data_fsb); in xfs_seek_iomap_begin()
2299 if (cow_fsb != NULLFILEOFF && cow_fsb < data_fsb) in xfs_seek_iomap_begin()
2302 imap.br_blockcount = data_fsb - offset_fsb; in xfs_seek_iomap_begin()