Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_attr_leaf.h26 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,
Dxfs_dir2_priv.h89 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,
Dxfs_da_btree.h128 typedef struct xfs_da_state { struct
173 void xfs_da3_fixhashpath(struct xfs_da_state *state,
Dxfs_da_btree.c353 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 …]
Dxfs_attr_leaf.c1090 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()
Dxfs_dir2_node.c2120 struct xfs_da_state *state; /* btree cursor */ in xfs_dir2_node_removename()