Searched refs:dargs (Results 1 – 4 of 4) 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 | dabtree.h | 12 struct xfs_da_args dargs; member
|
| 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()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_bmap.c | 967 struct xfs_da_args dargs; /* args for dir/attr code */ in xfs_bmap_add_attrfork_local() local 973 memset(&dargs, 0, sizeof(dargs)); in xfs_bmap_add_attrfork_local() 974 dargs.geo = ip->i_mount->m_dir_geo; in xfs_bmap_add_attrfork_local() 975 dargs.dp = ip; in xfs_bmap_add_attrfork_local() 976 dargs.total = dargs.geo->fsbcount; in xfs_bmap_add_attrfork_local() 977 dargs.whichfork = XFS_DATA_FORK; in xfs_bmap_add_attrfork_local() 978 dargs.trans = tp; in xfs_bmap_add_attrfork_local() 979 dargs.owner = ip->i_ino; in xfs_bmap_add_attrfork_local() 980 return xfs_dir2_sf_to_block(&dargs); in xfs_bmap_add_attrfork_local()
|