Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Ddabtree.c244 int plevel; in xchk_da_btree_block_check_sibling() local
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()
282 (plevel < path->active && in xchk_da_btree_block_check_sibling()
283 altpath->blk[plevel].bp == path->blk[plevel].bp)) in xchk_da_btree_block_check_sibling()
286 xfs_trans_brelse(ds->dargs.trans, altpath->blk[plevel].bp); in xchk_da_btree_block_check_sibling()
287 altpath->blk[plevel].bp = NULL; in xchk_da_btree_block_check_sibling()