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; 73 int xfs_attr3_leaf_split(struct xfs_da_state *state, 89 int xfs_attr3_leaf_toosmall(struct xfs_da_state *state, int *retval); 90 void xfs_attr3_leaf_unbalance(struct xfs_da_state *state,
|
| A D | xfs_da_btree.h | 131 typedef struct xfs_da_state { struct 185 void xfs_da3_fixhashpath(struct xfs_da_state *state, 232 struct xfs_da_state *xfs_da_state_alloc(struct xfs_da_args *args); 234 void xfs_da_state_reset(struct xfs_da_state *state, struct xfs_da_args *args);
|
| 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,
|
| A D | xfs_attr.c | 64 struct xfs_da_state *state); 670 struct xfs_da_state *state) in xfs_attr_leaf_mark_incomplete() 712 struct xfs_da_state *state; in xfs_attr_node_removename_setup() 964 struct xfs_da_state *state; in xfs_attr_lookup() 1322 struct xfs_da_state *state) in xfs_attr_node_lookup() 1400 struct xfs_da_state *state = attr->xattri_da_state; in xfs_attr_node_try_addname() 1445 struct xfs_da_state *state) in xfs_attr_node_removename() 1466 struct xfs_da_state *state = xfs_da_state_alloc(args); in xfs_attr_node_remove_attr() 1512 struct xfs_da_state *state; in xfs_attr_node_get()
|
| 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() 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() 1238 struct xfs_da_state *state, in xfs_da3_root_join() [all …]
|
| A D | xfs_attr.h | 509 struct xfs_da_state *xattri_da_state;
|
| A D | xfs_attr_leaf.c | 1340 struct xfs_da_state *state, in xfs_attr3_leaf_split() 1712 struct xfs_da_state *state, in xfs_attr3_leaf_rebalance() 1902 struct xfs_da_state *state, in xfs_attr3_leaf_figure_balance() 2002 struct xfs_da_state *state, in xfs_attr3_leaf_toosmall() 2283 struct xfs_da_state *state, in xfs_attr3_leaf_unbalance()
|
| A D | xfs_dir2_node.c | 2143 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 | 2101 sizeof(struct xfs_da_state), in xfs_init_caches()
|
Completed in 30 milliseconds