Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_dir2_leaf.c404 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_block_to_leaf()
639 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leaf_addname()
938 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir3_leaf_compact()
1182 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leaf_lookup()
1243 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leaf_lookup_int()
1374 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leaf_removename()
1515 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leaf_replace()
1568 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leaf_search_hash()
1623 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leaf_trim_data()
1709 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_node_to_leaf()
Dxfs_dir2_node.c349 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leaf_to_node()
435 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leafn_add()
578 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leafn_lookup_for_addname()
731 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leafn_lookup_for_entry()
1008 xfs_dir2_leaf_t *leaf1; /* first leaf structure */ in xfs_dir2_leafn_rebalance()
1009 xfs_dir2_leaf_t *leaf2; /* second leaf structure */ in xfs_dir2_leafn_rebalance()
1214 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leafn_remove()
1439 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leafn_toosmall()
1564 xfs_dir2_leaf_t *drop_leaf; /* dead leaf structure */ in xfs_dir2_leafn_unbalance()
1565 xfs_dir2_leaf_t *save_leaf; /* surviving leaf structure */ in xfs_dir2_leafn_unbalance()
[all …]
Dxfs_da_format.h466 } xfs_dir2_leaf_t; typedef
Dxfs_dir2_block.c909 xfs_dir2_leaf_t *leaf; /* leaf structure */ in xfs_dir2_leaf_to_block()
Dxfs_da_btree.c576 leaf = (xfs_dir2_leaf_t *)oldroot; in xfs_da3_root_split()
2224 dead_leaf2 = (xfs_dir2_leaf_t *)dead_info; in xfs_da3_swap_lastblock()
/Linux-v4.19/fs/xfs/
Dxfs_ondisk.h105 XFS_CHECK_STRUCT_SIZE(xfs_dir2_leaf_t, 16); in xfs_check_ondisk_structs()