Searched refs:iterate_supers (Results 1 – 5 of 5) sorted by relevance
/fs/ |
D | sync.c | 112 iterate_supers(sync_inodes_one_sb, NULL); in SYSCALL_DEFINE0() 113 iterate_supers(sync_fs_one_sb, &nowait); in SYSCALL_DEFINE0() 114 iterate_supers(sync_fs_one_sb, &wait); in SYSCALL_DEFINE0() 130 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 131 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work() 133 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 134 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
|
D | drop_caches.c | 60 iterate_supers(drop_pagecache_sb, NULL); in drop_caches_sysctl_handler()
|
D | super.c | 536 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() function
|
D | buffer.c | 542 iterate_supers(do_thaw_one, NULL); in do_thaw_all()
|
/fs/quota/ |
D | quota.c | 66 iterate_supers(quota_sync_one, &type); in quota_sync_all()
|