Searched refs:iterate_supers (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | sync.c | 116 iterate_supers(sync_inodes_one_sb, NULL); in ksys_sync() 117 iterate_supers(sync_fs_one_sb, &nowait); in ksys_sync() 118 iterate_supers(sync_fs_one_sb, &wait); in ksys_sync() 139 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 140 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work() 142 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 143 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
|
| H A D | drop_caches.c | 61 iterate_supers(drop_pagecache_sb, NULL); in drop_caches_sysctl_handler()
|
| H A D | super.c | 682 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() function
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | cleancache.c | 107 iterate_supers(cleancache_register_ops_sb, NULL); in cleancache_register_ops()
|
| /OK3568_Linux_fs/kernel/fs/quota/ |
| H A D | quota.c | 66 iterate_supers(quota_sync_one, &type); in quota_sync_all()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs.h | 3223 extern void iterate_supers(void (*)(struct super_block *, void *), void *);
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 7329 iterate_supers(delayed_superblock_init, NULL); in selinux_complete_init()
|