Searched refs:xfs_da_state (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_attr_leaf.h | 14 struct xfs_da_state; 60 int xfs_attr3_leaf_split(struct xfs_da_state *state, 76 int xfs_attr3_leaf_toosmall(struct xfs_da_state *state, int *retval); 77 void xfs_attr3_leaf_unbalance(struct xfs_da_state *state,
|
| D | xfs_dir2_priv.h | 79 extern int xfs_dir2_node_to_leaf(struct xfs_da_state *state); 92 struct xfs_da_state *state); 95 extern int xfs_dir2_leafn_split(struct xfs_da_state *state, 97 extern int xfs_dir2_leafn_toosmall(struct xfs_da_state *state, int *action); 98 extern void xfs_dir2_leafn_unbalance(struct xfs_da_state *state,
|
| D | xfs_da_btree.h | 115 typedef struct xfs_da_state { struct 160 void xfs_da3_fixhashpath(struct xfs_da_state *state,
|
| D | xfs_da_btree.c | 380 struct xfs_da_state *state) in xfs_da3_split() 540 struct xfs_da_state *state, in xfs_da3_root_split() 671 struct xfs_da_state *state, in xfs_da3_node_split() 768 struct xfs_da_state *state, in xfs_da3_node_rebalance() 911 struct xfs_da_state *state, in xfs_da3_node_add() 968 struct xfs_da_state *state) in xfs_da3_join() 1077 struct xfs_da_state *state, in xfs_da3_root_join() 1149 struct xfs_da_state *state, in xfs_da3_node_toosmall() 1295 struct xfs_da_state *state, in xfs_da3_fixhashpath() 1350 struct xfs_da_state *state, in xfs_da3_node_remove() [all …]
|
| D | xfs_attr.c | 848 struct xfs_da_state *state; in xfs_attr_node_addname() 1075 struct xfs_da_state *state; in xfs_attr_node_removename()
|
| D | xfs_attr_leaf.c | 1204 struct xfs_da_state *state, in xfs_attr3_leaf_split() 1569 struct xfs_da_state *state, in xfs_attr3_leaf_rebalance() 1759 struct xfs_da_state *state, in xfs_attr3_leaf_figure_balance() 1859 struct xfs_da_state *state, in xfs_attr3_leaf_toosmall() 2140 struct xfs_da_state *state, in xfs_attr3_leaf_unbalance()
|
| D | xfs_dir2_node.c | 2092 struct xfs_da_state *state; /* btree cursor */ in xfs_dir2_node_removename()
|
| /Linux-v5.4/fs/xfs/scrub/ |
| D | dabtree.h | 15 struct xfs_da_state *state;
|