Home
last modified time | relevance | path

Searched refs:xfs_dir2_leaf_t (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_dir2_leaf.c343 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_block_to_leaf()
874 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir3_leaf_compact()
1118 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leaf_lookup()
1179 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leaf_lookup_int()
1310 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leaf_removename()
1451 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leaf_replace()
1504 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leaf_search_hash()
1559 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leaf_trim_data()
1645 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_node_to_leaf()
Dxfs_dir2_node.c345 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leaf_to_node()
572 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leafn_lookup_for_addname()
725 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leafn_lookup_for_entry()
1003 xfs_dir2_leaf_t *leaf1; /* first leaf structure */ in xfs_dir2_leafn_rebalance()
1004 xfs_dir2_leaf_t *leaf2; /* second leaf structure */ in xfs_dir2_leafn_rebalance()
1209 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leafn_remove()
1434 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leafn_toosmall()
1559 xfs_dir2_leaf_t *drop_leaf; /* dead leaf structure */ in xfs_dir2_leafn_unbalance()
1560 xfs_dir2_leaf_t *save_leaf; /* surviving leaf structure */ in xfs_dir2_leafn_unbalance()
2158 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_node_replace()
Dxfs_da_format.h466 } xfs_dir2_leaf_t; typedef
Dxfs_dir2_block.c906 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leaf_to_block()
Dxfs_da_btree.c594 leaf = (xfs_dir2_leaf_t *)oldroot; in xfs_da3_root_split()
2242 dead_leaf2 = (xfs_dir2_leaf_t *)dead_info; in xfs_da3_swap_lastblock()
/Linux-v5.4/fs/xfs/
Dxfs_ondisk.h105 XFS_CHECK_STRUCT_SIZE(xfs_dir2_leaf_t, 16); in xfs_check_ondisk_structs()