Searched refs:xfs_da_state (Results 1 – 10 of 10) sorted by relevance
/linux/fs/xfs/libxfs/ |
A D | xfs_attr_leaf.h | 13 struct xfs_da_state; 76 int xfs_attr3_leaf_split(struct xfs_da_state *state, 92 int xfs_attr3_leaf_toosmall(struct xfs_da_state *state, int *retval); 93 void xfs_attr3_leaf_unbalance(struct xfs_da_state *state,
|
A D | xfs_dir2_priv.h | 127 extern int xfs_dir2_node_to_leaf(struct xfs_da_state *state); 142 struct xfs_da_state *state); 145 extern int xfs_dir2_leafn_split(struct xfs_da_state *state, 147 extern int xfs_dir2_leafn_toosmall(struct xfs_da_state *state, int *action); 148 extern void xfs_dir2_leafn_unbalance(struct xfs_da_state *state,
|
A D | xfs_attr.c | 61 struct xfs_da_state **state); 67 struct xfs_da_state *state); 1073 struct xfs_da_state **statep) in xfs_attr_node_hasname() 1075 struct xfs_da_state *state; in xfs_attr_node_hasname() 1163 struct xfs_da_state *state = dac->da_state; in xfs_attr_node_addname() 1228 struct xfs_da_state *state = NULL; in xfs_attr_node_addname_clear_incomplete() 1269 struct xfs_da_state *state) in xfs_attr_node_shrink() 1303 struct xfs_da_state *state) in xfs_attr_leaf_mark_incomplete() 1361 struct xfs_da_state *state) in xfs_attr_node_removename() 1394 struct xfs_da_state *state = dac->da_state; in xfs_attr_remove_iter() [all …]
|
A D | xfs_da_btree.h | 122 typedef struct xfs_da_state { struct 176 void xfs_da3_fixhashpath(struct xfs_da_state *state, 221 struct xfs_da_state *xfs_da_state_alloc(struct xfs_da_args *args);
|
A D | xfs_da_btree.c | 81 struct xfs_da_state * 85 struct xfs_da_state *state; in xfs_da_state_alloc() 472 struct xfs_da_state *state) in xfs_da3_split() 634 struct xfs_da_state *state, in xfs_da3_root_split() 764 struct xfs_da_state *state, in xfs_da3_node_split() 861 struct xfs_da_state *state, in xfs_da3_node_rebalance() 1002 struct xfs_da_state *state, in xfs_da3_node_add() 1060 struct xfs_da_state *state) in xfs_da3_join() 1169 struct xfs_da_state *state, in xfs_da3_root_join() 1238 struct xfs_da_state *state, in xfs_da3_node_toosmall() [all …]
|
A D | xfs_attr.h | 470 struct xfs_da_state *da_state;
|
A D | xfs_attr_leaf.c | 1300 struct xfs_da_state *state, in xfs_attr3_leaf_split() 1668 struct xfs_da_state *state, in xfs_attr3_leaf_rebalance() 1858 struct xfs_da_state *state, in xfs_attr3_leaf_figure_balance() 1958 struct xfs_da_state *state, in xfs_attr3_leaf_toosmall() 2239 struct xfs_da_state *state, in xfs_attr3_leaf_unbalance()
|
A D | xfs_dir2_node.c | 2132 struct xfs_da_state *state; /* btree cursor */ in xfs_dir2_node_removename()
|
/linux/fs/xfs/scrub/ |
A D | dabtree.h | 15 struct xfs_da_state *state;
|
/linux/fs/xfs/ |
A D | xfs_super.c | 1982 sizeof(struct xfs_da_state), in xfs_init_caches()
|
Completed in 27 milliseconds