Searched refs:xfs_da_state (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_attr_leaf.h | 26 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,
|
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() 509 struct xfs_da_state *state, in xfs_da3_root_split() 640 struct xfs_da_state *state, in xfs_da3_node_split() 737 struct xfs_da_state *state, in xfs_da3_node_rebalance() 880 struct xfs_da_state *state, in xfs_da3_node_add() 937 struct xfs_da_state *state) in xfs_da3_join() 1046 struct xfs_da_state *state, in xfs_da3_root_join() 1118 struct xfs_da_state *state, in xfs_da3_node_toosmall() 1264 struct xfs_da_state *state, in xfs_da3_fixhashpath() 1319 struct xfs_da_state *state, in xfs_da3_node_remove() [all …]
|
D | xfs_attr_leaf.c | 1084 struct xfs_da_state *state, in xfs_attr3_leaf_split() 1449 struct xfs_da_state *state, in xfs_attr3_leaf_rebalance() 1646 struct xfs_da_state *state, in xfs_attr3_leaf_figure_balance() 1746 struct xfs_da_state *state, in xfs_attr3_leaf_toosmall() 2027 struct xfs_da_state *state, in xfs_attr3_leaf_unbalance()
|
D | xfs_dir2_node.c | 2073 struct xfs_da_state *state; /* btree cursor */ in xfs_dir2_node_removename()
|