Searched refs:xfs_da_state (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_attr_leaf.h | 13 struct xfs_da_state; 75 int xfs_attr3_leaf_split(struct xfs_da_state *state, 91 int xfs_attr3_leaf_toosmall(struct xfs_da_state *state, int *retval); 92 void xfs_attr3_leaf_unbalance(struct xfs_da_state *state,
|
D | xfs_da_btree.h | 129 typedef struct xfs_da_state { struct 183 void xfs_da3_fixhashpath(struct xfs_da_state *state, 228 struct xfs_da_state *xfs_da_state_alloc(struct xfs_da_args *args); 230 void xfs_da_state_reset(struct xfs_da_state *state, struct xfs_da_args *args);
|
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,
|
D | xfs_attr.c | 64 struct xfs_da_state *state); 565 struct xfs_da_state *state) in xfs_attr_leaf_mark_incomplete() 607 struct xfs_da_state *state; in xfs_attr_node_removename_setup() 859 struct xfs_da_state *state; in xfs_attr_lookup() 1347 struct xfs_da_state *state) in xfs_attr_node_lookup() 1422 struct xfs_da_state *state = attr->xattri_da_state; in xfs_attr_node_try_addname() 1467 struct xfs_da_state *state) in xfs_attr_node_removename() 1488 struct xfs_da_state *state = xfs_da_state_alloc(args); in xfs_attr_node_remove_attr() 1534 struct xfs_da_state *state; in xfs_attr_node_get()
|
D | xfs_da_btree.c | 82 struct xfs_da_state * 86 struct xfs_da_state *state; in xfs_da_state_alloc() 122 struct xfs_da_state *state, in xfs_da_state_reset() 126 memset(state, 0, sizeof(struct xfs_da_state)); in xfs_da_state_reset() 484 struct xfs_da_state *state) in xfs_da3_split() 649 struct xfs_da_state *state, in xfs_da3_root_split() 779 struct xfs_da_state *state, in xfs_da3_node_split() 876 struct xfs_da_state *state, in xfs_da3_node_rebalance() 1017 struct xfs_da_state *state, in xfs_da3_node_add() 1075 struct xfs_da_state *state) in xfs_da3_join() [all …]
|
D | xfs_attr.h | 508 struct xfs_da_state *xattri_da_state;
|
D | xfs_attr_leaf.c | 1344 struct xfs_da_state *state, in xfs_attr3_leaf_split() 1713 struct xfs_da_state *state, in xfs_attr3_leaf_rebalance() 1903 struct xfs_da_state *state, in xfs_attr3_leaf_figure_balance() 2003 struct xfs_da_state *state, in xfs_attr3_leaf_toosmall() 2284 struct xfs_da_state *state, in xfs_attr3_leaf_unbalance()
|
D | xfs_dir2_node.c | 2132 struct xfs_da_state *state; /* btree cursor */ in xfs_dir2_node_removename()
|
/linux-6.1.9/fs/xfs/scrub/ |
D | dabtree.h | 15 struct xfs_da_state *state;
|
/linux-6.1.9/fs/xfs/ |
D | xfs_super.c | 2001 sizeof(struct xfs_da_state), in xfs_init_caches()
|