Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_iomap.c1330 xfs_fileoff_t cow_fsb = NULLFILEOFF, data_fsb = NULLFILEOFF; in xfs_seek_iomap_begin() local
1351 data_fsb = imap.br_startoff; in xfs_seek_iomap_begin()
1356 data_fsb = xfs_iomap_end_fsb(mp, offset, length); in xfs_seek_iomap_begin()
1367 if (data_fsb < cow_fsb + cmap.br_blockcount) in xfs_seek_iomap_begin()
1368 end_fsb = min(end_fsb, data_fsb); in xfs_seek_iomap_begin()
1385 if (cow_fsb != NULLFILEOFF && cow_fsb < data_fsb) in xfs_seek_iomap_begin()
1388 imap.br_blockcount = data_fsb - offset_fsb; in xfs_seek_iomap_begin()