Searched refs:xfs_dir3_block_read (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_dir2_priv.h | 53 extern int xfs_dir3_block_read(struct xfs_trans *tp, struct xfs_inode *dp,
|
D | xfs_dir2_block.c | 135 xfs_dir3_block_read( in xfs_dir3_block_read() function 383 error = xfs_dir3_block_read(tp, dp, &bp); in xfs_dir2_block_addname() 698 error = xfs_dir3_block_read(tp, dp, &bp); in xfs_dir2_block_lookup_int()
|
/linux-6.1.9/fs/xfs/ |
D | xfs_dir2_readdir.c | 159 error = xfs_dir3_block_read(args->trans, dp, &bp); in xfs_dir2_block_getdents()
|
/linux-6.1.9/fs/xfs/scrub/ |
D | dir.c | 364 error = xfs_dir3_block_read(sc->tp, sc->ip, &bp); in xchk_directory_data_bestfree()
|