Searched refs:leaf_hdr_to_disk (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_da_format.c | 722 	.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,
 
 | 
| D | xfs_dir2_leaf.c | 387 	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()
 
 | 
| D | xfs_dir2_node.c | 496 	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()
 
 | 
| D | xfs_dir2.h | 74 	void	(*leaf_hdr_to_disk)(struct xfs_dir2_leaf *to,  member
 |