Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_bmap_util.c1062 xfs_fileoff_t stop_fsb = XFS_B_TO_FSB(mp, offset); in xfs_insert_file_space() local
1071 error = xfs_bmap_can_insert_extents(ip, stop_fsb, shift_fsb); in xfs_insert_file_space()
1093 * The extent shifting code works on extent granularity. So, if stop_fsb in xfs_insert_file_space()
1095 * stop_fsb. in xfs_insert_file_space()
1097 error = xfs_bmap_split_extent(tp, ip, stop_fsb); in xfs_insert_file_space()
1107 &done, stop_fsb); in xfs_insert_file_space()
/linux/fs/xfs/libxfs/
H A Dxfs_bmap.h223 bool *done, xfs_fileoff_t stop_fsb);
H A Dxfs_bmap.c5785 xfs_fileoff_t stop_fsb) in xfs_bmap_insert_extents() argument
5818 stop_fsb > got.br_startoff) { in xfs_bmap_insert_extents()
5834 if (XFS_IS_CORRUPT(mp, stop_fsb > got.br_startoff)) { in xfs_bmap_insert_extents()
5864 stop_fsb >= got.br_startoff + got.br_blockcount) { in xfs_bmap_insert_extents()