Lines Matching refs:setup
192 .setup = xchk_setup_fs,
198 .setup = xchk_setup_fs,
204 .setup = xchk_setup_fs,
210 .setup = xchk_setup_fs,
216 .setup = xchk_setup_fs,
222 .setup = xchk_setup_ag_allocbt,
228 .setup = xchk_setup_ag_allocbt,
234 .setup = xchk_setup_ag_iallocbt,
240 .setup = xchk_setup_ag_iallocbt,
247 .setup = xchk_setup_ag_rmapbt,
254 .setup = xchk_setup_ag_refcountbt,
261 .setup = xchk_setup_inode,
267 .setup = xchk_setup_inode_bmap,
273 .setup = xchk_setup_inode_bmap,
279 .setup = xchk_setup_inode_bmap,
285 .setup = xchk_setup_directory,
291 .setup = xchk_setup_xattr,
297 .setup = xchk_setup_symlink,
303 .setup = xchk_setup_parent,
309 .setup = xchk_setup_rt,
316 .setup = xchk_setup_rt,
323 .setup = xchk_setup_quota,
329 .setup = xchk_setup_quota,
335 .setup = xchk_setup_quota,
341 .setup = xchk_setup_fscounters,
383 if (ops->setup == NULL || ops->scrub == NULL) in xchk_validate_inputs()
510 error = sc->ops->setup(sc); in xfs_scrub_metadata()