Home
last modified time | relevance | path

Searched refs:stop_fsb (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_bmap.h229 bool *done, xfs_fileoff_t stop_fsb);
H A Dxfs_bmap.c5892 xfs_fileoff_t stop_fsb) in xfs_bmap_insert_extents()
5928 stop_fsb > got.br_startoff) { in xfs_bmap_insert_extents()
5943 if (XFS_IS_CORRUPT(mp, stop_fsb > got.br_startoff)) { in xfs_bmap_insert_extents()
5971 stop_fsb >= got.br_startoff + got.br_blockcount) { in xfs_bmap_insert_extents()
5886 xfs_bmap_insert_extents( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb, bool *done, xfs_fileoff_t stop_fsb) xfs_bmap_insert_extents() argument
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_bmap.h213 bool *done, xfs_fileoff_t stop_fsb);
H A Dxfs_bmap.c5862 xfs_fileoff_t stop_fsb) in xfs_bmap_insert_extents()
5896 stop_fsb > got.br_startoff) { in xfs_bmap_insert_extents()
5911 if (XFS_IS_CORRUPT(mp, stop_fsb > got.br_startoff)) { in xfs_bmap_insert_extents()
5939 stop_fsb >= got.br_startoff + got.br_blockcount) { in xfs_bmap_insert_extents()
5856 xfs_bmap_insert_extents( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb, bool *done, xfs_fileoff_t stop_fsb) xfs_bmap_insert_extents() argument
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_bmap_util.c1137 xfs_fileoff_t stop_fsb = XFS_B_TO_FSB(mp, offset); in xfs_insert_file_space() local
1147 error = xfs_bmap_can_insert_extents(ip, stop_fsb, shift_fsb); in xfs_insert_file_space()
1164 * The extent shifting code works on extent granularity. So, if stop_fsb in xfs_insert_file_space()
1166 * stop_fsb. in xfs_insert_file_space()
1168 error = xfs_bmap_split_extent(tp, ip, stop_fsb); in xfs_insert_file_space()
1178 &done, stop_fsb); in xfs_insert_file_space()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_bmap_util.c1182 xfs_fileoff_t stop_fsb = XFS_B_TO_FSB(mp, offset); in xfs_insert_file_space() local
1192 error = xfs_bmap_can_insert_extents(ip, stop_fsb, shift_fsb); in xfs_insert_file_space()
1216 * The extent shifting code works on extent granularity. So, if stop_fsb in xfs_insert_file_space()
1218 * stop_fsb. in xfs_insert_file_space()
1220 error = xfs_bmap_split_extent(tp, ip, stop_fsb); in xfs_insert_file_space()
1230 &done, stop_fsb); in xfs_insert_file_space()

Completed in 29 milliseconds