Searched refs:iterate_supers (Results 1 – 4 of 4) sorted by relevance
/fs/ |
D | sync.c | 113 iterate_supers(sync_inodes_one_sb, NULL); in ksys_sync() 114 iterate_supers(sync_fs_one_sb, &nowait); in ksys_sync() 115 iterate_supers(sync_fs_one_sb, &wait); in ksys_sync() 136 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 137 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work() 139 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 140 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
|
D | drop_caches.c | 61 iterate_supers(drop_pagecache_sb, NULL); in drop_caches_sysctl_handler()
|
D | super.c | 681 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() function
|
/fs/quota/ |
D | quota.c | 67 iterate_supers(quota_sync_one, &type); in quota_sync_all()
|