Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dsync.c79 static void sync_fs_one_sb(struct super_block *sb, void *arg) in sync_fs_one_sb() function
117 iterate_supers(sync_fs_one_sb, &nowait); in ksys_sync()
118 iterate_supers(sync_fs_one_sb, &wait); in ksys_sync()
140 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
143 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
/kernel/linux/linux-6.6/fs/
H A Dsync.c80 static void sync_fs_one_sb(struct super_block *sb, void *arg) in sync_fs_one_sb() function
103 iterate_supers(sync_fs_one_sb, &nowait); in ksys_sync()
104 iterate_supers(sync_fs_one_sb, &wait); in ksys_sync()
126 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
129 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()

Completed in 2 milliseconds