Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfsnotify_backend.h655 extern void fsnotify_sb_delete(struct super_block *sb);
955 static inline void fsnotify_sb_delete(struct super_block *sb) in fsnotify_sb_delete() function
/linux/fs/notify/
H A Dfsnotify.c36 void fsnotify_sb_delete(struct super_block *sb) in fsnotify_sb_delete() function
/linux/fs/
H A Dsuper.c623 fsnotify_sb_delete(sb); in generic_shutdown_super()