Searched refs:xfs_da_state (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_attr_leaf.h | 14 struct xfs_da_state; 60 int xfs_attr3_leaf_split(struct xfs_da_state *state, 76 int xfs_attr3_leaf_toosmall(struct xfs_da_state *state, int *retval); 77 void xfs_attr3_leaf_unbalance(struct xfs_da_state *state,
|
D | xfs_dir2_priv.h | 79 extern int xfs_dir2_node_to_leaf(struct xfs_da_state *state); 92 struct xfs_da_state *state); 95 extern int xfs_dir2_leafn_split(struct xfs_da_state *state, 97 extern int xfs_dir2_leafn_toosmall(struct xfs_da_state *state, int *action); 98 extern void xfs_dir2_leafn_unbalance(struct xfs_da_state *state,
|
D | xfs_da_btree.h | 113 typedef struct xfs_da_state { struct 158 void xfs_da3_fixhashpath(struct xfs_da_state *state,
|
D | xfs_da_btree.c | 367 struct xfs_da_state *state) in xfs_da3_split() 522 struct xfs_da_state *state, in xfs_da3_root_split() 653 struct xfs_da_state *state, in xfs_da3_node_split() 750 struct xfs_da_state *state, in xfs_da3_node_rebalance() 893 struct xfs_da_state *state, in xfs_da3_node_add() 950 struct xfs_da_state *state) in xfs_da3_join() 1059 struct xfs_da_state *state, in xfs_da3_root_join() 1131 struct xfs_da_state *state, in xfs_da3_node_toosmall() 1277 struct xfs_da_state *state, in xfs_da3_fixhashpath() 1332 struct xfs_da_state *state, in xfs_da3_node_remove() [all …]
|
D | xfs_attr.c | 796 struct xfs_da_state *state; in xfs_attr_node_addname() 1023 struct xfs_da_state *state; in xfs_attr_node_removename()
|
D | xfs_attr_leaf.c | 1186 struct xfs_da_state *state, in xfs_attr3_leaf_split() 1551 struct xfs_da_state *state, in xfs_attr3_leaf_rebalance() 1741 struct xfs_da_state *state, in xfs_attr3_leaf_figure_balance() 1841 struct xfs_da_state *state, in xfs_attr3_leaf_toosmall() 2122 struct xfs_da_state *state, in xfs_attr3_leaf_unbalance()
|
D | xfs_dir2_node.c | 2127 struct xfs_da_state *state; /* btree cursor */ in xfs_dir2_node_removename()
|
/Linux-v4.19/fs/xfs/scrub/ |
D | dabtree.h | 15 struct xfs_da_state *state;
|