Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_kmod.c80 char *test_fs; member
227 info->fs_sync = get_fs_type(config->test_fs); in run_request()
271 info->thread_idx, info->fs_sync ? config->test_fs : in tally_work_test()
449 config->test_fs); in run_test_fs_type()
489 if (config->test_fs) in config_show()
492 config->test_fs); in config_show()
517 if (!config->test_fs) { in __trigger_config_run()
627 return __kstrncpy(&config->test_fs, name, count, GFP_KERNEL); in config_copy_test_fs()
638 kfree_const(config->test_fs); in __kmod_config_free()
639 config->test_fs = NULL; in __kmod_config_free()
[all …]