Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_da_format.c725 .leaf_hdr_to_disk = xfs_dir2_leaf_hdr_to_disk,
775 .leaf_hdr_to_disk = xfs_dir2_leaf_hdr_to_disk,
825 .leaf_hdr_to_disk = xfs_dir3_leaf_hdr_to_disk,
Dxfs_dir2_leaf.c448 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_block_to_leaf()
919 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_leaf_addname()
972 dp->d_ops->leaf_hdr_to_disk(leaf, leafhdr); in xfs_dir3_leaf_compact()
1422 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_leaf_removename()
1813 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_node_to_leaf()
Dxfs_dir2_node.c502 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_leafn_add()
1081 dp->d_ops->leaf_hdr_to_disk(leaf1, &hdr1); in xfs_dir2_leafn_rebalance()
1082 dp->d_ops->leaf_hdr_to_disk(leaf2, &hdr2); in xfs_dir2_leafn_rebalance()
1251 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_leafn_remove()
1607 dp->d_ops->leaf_hdr_to_disk(save_leaf, &savehdr); in xfs_dir2_leafn_unbalance()
1608 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