Searched refs:xfs_da_state (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_attr_leaf.h | 13 struct xfs_da_state; 76 int xfs_attr3_leaf_split(struct xfs_da_state *state, 92 int xfs_attr3_leaf_toosmall(struct xfs_da_state *state, int *retval); 93 void xfs_attr3_leaf_unbalance(struct xfs_da_state *state,
|
D | xfs_dir2_priv.h | 127 extern int xfs_dir2_node_to_leaf(struct xfs_da_state *state); 141 struct xfs_da_state *state); 144 extern int xfs_dir2_leafn_split(struct xfs_da_state *state, 146 extern int xfs_dir2_leafn_toosmall(struct xfs_da_state *state, int *action); 147 extern void xfs_dir2_leafn_unbalance(struct xfs_da_state *state,
|
D | xfs_da_btree.h | 123 typedef struct xfs_da_state { struct 177 void xfs_da3_fixhashpath(struct xfs_da_state *state, 222 struct xfs_da_state *xfs_da_state_alloc(struct xfs_da_args *args);
|
D | xfs_attr.c | 58 struct xfs_da_state **state); 872 struct xfs_da_state **statep) in xfs_attr_node_hasname() 874 struct xfs_da_state *state; in xfs_attr_node_hasname() 915 struct xfs_da_state *state; in xfs_attr_node_addname() 1121 struct xfs_da_state *state) in xfs_attr_node_shrink() 1155 struct xfs_da_state *state) in xfs_attr_leaf_mark_incomplete() 1182 struct xfs_da_state **state) in xfs_attr_node_removename_setup() 1208 struct xfs_da_state *state) in xfs_attr_node_remove_rmt() 1234 struct xfs_da_state *state; in xfs_attr_node_removename() 1409 struct xfs_da_state *state; in xfs_attr_node_get()
|
D | xfs_da_btree.c | 81 struct xfs_da_state * 85 struct xfs_da_state *state; in xfs_da_state_alloc() 472 struct xfs_da_state *state) in xfs_da3_split() 634 struct xfs_da_state *state, in xfs_da3_root_split() 764 struct xfs_da_state *state, in xfs_da3_node_split() 861 struct xfs_da_state *state, in xfs_da3_node_rebalance() 1005 struct xfs_da_state *state, in xfs_da3_node_add() 1063 struct xfs_da_state *state) in xfs_da3_join() 1172 struct xfs_da_state *state, in xfs_da3_root_join() 1241 struct xfs_da_state *state, in xfs_da3_node_toosmall() [all …]
|
D | xfs_attr_leaf.c | 1299 struct xfs_da_state *state, in xfs_attr3_leaf_split() 1667 struct xfs_da_state *state, in xfs_attr3_leaf_rebalance() 1857 struct xfs_da_state *state, in xfs_attr3_leaf_figure_balance() 1957 struct xfs_da_state *state, in xfs_attr3_leaf_toosmall() 2238 struct xfs_da_state *state, in xfs_attr3_leaf_unbalance()
|
D | xfs_dir2_node.c | 2132 struct xfs_da_state *state; /* btree cursor */ in xfs_dir2_node_removename()
|
/Linux-v5.10/fs/xfs/scrub/ |
D | dabtree.h | 15 struct xfs_da_state *state;
|
/Linux-v5.10/fs/xfs/ |
D | xfs_super.c | 1900 sizeof(struct xfs_da_state), in xfs_init_zones()
|