Lines Matching refs:setup
190 .setup = xchk_setup_fs,
196 .setup = xchk_setup_fs,
202 .setup = xchk_setup_fs,
208 .setup = xchk_setup_fs,
214 .setup = xchk_setup_fs,
220 .setup = xchk_setup_ag_allocbt,
226 .setup = xchk_setup_ag_allocbt,
232 .setup = xchk_setup_ag_iallocbt,
238 .setup = xchk_setup_ag_iallocbt,
245 .setup = xchk_setup_ag_rmapbt,
252 .setup = xchk_setup_ag_refcountbt,
259 .setup = xchk_setup_inode,
265 .setup = xchk_setup_inode_bmap,
271 .setup = xchk_setup_inode_bmap,
277 .setup = xchk_setup_inode_bmap,
283 .setup = xchk_setup_directory,
289 .setup = xchk_setup_xattr,
295 .setup = xchk_setup_symlink,
301 .setup = xchk_setup_parent,
307 .setup = xchk_setup_rt,
314 .setup = xchk_setup_rt,
321 .setup = xchk_setup_quota,
327 .setup = xchk_setup_quota,
333 .setup = xchk_setup_quota,
339 .setup = xchk_setup_fscounters,
381 if (ops->setup == NULL || ops->scrub == NULL) in xchk_validate_inputs()
503 error = sc.ops->setup(&sc, ip); in xfs_scrub_metadata()