Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/
A Dsync.c102 iterate_supers(sync_inodes_one_sb, NULL); in ksys_sync()
103 iterate_supers(sync_fs_one_sb, &nowait); in ksys_sync()
104 iterate_supers(sync_fs_one_sb, &wait); in ksys_sync()
125 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work()
126 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
128 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work()
129 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
A Ddrop_caches.c62 iterate_supers(drop_pagecache_sb, NULL); in drop_caches_sysctl_handler()
A Dsuper.c723 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() function
/linux-6.3-rc2/fs/quota/
A Dquota.c69 iterate_supers(quota_sync_one, &type); in quota_sync_all()
/linux-6.3-rc2/include/linux/
A Dfs.h2884 extern void iterate_supers(void (*)(struct super_block *, void *), void *);
/linux-6.3-rc2/security/selinux/
A Dhooks.c7387 iterate_supers(delayed_superblock_init, NULL); in selinux_complete_init()

Completed in 30 milliseconds