Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_attr_leaf.h26 struct xfs_da_state;
71 int xfs_attr3_leaf_split(struct xfs_da_state *state,
87 int xfs_attr3_leaf_toosmall(struct xfs_da_state *state, int *retval);
88 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.c347 struct xfs_da_state *state) in xfs_da3_split()
503 struct xfs_da_state *state, in xfs_da3_root_split()
634 struct xfs_da_state *state, in xfs_da3_node_split()
731 struct xfs_da_state *state, in xfs_da3_node_rebalance()
874 struct xfs_da_state *state, in xfs_da3_node_add()
931 struct xfs_da_state *state) in xfs_da3_join()
1040 struct xfs_da_state *state, in xfs_da3_root_join()
1112 struct xfs_da_state *state, in xfs_da3_node_toosmall()
1258 struct xfs_da_state *state, in xfs_da3_fixhashpath()
1313 struct xfs_da_state *state, in xfs_da3_node_remove()
[all …]
Dxfs_attr_leaf.c1080 struct xfs_da_state *state, in xfs_attr3_leaf_split()
1445 struct xfs_da_state *state, in xfs_attr3_leaf_rebalance()
1642 struct xfs_da_state *state, in xfs_attr3_leaf_figure_balance()
1742 struct xfs_da_state *state, in xfs_attr3_leaf_toosmall()
2023 struct xfs_da_state *state, in xfs_attr3_leaf_unbalance()
Dxfs_dir2_node.c2070 struct xfs_da_state *state; /* btree cursor */ in xfs_dir2_node_removename()