Lines Matching refs:blkno
54 ds->state->path.blk[level].blkno), in xchk_da_process_error()
76 ds->state->path.blk[level].blkno), in xchk_da_set_corrupt()
131 xfs_dablk_t blkno) in xchk_da_btree_ptr_ok() argument
133 if (blkno < ds->lowest || (ds->highest != 0 && blkno >= ds->highest)) { in xchk_da_btree_ptr_ok()
256 if (altpath->blk[level].blkno != sibling) in xchk_da_btree_block_check_sibling()
314 xfs_dablk_t blkno) in xchk_da_btree_block() argument
337 blk->blkno = blkno; in xchk_da_btree_block()
338 if (!xchk_da_btree_ptr_ok(ds, level, blkno)) in xchk_da_btree_block()
342 error = xfs_da_read_buf(dargs->trans, dargs->dp, blk->blkno, in xchk_da_btree_block()
464 blk->blkno = 0; in xchk_da_btree_block()
480 xfs_dablk_t blkno; in xchk_da_btree() local
505 blkno = ds.lowest; in xchk_da_btree()
510 error = xchk_da_btree_block(&ds, level, blkno); in xchk_da_btree()
563 blkno = be32_to_cpu(key->before); in xchk_da_btree()
571 error = xchk_da_btree_block(&ds, level, blkno); in xchk_da_btree()