Searched refs:xfs_dir2_leaf_hdr_to_disk (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_dir2_leaf.c | 67 xfs_dir2_leaf_hdr_to_disk( in xfs_dir2_leaf_hdr_to_disk() function 489 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf, &leafhdr); in xfs_dir2_block_to_leaf() 959 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf, &leafhdr); in xfs_dir2_leaf_addname() 1011 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf, leafhdr); in xfs_dir3_leaf_compact() 1464 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf, &leafhdr); in xfs_dir2_leaf_removename() 1850 xfs_dir2_leaf_hdr_to_disk(mp, leaf, &leafhdr); in xfs_dir2_node_to_leaf()
|
D | xfs_dir2_node.c | 576 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf, &leafhdr); in xfs_dir2_leafn_add() 1152 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf1, &hdr1); in xfs_dir2_leafn_rebalance() 1153 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf2, &hdr2); in xfs_dir2_leafn_rebalance() 1319 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf, &leafhdr); in xfs_dir2_leafn_remove() 1674 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, save_leaf, &savehdr); in xfs_dir2_leafn_unbalance() 1675 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, drop_leaf, &drophdr); in xfs_dir2_leafn_unbalance()
|
D | xfs_dir2_priv.h | 96 void xfs_dir2_leaf_hdr_to_disk(struct xfs_mount *mp, struct xfs_dir2_leaf *to,
|