Searched refs:xfs_da_state (Results 1 – 6 of 6) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_attr_leaf.h | 26 struct xfs_da_state; 70 int xfs_attr3_leaf_split(struct xfs_da_state *state, 86 int xfs_attr3_leaf_toosmall(struct xfs_da_state *state, int *retval); 87 void xfs_attr3_leaf_unbalance(struct xfs_da_state *state,
|
D | xfs_dir2_priv.h | 89 extern int xfs_dir2_node_to_leaf(struct xfs_da_state *state); 101 struct xfs_da_state *state); 104 extern int xfs_dir2_leafn_split(struct xfs_da_state *state, 106 extern int xfs_dir2_leafn_toosmall(struct xfs_da_state *state, int *action); 107 extern void xfs_dir2_leafn_unbalance(struct xfs_da_state *state,
|
D | xfs_da_btree.h | 128 typedef struct xfs_da_state { struct 173 void xfs_da3_fixhashpath(struct xfs_da_state *state,
|
D | xfs_da_btree.c | 353 struct xfs_da_state *state) in xfs_da3_split() 508 struct xfs_da_state *state, in xfs_da3_root_split() 639 struct xfs_da_state *state, in xfs_da3_node_split() 736 struct xfs_da_state *state, in xfs_da3_node_rebalance() 879 struct xfs_da_state *state, in xfs_da3_node_add() 936 struct xfs_da_state *state) in xfs_da3_join() 1045 struct xfs_da_state *state, in xfs_da3_root_join() 1117 struct xfs_da_state *state, in xfs_da3_node_toosmall() 1263 struct xfs_da_state *state, in xfs_da3_fixhashpath() 1318 struct xfs_da_state *state, in xfs_da3_node_remove() [all …]
|
D | xfs_attr_leaf.c | 1090 struct xfs_da_state *state, in xfs_attr3_leaf_split() 1455 struct xfs_da_state *state, in xfs_attr3_leaf_rebalance() 1652 struct xfs_da_state *state, in xfs_attr3_leaf_figure_balance() 1752 struct xfs_da_state *state, in xfs_attr3_leaf_toosmall() 2033 struct xfs_da_state *state, in xfs_attr3_leaf_unbalance()
|
D | xfs_dir2_node.c | 2120 struct xfs_da_state *state; /* btree cursor */ in xfs_dir2_node_removename()
|