Searched refs:xfs_da_state (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.15/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); 142 struct xfs_da_state *state); 145 extern int xfs_dir2_leafn_split(struct xfs_da_state *state, 147 extern int xfs_dir2_leafn_toosmall(struct xfs_da_state *state, int *action); 148 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 | 61 struct xfs_da_state **state); 67 struct xfs_da_state *state); 1073 struct xfs_da_state **statep) in xfs_attr_node_hasname() 1075 struct xfs_da_state *state; in xfs_attr_node_hasname() 1166 struct xfs_da_state *state = dac->da_state; in xfs_attr_node_addname() 1231 struct xfs_da_state *state = NULL; in xfs_attr_node_addname_clear_incomplete() 1272 struct xfs_da_state *state) in xfs_attr_node_shrink() 1306 struct xfs_da_state *state) in xfs_attr_leaf_mark_incomplete() 1335 struct xfs_da_state **state = &dac->da_state; in xfs_attr_node_removename_setup() 1364 struct xfs_da_state *state) in xfs_attr_node_removename() [all …]
|
| 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.h | 470 struct xfs_da_state *da_state;
|
| D | xfs_attr_leaf.c | 1300 struct xfs_da_state *state, in xfs_attr3_leaf_split() 1668 struct xfs_da_state *state, in xfs_attr3_leaf_rebalance() 1858 struct xfs_da_state *state, in xfs_attr3_leaf_figure_balance() 1958 struct xfs_da_state *state, in xfs_attr3_leaf_toosmall() 2239 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.15/fs/xfs/scrub/ |
| D | dabtree.h | 15 struct xfs_da_state *state;
|
| /Linux-v5.15/fs/xfs/ |
| D | xfs_super.c | 1975 sizeof(struct xfs_da_state), in xfs_init_zones()
|