Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_bmap.h174 int xfs_bmap_last_before(struct xfs_trans *tp, struct xfs_inode *ip,
Dxfs_dir2.c650 if ((error = xfs_bmap_last_before(tp, dp, &bno, XFS_DATA_FORK))) { in xfs_dir2_shrink_inode()
Dxfs_dir2_leaf.c1833 if ((error = xfs_bmap_last_before(tp, dp, &fo, XFS_DATA_FORK))) { in xfs_dir2_node_to_leaf()
Dxfs_da_btree.c1731 error = xfs_bmap_last_before(tp, ip, &lastoff, w); in xfs_da_swap_lastblock()
Dxfs_bmap.c3823 xfs_bmap_last_before( in xfs_bmap_last_before() function