Lines Matching refs:dargs
52 trace_xchk_file_op_error(sc, ds->dargs.whichfork, in xchk_da_process_error()
53 xfs_dir2_da_to_db(ds->dargs.geo, in xchk_da_process_error()
74 trace_xchk_fblock_error(sc, ds->dargs.whichfork, in xchk_da_set_corrupt()
75 xfs_dir2_da_to_db(ds->dargs.geo, in xchk_da_set_corrupt()
101 ents = (char *)ds->dargs.dp->d_ops->leaf_ents_p(baddr); in xchk_da_btree_entry()
105 ents = (char *)ds->dargs.dp->d_ops->leaf_ents_p(baddr); in xchk_da_btree_entry()
109 ents = (char *)ds->dargs.dp->d_ops->node_tree_p(baddr); in xchk_da_btree_entry()
282 xfs_trans_brelse(ds->dargs.trans, in xchk_da_btree_block_check_sibling()
336 struct xfs_da_args *dargs = &ds->dargs; in xchk_da_btree_block() local
337 struct xfs_inode *ip = ds->dargs.dp; in xchk_da_btree_block()
348 xfs_trans_brelse(dargs->trans, blk->bp); in xchk_da_btree_block()
358 error = xfs_da_read_buf(dargs->trans, dargs->dp, blk->blkno, -2, in xchk_da_btree_block()
359 &blk->bp, dargs->whichfork, in xchk_da_btree_block()
371 if (ds->dargs.whichfork == XFS_DATA_FORK && level == 0 && in xchk_da_btree_block()
405 xfs_trans_buf_set_type(dargs->trans, blk->bp, in xchk_da_btree_block()
414 xfs_trans_buf_set_type(dargs->trans, blk->bp, in xchk_da_btree_block()
423 xfs_trans_buf_set_type(dargs->trans, blk->bp, in xchk_da_btree_block()
432 xfs_trans_buf_set_type(dargs->trans, blk->bp, in xchk_da_btree_block()
463 xfs_trans_brelse(dargs->trans, blk->bp); in xchk_da_btree_block()
493 ds.dargs.dp = sc->ip; in xchk_da_btree()
494 ds.dargs.whichfork = whichfork; in xchk_da_btree()
495 ds.dargs.trans = sc->tp; in xchk_da_btree()
496 ds.dargs.op_flags = XFS_DA_OP_OKNOENT; in xchk_da_btree()
498 ds.state->args = &ds.dargs; in xchk_da_btree()
503 ds.dargs.geo = mp->m_attr_geo; in xchk_da_btree()
507 ds.dargs.geo = mp->m_dir_geo; in xchk_da_btree()
508 ds.lowest = ds.dargs.geo->leafblk; in xchk_da_btree()
509 ds.highest = ds.dargs.geo->freeblk; in xchk_da_btree()