Home
last modified time | relevance | path

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

/fs/xfs/scrub/
Ddabtree.c225 int plevel; in xchk_da_btree_block_check_sibling() local
261 for (plevel = 0; plevel < altpath->active; plevel++) { in xchk_da_btree_block_check_sibling()
262 if (altpath->blk[plevel].bp == NULL || in xchk_da_btree_block_check_sibling()
263 (plevel < path->active && in xchk_da_btree_block_check_sibling()
264 altpath->blk[plevel].bp == path->blk[plevel].bp)) in xchk_da_btree_block_check_sibling()
267 xfs_trans_brelse(ds->dargs.trans, altpath->blk[plevel].bp); in xchk_da_btree_block_check_sibling()
268 altpath->blk[plevel].bp = NULL; in xchk_da_btree_block_check_sibling()