Home
last modified time | relevance | path

Searched refs:xfs_da_state (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_attr_leaf.h13 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,
Dxfs_da_btree.h129 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);
Dxfs_dir2_priv.h127 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,
Dxfs_attr.c64 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()
Dxfs_da_btree.c82 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 …]
Dxfs_attr.h508 struct xfs_da_state *xattri_da_state;
Dxfs_attr_leaf.c1344 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()
Dxfs_dir2_node.c2132 struct xfs_da_state *state; /* btree cursor */ in xfs_dir2_node_removename()
/linux-6.1.9/fs/xfs/scrub/
Ddabtree.h15 struct xfs_da_state *state;
/linux-6.1.9/fs/xfs/
Dxfs_super.c2001 sizeof(struct xfs_da_state), in xfs_init_caches()