Lines Matching refs:setup
265 .setup = xchk_setup_fs,
271 .setup = xchk_setup_agheader,
277 .setup = xchk_setup_agheader,
283 .setup = xchk_setup_agheader,
289 .setup = xchk_setup_agheader,
295 .setup = xchk_setup_ag_allocbt,
302 .setup = xchk_setup_ag_allocbt,
309 .setup = xchk_setup_ag_iallocbt,
316 .setup = xchk_setup_ag_iallocbt,
324 .setup = xchk_setup_ag_rmapbt,
331 .setup = xchk_setup_ag_refcountbt,
338 .setup = xchk_setup_inode,
344 .setup = xchk_setup_inode_bmap,
350 .setup = xchk_setup_inode_bmap,
356 .setup = xchk_setup_inode_bmap,
362 .setup = xchk_setup_directory,
368 .setup = xchk_setup_xattr,
374 .setup = xchk_setup_symlink,
380 .setup = xchk_setup_parent,
386 .setup = xchk_setup_rtbitmap,
392 .setup = xchk_setup_rtsummary,
398 .setup = xchk_setup_quota,
404 .setup = xchk_setup_quota,
410 .setup = xchk_setup_quota,
416 .setup = xchk_setup_fscounters,
422 .setup = xchk_setup_quotacheck,
428 .setup = xchk_setup_nlinks,
434 .setup = xchk_setup_fs,
440 .setup = xchk_setup_dirtree,
469 if (ops->setup == NULL || ops->scrub == NULL) in xchk_validate_inputs()
637 error = sc->ops->setup(sc); in xfs_scrub_metadata()