Searched refs:xfs_bmap_last_before (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_bmap.h | 198 int xfs_bmap_last_before(struct xfs_trans *tp, struct xfs_inode *ip,
|
H A D | xfs_dir2.c | 693 if ((error = xfs_bmap_last_before(tp, dp, &bno, XFS_DATA_FORK))) { in xfs_dir2_shrink_inode()
|
H A D | xfs_dir2_leaf.c | 1726 if ((error = xfs_bmap_last_before(tp, dp, &fo, XFS_DATA_FORK))) { in xfs_dir2_node_to_leaf()
|
H A D | xfs_da_btree.c | 2293 error = xfs_bmap_last_before(tp, dp, &lastoff, w); in xfs_da3_swap_lastblock()
|
H A D | xfs_bmap.c | 1319 xfs_bmap_last_before( in xfs_bmap_last_before() function
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_bmap.h | 183 int xfs_bmap_last_before(struct xfs_trans *tp, struct xfs_inode *ip,
|
H A D | xfs_dir2.c | 716 if ((error = xfs_bmap_last_before(tp, dp, &bno, XFS_DATA_FORK))) { in xfs_dir2_shrink_inode()
|
H A D | xfs_dir2_leaf.c | 1735 if ((error = xfs_bmap_last_before(tp, dp, &fo, XFS_DATA_FORK))) { in xfs_dir2_node_to_leaf()
|
H A D | xfs_da_btree.c | 2305 error = xfs_bmap_last_before(tp, dp, &lastoff, w); in xfs_da3_swap_lastblock()
|
H A D | xfs_bmap.c | 1275 xfs_bmap_last_before( in xfs_bmap_last_before() function
|
Completed in 26 milliseconds