Searched refs:leaf_hdr_to_disk (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/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 | 432 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_block_to_leaf() 900 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_leaf_addname() 953 dp->d_ops->leaf_hdr_to_disk(leaf, leafhdr); in xfs_dir3_leaf_compact() 1402 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_leaf_removename() 1793 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_node_to_leaf()
|
D | xfs_dir2_node.c | 452 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_leafn_add() 1032 dp->d_ops->leaf_hdr_to_disk(leaf1, &hdr1); in xfs_dir2_leafn_rebalance() 1033 dp->d_ops->leaf_hdr_to_disk(leaf2, &hdr2); in xfs_dir2_leafn_rebalance() 1202 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_leafn_remove() 1558 dp->d_ops->leaf_hdr_to_disk(save_leaf, &savehdr); in xfs_dir2_leafn_unbalance() 1559 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
|