Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A 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,
H A 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);
H A 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,
H A Dxfs_attr.c63 struct xfs_da_state *state);
616 struct xfs_da_state *state) in xfs_attr_leaf_mark_incomplete()
658 struct xfs_da_state *state; in xfs_attr_node_removename_setup()
910 struct xfs_da_state *state; in xfs_attr_lookup()
1316 struct xfs_da_state *state) in xfs_attr_node_lookup()
1394 struct xfs_da_state *state = attr->xattri_da_state; in xfs_attr_node_try_addname()
1439 struct xfs_da_state *state) in xfs_attr_node_removename()
1460 struct xfs_da_state *state = xfs_da_state_alloc(args); in xfs_attr_node_remove_attr()
1506 struct xfs_da_state *state; in xfs_attr_node_get()
H A 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()
650 struct xfs_da_state *state, in xfs_da3_root_split()
780 struct xfs_da_state *state, in xfs_da3_node_split()
877 struct xfs_da_state *state, in xfs_da3_node_rebalance()
1018 struct xfs_da_state *state, in xfs_da3_node_add()
1076 struct xfs_da_state *state) in xfs_da3_join()
[all …]
H A Dxfs_attr.h508 struct xfs_da_state *xattri_da_state;
H A Dxfs_attr_leaf.c1349 struct xfs_da_state *state, in xfs_attr3_leaf_split()
1721 struct xfs_da_state *state, in xfs_attr3_leaf_rebalance()
1911 struct xfs_da_state *state, in xfs_attr3_leaf_figure_balance()
2011 struct xfs_da_state *state, in xfs_attr3_leaf_toosmall()
2292 struct xfs_da_state *state, in xfs_attr3_leaf_unbalance()
H A Dxfs_dir2_node.c2132 struct xfs_da_state *state; /* btree cursor */ in xfs_dir2_node_removename()
/openbmc/linux/fs/xfs/scrub/
H A Ddabtree.h15 struct xfs_da_state *state;
/openbmc/linux/fs/xfs/
H A Dxfs_super.c2074 sizeof(struct xfs_da_state), in xfs_init_caches()