Home
last modified time | relevance | path

Searched refs:leaf_hdr_to_disk (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/libxfs/
Dxfs_da_format.c722 .leaf_hdr_to_disk = xfs_dir2_leaf_hdr_to_disk,
772 .leaf_hdr_to_disk = xfs_dir2_leaf_hdr_to_disk,
822 .leaf_hdr_to_disk = xfs_dir3_leaf_hdr_to_disk,
Dxfs_dir2_leaf.c387 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_block_to_leaf()
855 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_leaf_addname()
908 dp->d_ops->leaf_hdr_to_disk(leaf, leafhdr); in xfs_dir3_leaf_compact()
1358 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_leaf_removename()
1749 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_node_to_leaf()
Dxfs_dir2_node.c496 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_leafn_add()
1076 dp->d_ops->leaf_hdr_to_disk(leaf1, &hdr1); in xfs_dir2_leafn_rebalance()
1077 dp->d_ops->leaf_hdr_to_disk(leaf2, &hdr2); in xfs_dir2_leafn_rebalance()
1246 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_leafn_remove()
1602 dp->d_ops->leaf_hdr_to_disk(save_leaf, &savehdr); in xfs_dir2_leafn_unbalance()
1603 dp->d_ops->leaf_hdr_to_disk(drop_leaf, &drophdr); in xfs_dir2_leafn_unbalance()
Dxfs_dir2.h74 void (*leaf_hdr_to_disk)(struct xfs_dir2_leaf *to, member