Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_iomap.c1287 xfs_fileoff_t cow_fsb = NULLFILEOFF, data_fsb = NULLFILEOFF; in xfs_seek_iomap_begin() local
1308 data_fsb = imap.br_startoff; in xfs_seek_iomap_begin()
1313 data_fsb = xfs_iomap_end_fsb(mp, offset, length); in xfs_seek_iomap_begin()
1324 if (data_fsb < cow_fsb + cmap.br_blockcount) in xfs_seek_iomap_begin()
1325 end_fsb = min(end_fsb, data_fsb); in xfs_seek_iomap_begin()
1342 if (cow_fsb != NULLFILEOFF && cow_fsb < data_fsb) in xfs_seek_iomap_begin()
1345 imap.br_blockcount = data_fsb - offset_fsb; in xfs_seek_iomap_begin()