Home
last modified time | relevance | path

Searched refs:xfs_bmap_last_before (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_bmap.h192 int xfs_bmap_last_before(struct xfs_trans *tp, struct xfs_inode *ip,
H A Dxfs_dir2.c708 if ((error = xfs_bmap_last_before(tp, dp, &bno, XFS_DATA_FORK))) { in xfs_dir2_shrink_inode()
H A Dxfs_dir2_leaf.c1791 if ((error = xfs_bmap_last_before(tp, dp, &fo, XFS_DATA_FORK))) { in xfs_dir2_node_to_leaf()
H A Dxfs_da_btree.c2437 error = xfs_bmap_last_before(tp, dp, &lastoff, w); in xfs_da3_swap_lastblock()
H A Dxfs_bmap.c1291 xfs_bmap_last_before( in xfs_bmap_last_before() function
/linux-6.15/fs/xfs/scrub/
H A Ddir_repair.c588 error = xfs_bmap_last_before(rd->sc->tp, dp, &last, XFS_DATA_FORK); in xrep_dir_guess_format()