Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dsync.c114 iterate_supers(sync_inodes_one_sb, NULL); in ksys_sync()
115 iterate_supers(sync_fs_one_sb, &nowait); in ksys_sync()
116 iterate_supers(sync_fs_one_sb, &wait); in ksys_sync()
137 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work()
138 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
140 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work()
141 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
Ddrop_caches.c62 iterate_supers(drop_pagecache_sb, NULL); in drop_caches_sysctl_handler()
Dsuper.c682 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() function
/Linux-v5.15/mm/
Dcleancache.c107 iterate_supers(cleancache_register_ops_sb, NULL); in cleancache_register_ops()
/Linux-v5.15/fs/quota/
Dquota.c68 iterate_supers(quota_sync_one, &type); in quota_sync_all()
/Linux-v5.15/include/linux/
Dfs.h3369 extern void iterate_supers(void (*)(struct super_block *, void *), void *);
/Linux-v5.15/security/selinux/
Dhooks.c7456 iterate_supers(delayed_superblock_init, NULL); in selinux_complete_init()