/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_bmap.h | 223 xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb, 228 xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb,
|
H A D | xfs_bmap.c | 5773 xfs_fileoff_t *next_fsb, in xfs_bmap_collapse_extents() 5808 if (!xfs_iext_lookup_extent(ip, ifp, *next_fsb, &icur, &got)) { in xfs_bmap_collapse_extents() 5850 *next_fsb = got.br_startoff; in xfs_bmap_collapse_extents() 5889 xfs_fileoff_t *next_fsb, in xfs_bmap_insert_extents() 5925 if (*next_fsb == NULLFSBLOCK) { in xfs_bmap_insert_extents() 5933 if (!xfs_iext_lookup_extent(ip, ifp, *next_fsb, &icur, &got)) { in xfs_bmap_insert_extents() 5976 *next_fsb = got.br_startoff; in xfs_bmap_insert_extents() 5770 xfs_bmap_collapse_extents( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb, bool *done) xfs_bmap_collapse_extents() argument 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 D | xfs_bmap.h | 207 xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb, 212 xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb,
|
H A D | xfs_bmap.c | 5745 xfs_fileoff_t *next_fsb, in xfs_bmap_collapse_extents() 5778 if (!xfs_iext_lookup_extent(ip, ifp, *next_fsb, &icur, &got)) { in xfs_bmap_collapse_extents() 5820 *next_fsb = got.br_startoff; in xfs_bmap_collapse_extents() 5859 xfs_fileoff_t *next_fsb, in xfs_bmap_insert_extents() 5893 if (*next_fsb == NULLFSBLOCK) { in xfs_bmap_insert_extents() 5901 if (!xfs_iext_lookup_extent(ip, ifp, *next_fsb, &icur, &got)) { in xfs_bmap_insert_extents() 5944 *next_fsb = got.br_startoff; in xfs_bmap_insert_extents() 5742 xfs_bmap_collapse_extents( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb, bool *done) xfs_bmap_collapse_extents() argument 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 D | xfs_bmap_util.c | 1068 xfs_fileoff_t next_fsb = XFS_B_TO_FSB(mp, offset + len); in xfs_collapse_file_space() local 1093 error = xfs_bmap_collapse_extents(tp, ip, &next_fsb, shift_fsb, in xfs_collapse_file_space() 1138 xfs_fileoff_t next_fsb = NULLFSBLOCK; in xfs_insert_file_space() local 1177 error = xfs_bmap_insert_extents(tp, ip, &next_fsb, shift_fsb, in xfs_insert_file_space()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_bmap_util.c | 1113 xfs_fileoff_t next_fsb = XFS_B_TO_FSB(mp, offset + len); in xfs_collapse_file_space() local 1138 error = xfs_bmap_collapse_extents(tp, ip, &next_fsb, shift_fsb, in xfs_collapse_file_space() 1183 xfs_fileoff_t next_fsb = NULLFSBLOCK; in xfs_insert_file_space() local 1229 error = xfs_bmap_insert_extents(tp, ip, &next_fsb, shift_fsb, in xfs_insert_file_space()
|