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

/linux-master/lib/
H A Dtest_kmod.c87 * @fs_sync: return value of get_fs_type() for @TEST_KMOD_FS_TYPE
92 * (module_put(fs_sync->owner)) when done, otherwise you will not be able
99 struct file_system_type *fs_sync; member in struct:kmod_test_device_info
200 if (info->fs_sync && info->fs_sync->owner)
201 module_put(info->fs_sync->owner);
221 info->fs_sync = get_fs_type(config->test_fs);
262 if (!info->fs_sync)
265 info->thread_idx, info->fs_sync ? config->test_fs :

Completed in 104 milliseconds