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.c1298 xfs_fileoff_t cow_fsb = NULLFILEOFF, data_fsb = NULLFILEOFF; in xfs_seek_iomap_begin() local
1319 data_fsb = imap.br_startoff; in xfs_seek_iomap_begin()
1324 data_fsb = xfs_iomap_end_fsb(mp, offset, length); in xfs_seek_iomap_begin()
1335 if (data_fsb < cow_fsb + cmap.br_blockcount) in xfs_seek_iomap_begin()
1336 end_fsb = min(end_fsb, data_fsb); in xfs_seek_iomap_begin()
1353 if (cow_fsb != NULLFILEOFF && cow_fsb < data_fsb) in xfs_seek_iomap_begin()
1356 imap.br_blockcount = data_fsb - offset_fsb; in xfs_seek_iomap_begin()