Searched refs:iterate_supers (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/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 | 675 * iterate_supers - call function for all active superblocks 682 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() function
|
/kernel/linux/linux-6.6/fs/ |
H A D | sync.c | 102 iterate_supers(sync_inodes_one_sb, NULL); in ksys_sync() 103 iterate_supers(sync_fs_one_sb, &nowait); in ksys_sync() 104 iterate_supers(sync_fs_one_sb, &wait); in ksys_sync() 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()
|
H A D | drop_caches.c | 64 iterate_supers(drop_pagecache_sb, NULL); in drop_caches_sysctl_handler()
|
H A D | super.c | 948 * iterate_supers - call function for all active superblocks 955 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() function
|
/kernel/linux/linux-5.10/mm/ |
H A D | cleancache.c | 73 * a) iterate_supers skips only those super blocks that has started in cleancache_register_ops() 76 * b) if iterate_supers encounters a super block that has not finished in cleancache_register_ops() 82 * d) we call iterate_supers after cleancache_ops has been set in cleancache_register_ops() 84 * From a) it follows that if iterate_supers skips a super block, then in cleancache_register_ops() 87 * initiated iterate_supers. In the latter case, it must have seen in cleancache_register_ops() 92 * From b) and c) it follows that if iterate_supers encounters a super in cleancache_register_ops() 107 iterate_supers(cleancache_register_ops_sb, NULL); in cleancache_register_ops()
|
/kernel/linux/linux-5.10/fs/quota/ |
H A D | quota.c | 66 iterate_supers(quota_sync_one, &type); in quota_sync_all()
|
/kernel/linux/linux-6.6/fs/quota/ |
H A D | quota.c | 69 iterate_supers(quota_sync_one, &type); in quota_sync_all()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 3223 extern void iterate_supers(void (*)(struct super_block *, void *), void *);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 3119 extern void iterate_supers(void (*)(struct super_block *, void *), void *);
|
/kernel/linux/linux-5.10/security/selinux/ |
H A D | hooks.c | 7337 iterate_supers(delayed_superblock_init, NULL); in selinux_complete_init()
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | hooks.c | 7333 iterate_supers(delayed_superblock_init, NULL); in selinux_complete_init()
|
Completed in 40 milliseconds