Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Ddabtree.c242 struct xfs_da_state_path *altpath = &ds->state->altpath; in xchk_da_btree_block_check_sibling() local
247 memcpy(altpath, path, sizeof(ds->state->altpath)); in xchk_da_btree_block_check_sibling()
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()
271 if (altpath->blk[level].bp) in xchk_da_btree_block_check_sibling()
272 xchk_buffer_recheck(ds->sc, altpath->blk[level].bp); in xchk_da_btree_block_check_sibling()
275 if (altpath->blk[level].blkno != sibling) in xchk_da_btree_block_check_sibling()
280 for (plevel = 0; plevel < altpath->active; plevel++) { in xchk_da_btree_block_check_sibling()
281 if (altpath->blk[plevel].bp == NULL || in xchk_da_btree_block_check_sibling()
283 altpath->blk[plevel].bp == path->blk[plevel].bp)) in xchk_da_btree_block_check_sibling()
[all …]