Home
last modified time | relevance | path

Searched refs:fs_sync (Results 1 – 1 of 1) sorted by relevance

/linux/lib/
H A Dtest_kmod.c93 * @fs_sync: return value of get_fs_type() for @TEST_KMOD_FS_TYPE
98 * (module_put(fs_sync->owner)) when done, otherwise you will not be able
105 struct file_system_type *fs_sync; member
206 if (info->fs_sync && info->fs_sync->owner) in test_kmod_put_module()
207 module_put(info->fs_sync->owner); in test_kmod_put_module()
227 info->fs_sync = get_fs_type(config->test_fs); in run_request()
268 if (!info->fs_sync) in tally_work_test()
271 info->thread_idx, info->fs_sync ? config->test_fs : in tally_work_test()