Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
Dtest_kmod.c106 struct file_system_type *fs_sync; member
207 if (info->fs_sync && info->fs_sync->owner) in test_kmod_put_module()
208 module_put(info->fs_sync->owner); in test_kmod_put_module()
228 info->fs_sync = get_fs_type(config->test_fs); in run_request()
269 if (!info->fs_sync) in tally_work_test()
272 info->thread_idx, info->fs_sync ? config->test_fs : in tally_work_test()
/kernel/liteos_a/fs/vfs/
DMakefile84 $(LITEOSTHIRDPARTY)/NuttX/fs/mount/fs_sync.c \