Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_bmap.h224 bool *done, xfs_fileoff_t stop_fsb);
Dxfs_bmap.c5735 xfs_fileoff_t stop_fsb) in xfs_bmap_insert_extents() argument
5774 stop_fsb > got.br_startoff) { in xfs_bmap_insert_extents()
5787 if (stop_fsb >= got.br_startoff + got.br_blockcount) { in xfs_bmap_insert_extents()
5815 stop_fsb >= got.br_startoff + got.br_blockcount) { in xfs_bmap_insert_extents()
/Linux-v4.19/fs/xfs/
Dxfs_bmap_util.c1359 xfs_fileoff_t stop_fsb = XFS_B_TO_FSB(mp, offset); in xfs_insert_file_space() local
1369 error = xfs_bmap_can_insert_extents(ip, stop_fsb, shift_fsb); in xfs_insert_file_space()
1382 error = xfs_bmap_split_extent(ip, stop_fsb); in xfs_insert_file_space()
1395 &done, stop_fsb); in xfs_insert_file_space()