Searched refs:leaf_hdr_from_disk (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_dir2_node.c | 48 	dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf);  in xfs_dir3_leafn_check() 441 	dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf);  in xfs_dir2_leafn_add() 537 	dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf);  in xfs_dir2_leaf_lasthash() 586 	dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf);  in xfs_dir2_leafn_lookup_for_addname() 738 	dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf);  in xfs_dir2_leafn_lookup_for_entry() 974 	dp->d_ops->leaf_hdr_from_disk(&hdr1, leaf1);  in xfs_dir2_leafn_order() 975 	dp->d_ops->leaf_hdr_from_disk(&hdr2, leaf2);  in xfs_dir2_leafn_order() 1027 	dp->d_ops->leaf_hdr_from_disk(&hdr1, leaf1);  in xfs_dir2_leafn_rebalance() 1028 	dp->d_ops->leaf_hdr_from_disk(&hdr2, leaf2);  in xfs_dir2_leafn_rebalance() 1225 	dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf);  in xfs_dir2_leafn_remove() [all …] 
 | 
| D | xfs_dir2_leaf.c | 46 	dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf);  in xfs_dir3_leaf1_check() 99 		ops->leaf_hdr_from_disk(&leafhdr, leaf);  in xfs_dir3_leaf_check_int() 384 	dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf);  in xfs_dir2_block_to_leaf() 611 	dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf);  in xfs_dir2_leaf_addname() 1200 	dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf);  in xfs_dir2_leaf_lookup_int() 1333 	dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf);  in xfs_dir2_leaf_removename() 1512 	args->dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf);  in xfs_dir2_leaf_search_hash() 1700 	dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf);  in xfs_dir2_node_to_leaf()
  | 
| D | xfs_da_format.c | 723 	.leaf_hdr_from_disk = xfs_dir2_leaf_hdr_from_disk, 773 	.leaf_hdr_from_disk = xfs_dir2_leaf_hdr_from_disk, 823 	.leaf_hdr_from_disk = xfs_dir3_leaf_hdr_from_disk,
  | 
| D | xfs_dir2.h | 76 	void	(*leaf_hdr_from_disk)(struct xfs_dir3_icleaf_hdr *to,  member
  | 
| D | xfs_dir2_block.c | 926 	dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf);  in xfs_dir2_leaf_to_block()
  | 
| D | xfs_da_btree.c | 595 		dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf);  in xfs_da3_root_split() 2243 		dp->d_ops->leaf_hdr_from_disk(&leafhdr, dead_leaf2);  in xfs_da3_swap_lastblock()
  | 
| /Linux-v5.4/fs/xfs/scrub/ | 
| D | dir.c | 501 	d_ops->leaf_hdr_from_disk(&leafhdr, leaf);  in xchk_directory_leaf1_bestfree()
  |