Searched refs:xfs_dir3_leaf_read (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_dir2_priv.h | 50 extern int xfs_dir3_leaf_read(struct xfs_trans *tp, struct xfs_inode *dp,
|
D | xfs_dir2_leaf.c | 276 xfs_dir3_leaf_read( in xfs_dir3_leaf_read() function 661 error = xfs_dir3_leaf_read(tp, dp, args->geo->leafblk, -1, &lbp); in xfs_dir2_leaf_addname() 1256 error = xfs_dir3_leaf_read(tp, dp, args->geo->leafblk, -1, &lbp); in xfs_dir2_leaf_lookup_int()
|
/Linux-v4.19/fs/xfs/scrub/ |
D | dir.c | 499 error = xfs_dir3_leaf_read(sc->tp, sc->ip, lblk, -1, &bp); in xchk_directory_leaf1_bestfree()
|