Searched refs:iterate_supers (Results 1 – 9 of 9) sorted by relevance
/linux/fs/ |
A D | sync.c | 96 iterate_supers(sync_inodes_one_sb, NULL); in ksys_sync() 97 iterate_supers(sync_fs_one_sb, &nowait); in ksys_sync() 98 iterate_supers(sync_fs_one_sb, &wait); in ksys_sync() 119 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 120 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work() 122 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 123 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
|
A D | drop_caches.c | 62 iterate_supers(drop_pagecache_sb, NULL); in drop_caches_sysctl_handler()
|
A D | super.c | 684 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() function
|
/linux/mm/ |
A D | cleancache.c | 107 iterate_supers(cleancache_register_ops_sb, NULL); in cleancache_register_ops()
|
/linux/fs/quota/ |
A D | quota.c | 69 iterate_supers(quota_sync_one, &type); in quota_sync_all()
|
/linux/include/linux/ |
A D | fs.h | 3370 extern void iterate_supers(void (*)(struct super_block *, void *), void *);
|
/linux/security/selinux/ |
A D | hooks.c | 7402 iterate_supers(delayed_superblock_init, NULL); in selinux_complete_init()
|
/linux/ |
A D | System.map | 8574 ffff80001024c184 T iterate_supers
|
A D | .tmp_System.map | 8574 ffff80001024c184 T iterate_supers
|
Completed in 303 milliseconds