Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.h13 struct xfs_da_state;
74 int xfs_attr3_leaf_split(struct xfs_da_state *state,
93 int xfs_attr3_leaf_toosmall(struct xfs_da_state *state, int *retval);
94 void xfs_attr3_leaf_unbalance(struct xfs_da_state *state,
H A Dxfs_da_btree.h131 typedef struct xfs_da_state { struct
185 void xfs_da3_fixhashpath(struct xfs_da_state *state,
234 struct xfs_da_state *xfs_da_state_alloc(struct xfs_da_args *args);
236 void xfs_da_state_reset(struct xfs_da_state *state, struct xfs_da_args *args);
H A Dxfs_dir2_priv.h128 extern int xfs_dir2_node_to_leaf(struct xfs_da_state *state);
143 struct xfs_da_state *state);
146 extern int xfs_dir2_leafn_split(struct xfs_da_state *state,
148 extern int xfs_dir2_leafn_toosmall(struct xfs_da_state *state, int *action);
149 extern void xfs_dir2_leafn_unbalance(struct xfs_da_state *state,
H A Dxfs_da_btree.c83 struct xfs_da_state *
87 struct xfs_da_state *state; in xfs_da_state_alloc()
124 struct xfs_da_state *state, in xfs_da_state_reset()
128 memset(state, 0, sizeof(struct xfs_da_state)); in xfs_da_state_reset()
555 struct xfs_da_state *state) in xfs_da3_split()
723 struct xfs_da_state *state, in xfs_da3_root_split()
833 struct xfs_da_state *state, in xfs_da3_node_split()
930 struct xfs_da_state *state, in xfs_da3_node_rebalance()
1071 struct xfs_da_state *state, in xfs_da3_node_add()
1129 struct xfs_da_state *state) in xfs_da3_join()
[all …]
H A Dxfs_attr.h510 struct xfs_da_state *xattri_da_state;
H A Dxfs_attr_leaf.c1448 struct xfs_da_state *state, in xfs_attr3_leaf_split()
1855 struct xfs_da_state *state, in xfs_attr3_leaf_rebalance()
2045 struct xfs_da_state *state, in xfs_attr3_leaf_figure_balance()
2145 struct xfs_da_state *state, in xfs_attr3_leaf_toosmall()
2420 struct xfs_da_state *state, in xfs_attr3_leaf_unbalance()
/linux/fs/xfs/
H A Dxfs_super.c2330 sizeof(struct xfs_da_state), in xfs_init_caches()