Searched refs:xfs_dir2_leaf_hdr_to_disk (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/fs/xfs/libxfs/ |
D | xfs_dir2_leaf.c | 66 xfs_dir2_leaf_hdr_to_disk( in xfs_dir2_leaf_hdr_to_disk() function 438 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf, &leafhdr); in xfs_dir2_block_to_leaf() 907 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf, &leafhdr); in xfs_dir2_leaf_addname() 959 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf, leafhdr); in xfs_dir3_leaf_compact() 1409 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf, &leafhdr); in xfs_dir2_leaf_removename() 1793 xfs_dir2_leaf_hdr_to_disk(mp, leaf, &leafhdr); in xfs_dir2_node_to_leaf()
|
D | xfs_dir2_node.c | 568 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf, &leafhdr); in xfs_dir2_leafn_add() 1142 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf1, &hdr1); in xfs_dir2_leafn_rebalance() 1143 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf2, &hdr2); in xfs_dir2_leafn_rebalance() 1309 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf, &leafhdr); in xfs_dir2_leafn_remove() 1663 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, save_leaf, &savehdr); in xfs_dir2_leafn_unbalance() 1664 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, drop_leaf, &drophdr); in xfs_dir2_leafn_unbalance()
|
D | xfs_dir2_priv.h | 95 void xfs_dir2_leaf_hdr_to_disk(struct xfs_mount *mp, struct xfs_dir2_leaf *to,
|