Searched refs:iterate_supers (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/fs/ |
D | sync.c | 107 iterate_supers(sync_inodes_one_sb, NULL); in SYSCALL_DEFINE0() 108 iterate_supers(sync_fs_one_sb, &nowait); in SYSCALL_DEFINE0() 109 iterate_supers(sync_fs_one_sb, &wait); in SYSCALL_DEFINE0() 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()
|
D | drop_caches.c | 52 iterate_supers(drop_pagecache_sb, NULL); in drop_caches_sysctl_handler()
|
D | super.c | 506 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() function
|
D | buffer.c | 538 iterate_supers(do_thaw_one, NULL); in do_thaw_all()
|
/linux-4.1.27/mm/ |
D | cleancache.c | 108 iterate_supers(cleancache_register_ops_sb, NULL); in cleancache_register_ops()
|
/linux-4.1.27/fs/quota/ |
D | quota.c | 65 iterate_supers(quota_sync_one, &type); in quota_sync_all()
|
/linux-4.1.27/include/linux/ |
D | fs.h | 2759 extern void iterate_supers(void (*)(struct super_block *, void *), void *);
|
/linux-4.1.27/security/selinux/ |
D | hooks.c | 6103 iterate_supers(delayed_superblock_init, NULL); in selinux_complete_init()
|