Searched refs:plevel (Results 1 – 1 of 1) sorted by relevance
244 int plevel; in xchk_da_btree_block_check_sibling() local280 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()