Home
last modified time | relevance | path

Searched refs:iterate_supers (Results 1 – 4 of 4) sorted by relevance

/linux/fs/
H A Dsync.c102 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()
124 iterate_supers(sync_inodes_one_sb, NULL); in do_sync_work()
125 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
127 iterate_supers(sync_inodes_one_sb, NULL); in do_sync_work()
128 iterate_supers(sync_fs_one_sb, &wait); in do_sync_work()
H A Ddrop_caches.c64 iterate_supers(drop_pagecache_sb, NULL); in drop_caches_sysctl_handler()
H A Dsuper.c940 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() function
/linux/security/selinux/
H A Dhooks.c7891 iterate_supers(delayed_superblock_init, NULL); in selinux_complete_init()