Searched refs:fsnotify_sb_watched_objects (Results 1 – 3 of 3) sorted by relevance
106 wait_var_event(fsnotify_sb_watched_objects(sb), in fsnotify_sb_delete()107 !atomic_long_read(fsnotify_sb_watched_objects(sb))); in fsnotify_sb_delete()
140 atomic_long_inc(fsnotify_sb_watched_objects(sb)); in fsnotify_get_sb_watched_objects()145 atomic_long_t *watched_objects = fsnotify_sb_watched_objects(sb); in fsnotify_put_sb_watched_objects()
585 static inline atomic_long_t *fsnotify_sb_watched_objects(struct super_block *sb) in fsnotify_sb_watched_objects() function