Home
last modified time | relevance | path

Searched refs:fsnotify_unmount_inodes (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dfsnotify_backend.h460 extern void fsnotify_unmount_inodes(struct super_block *sb);
495 static inline void fsnotify_unmount_inodes(struct super_block *sb) in fsnotify_unmount_inodes() function
/Linux-v4.19/fs/notify/
Dfsnotify.c51 void fsnotify_unmount_inodes(struct super_block *sb) in fsnotify_unmount_inodes() function
/Linux-v4.19/fs/
Dsuper.c445 fsnotify_unmount_inodes(sb); in generic_shutdown_super()