Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_bmap.h207 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 Dxfs_bmap.c5770 xfs_fileoff_t *next_fsb, in xfs_bmap_collapse_extents() argument
5803 if (!xfs_iext_lookup_extent(ip, ifp, *next_fsb, &icur, &got)) { in xfs_bmap_collapse_extents()
5845 *next_fsb = got.br_startoff; in xfs_bmap_collapse_extents()
5884 xfs_fileoff_t *next_fsb, in xfs_bmap_insert_extents() argument
5918 if (*next_fsb == NULLFSBLOCK) { in xfs_bmap_insert_extents()
5926 if (!xfs_iext_lookup_extent(ip, ifp, *next_fsb, &icur, &got)) { in xfs_bmap_insert_extents()
5969 *next_fsb = got.br_startoff; in xfs_bmap_insert_extents()
/openbmc/linux/fs/xfs/
H A Dxfs_bmap_util.c1132 xfs_fileoff_t next_fsb = XFS_B_TO_FSB(mp, offset + len); in xfs_collapse_file_space() local
1157 error = xfs_bmap_collapse_extents(tp, ip, &next_fsb, shift_fsb, in xfs_collapse_file_space()
1202 xfs_fileoff_t next_fsb = NULLFSBLOCK; in xfs_insert_file_space() local
1248 error = xfs_bmap_insert_extents(tp, ip, &next_fsb, shift_fsb, in xfs_insert_file_space()