Lines Matching refs:blkno
55 ds->state->path.blk[level].blkno), in xchk_da_process_error()
77 ds->state->path.blk[level].blkno), in xchk_da_set_corrupt()
92 ds->state->path.blk[level].blkno), in xchk_da_set_preen()
148 xfs_dablk_t blkno) in xchk_da_btree_ptr_ok() argument
150 if (blkno < ds->lowest || (ds->highest != 0 && blkno >= ds->highest)) { in xchk_da_btree_ptr_ok()
273 if (altpath->blk[level].blkno != sibling) in xchk_da_btree_block_check_sibling()
331 xfs_dablk_t blkno) in xchk_da_btree_block() argument
355 blk->blkno = blkno; in xchk_da_btree_block()
356 if (!xchk_da_btree_ptr_ok(ds, level, blkno)) in xchk_da_btree_block()
360 error = xfs_da_read_buf(dargs->trans, dargs->dp, blk->blkno, in xchk_da_btree_block()
488 blk->blkno = 0; in xchk_da_btree_block()
504 xfs_dablk_t blkno; in xchk_da_btree() local
533 blkno = ds->lowest; in xchk_da_btree()
538 error = xchk_da_btree_block(ds, level, blkno); in xchk_da_btree()
591 blkno = be32_to_cpu(key->before); in xchk_da_btree()
599 error = xchk_da_btree_block(ds, level, blkno); in xchk_da_btree()