Lines Matching refs:sb
297 struct super_block *sb; member
351 return ((struct fs_error_report *) data)->sb; in fsnotify_data_sb()
449 FSNOTIFY_ITER_FUNCS(sb, SB)
498 static inline struct fsnotify_sb_info *fsnotify_sb_info(struct super_block *sb) in fsnotify_sb_info() argument
501 return READ_ONCE(sb->s_fsnotify_info); in fsnotify_sb_info()
507 static inline atomic_long_t *fsnotify_sb_watched_objects(struct super_block *sb) in fsnotify_sb_watched_objects() argument
509 return &fsnotify_sb_info(sb)->watched_objects[0]; in fsnotify_sb_watched_objects()
574 extern void fsnotify_sb_delete(struct super_block *sb);
575 extern void fsnotify_sb_free(struct super_block *sb);
879 static inline void fsnotify_sb_delete(struct super_block *sb) in fsnotify_sb_delete() argument
882 static inline void fsnotify_sb_free(struct super_block *sb) in fsnotify_sb_free() argument
893 static inline void fsnotify_unmount_inodes(struct super_block *sb) in fsnotify_unmount_inodes() argument