Searched refs:fsnotify_sb_watched_objects (Results 1 – 3 of 3) sorted by relevance
47 wait_var_event(fsnotify_sb_watched_objects(sb), in fsnotify_sb_delete()48 !atomic_long_read(fsnotify_sb_watched_objects(sb))); in fsnotify_sb_delete()
141 atomic_long_inc(fsnotify_sb_watched_objects(sb)); in fsnotify_get_sb_watched_objects()146 atomic_long_t *watched_objects = fsnotify_sb_watched_objects(sb); in fsnotify_put_sb_watched_objects()
588 static inline atomic_long_t *fsnotify_sb_watched_objects(struct super_block *sb) in fsnotify_sb_watched_objects() function