Searched refs:dargs (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | dabtree.c | 55 trace_xchk_file_op_error(sc, ds->dargs.whichfork, in xchk_da_process_error() 56 xfs_dir2_da_to_db(ds->dargs.geo, in xchk_da_process_error() 77 trace_xchk_fblock_error(sc, ds->dargs.whichfork, in xchk_da_set_corrupt() 78 xfs_dir2_da_to_db(ds->dargs.geo, in xchk_da_set_corrupt() 92 trace_xchk_fblock_preen(sc, ds->dargs.whichfork, in xchk_da_set_preen() 93 xfs_dir2_da_to_db(ds->dargs.geo, in xchk_da_set_preen() 286 xfs_trans_brelse(ds->dargs.trans, altpath->blk[plevel].bp); in xchk_da_btree_block_check_sibling() 339 struct xfs_da_args *dargs = &ds->dargs; in xchk_da_btree_block() local 340 struct xfs_inode *ip = ds->dargs.dp; in xchk_da_btree_block() 352 xfs_trans_brelse(dargs->trans, blk->bp); in xchk_da_btree_block() [all …]
|
| H A D | dir.c | 323 struct xfs_inode *dp = ds->dargs.dp; in xchk_dir_rec() 366 error = xfs_dir3_data_read(ds->dargs.trans, dp, ds->dargs.owner, in xchk_dir_rec() 426 xfs_trans_brelse(ds->dargs.trans, bp); in xchk_dir_rec()
|