Searched refs:xfs_da3_path_shift (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_da_btree.h | 194 int xfs_da3_path_shift(xfs_da_state_t *state, xfs_da_state_path_t *path,
|
| H A D | xfs_da_btree.c | 1354 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_da3_node_toosmall() 1417 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_da3_node_toosmall() 1420 error = xfs_da3_path_shift(state, &state->path, forward, in xfs_da3_node_toosmall() 1869 error = xfs_da3_path_shift(state, &state->path, 1, 1, in xfs_da3_node_lookup_int() 2129 xfs_da3_path_shift( in xfs_da3_path_shift() function
|
| H A D | xfs_attr_leaf.c | 2188 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_attr3_leaf_toosmall() 2245 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_attr3_leaf_toosmall() 2248 error = xfs_da3_path_shift(state, &state->path, forward, in xfs_attr3_leaf_toosmall()
|
| /linux/fs/xfs/scrub/ |
| H A D | dabtree.c | 254 error = xfs_da3_path_shift(ds->state, altpath, direction, in xchk_da_btree_block_check_sibling() 263 error = xfs_da3_path_shift(ds->state, altpath, direction, false, in xchk_da_btree_block_check_sibling()
|