Searched refs:xfs_dir2_leaf_hdr_from_disk (Results 1 – 4 of 4) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2_priv.h | 94 void xfs_dir2_leaf_hdr_from_disk(struct xfs_mount *mp,
|
H A D | xfs_dir2_block.c | 960 xfs_dir2_leaf_hdr_from_disk(mp, &leafhdr, leaf); in xfs_dir2_leaf_to_block()
|
H A D | xfs_da_btree.c | 771 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf); in xfs_da3_root_split() 2475 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, in xfs_da3_swap_lastblock()
|
/linux/fs/xfs/scrub/ |
H A D | dir.c | 344 xfs_dir2_leaf_hdr_from_disk(mp, &hdr, blk->bp->b_addr); in xchk_dir_rec() 647 xfs_dir2_leaf_hdr_from_disk(sc->ip->i_mount, &leafhdr, leaf); in xchk_directory_leaf1_bestfree()
|