Lines Matching refs:setup
188 .setup = xchk_setup_fs,
194 .setup = xchk_setup_fs,
200 .setup = xchk_setup_fs,
206 .setup = xchk_setup_fs,
212 .setup = xchk_setup_fs,
218 .setup = xchk_setup_ag_allocbt,
224 .setup = xchk_setup_ag_allocbt,
230 .setup = xchk_setup_ag_iallocbt,
236 .setup = xchk_setup_ag_iallocbt,
243 .setup = xchk_setup_ag_rmapbt,
250 .setup = xchk_setup_ag_refcountbt,
257 .setup = xchk_setup_inode,
263 .setup = xchk_setup_inode_bmap,
269 .setup = xchk_setup_inode_bmap,
275 .setup = xchk_setup_inode_bmap,
281 .setup = xchk_setup_directory,
287 .setup = xchk_setup_xattr,
293 .setup = xchk_setup_symlink,
299 .setup = xchk_setup_parent,
305 .setup = xchk_setup_rt,
312 .setup = xchk_setup_rt,
319 .setup = xchk_setup_quota,
325 .setup = xchk_setup_quota,
331 .setup = xchk_setup_quota,
337 .setup = xchk_setup_fscounters,
365 if (ops->setup == NULL || ops->scrub == NULL) in xchk_validate_inputs()
493 error = sc->ops->setup(sc); in xfs_scrub_metadata()