Searched refs:leaf_hdr_to_disk (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_da_format.c | 742 .leaf_hdr_to_disk = xfs_dir2_leaf_hdr_to_disk, 792 .leaf_hdr_to_disk = xfs_dir2_leaf_hdr_to_disk, 842 .leaf_hdr_to_disk = xfs_dir3_leaf_hdr_to_disk,
|
D | xfs_dir2_leaf.c | 427 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_block_to_leaf() 895 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_leaf_addname() 948 dp->d_ops->leaf_hdr_to_disk(leaf, leafhdr); in xfs_dir3_leaf_compact() 1397 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_leaf_removename() 1788 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_node_to_leaf()
|
D | xfs_dir2_node.c | 448 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_leafn_add() 1028 dp->d_ops->leaf_hdr_to_disk(leaf1, &hdr1); in xfs_dir2_leafn_rebalance() 1029 dp->d_ops->leaf_hdr_to_disk(leaf2, &hdr2); in xfs_dir2_leafn_rebalance() 1198 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_leafn_remove() 1554 dp->d_ops->leaf_hdr_to_disk(save_leaf, &savehdr); in xfs_dir2_leafn_unbalance() 1555 dp->d_ops->leaf_hdr_to_disk(drop_leaf, &drophdr); in xfs_dir2_leafn_unbalance()
|
D | xfs_dir2.h | 85 void (*leaf_hdr_to_disk)(struct xfs_dir2_leaf *to, member
|