Searched refs:xfs_da_state (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_attr_leaf.h | 13 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 D | xfs_da_btree.h | 131 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 D | xfs_dir2_priv.h | 128 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 D | xfs_da_btree.c | 83 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 D | xfs_attr.h | 510 struct xfs_da_state *xattri_da_state;
|
| H A D | xfs_attr_leaf.c | 1448 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 D | xfs_super.c | 2330 sizeof(struct xfs_da_state), in xfs_init_caches()
|