/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_da_btree.h | 184 int xfs_da3_path_shift(xfs_da_state_t *state, xfs_da_state_path_t *path,
|
H A D | xfs_da_btree.c | 1286 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_da3_node_toosmall() 1342 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_da3_node_toosmall() 1345 error = xfs_da3_path_shift(state, &state->path, forward, in xfs_da3_node_toosmall() 1735 error = xfs_da3_path_shift(state, &state->path, 1, 1, in xfs_da3_node_lookup_int() 1965 xfs_da3_path_shift( in xfs_da3_path_shift() function
|
H A D | xfs_dir2_node.c | 1535 error = xfs_da3_path_shift(state, &state->altpath, forward, 0, in xfs_dir2_leafn_toosmall() 1597 error = xfs_da3_path_shift(state, &state->altpath, forward, 0, in xfs_dir2_leafn_toosmall() 1600 error = xfs_da3_path_shift(state, &state->path, forward, 0, in xfs_dir2_leafn_toosmall()
|
H A D | xfs_attr_leaf.c | 2002 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_attr3_leaf_toosmall() 2060 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_attr3_leaf_toosmall() 2063 error = xfs_da3_path_shift(state, &state->path, forward, in xfs_attr3_leaf_toosmall()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_da_btree.h | 190 int xfs_da3_path_shift(xfs_da_state_t *state, xfs_da_state_path_t *path,
|
H A D | xfs_da_btree.c | 1298 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_da3_node_toosmall() 1354 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_da3_node_toosmall() 1357 error = xfs_da3_path_shift(state, &state->path, forward, in xfs_da3_node_toosmall() 1747 error = xfs_da3_path_shift(state, &state->path, 1, 1, in xfs_da3_node_lookup_int() 1977 xfs_da3_path_shift( in xfs_da3_path_shift() function
|
H A D | xfs_dir2_node.c | 1535 error = xfs_da3_path_shift(state, &state->altpath, forward, 0, in xfs_dir2_leafn_toosmall() 1597 error = xfs_da3_path_shift(state, &state->altpath, forward, 0, in xfs_dir2_leafn_toosmall() 1600 error = xfs_da3_path_shift(state, &state->path, forward, 0, in xfs_dir2_leafn_toosmall()
|
H A D | xfs_attr_leaf.c | 2048 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_attr3_leaf_toosmall() 2106 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_attr3_leaf_toosmall() 2109 error = xfs_da3_path_shift(state, &state->path, forward, in xfs_attr3_leaf_toosmall()
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | dabtree.c | 235 error = xfs_da3_path_shift(ds->state, altpath, direction, in xchk_da_btree_block_check_sibling() 244 error = xfs_da3_path_shift(ds->state, altpath, direction, false, in xchk_da_btree_block_check_sibling()
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | dabtree.c | 236 error = xfs_da3_path_shift(ds->state, altpath, direction, in xchk_da_btree_block_check_sibling() 245 error = xfs_da3_path_shift(ds->state, altpath, direction, false, in xchk_da_btree_block_check_sibling()
|