Searched refs:fsnotify_sb_watched_objects (Results 1 – 3 of 3) sorted by relevance
136 atomic_long_inc(fsnotify_sb_watched_objects(sb)); in fsnotify_get_sb_watched_objects()141 if (atomic_long_dec_and_test(fsnotify_sb_watched_objects(sb))) in fsnotify_put_sb_watched_objects()142 wake_up_var(fsnotify_sb_watched_objects(sb)); in fsnotify_put_sb_watched_objects()
101 wait_var_event(fsnotify_sb_watched_objects(sb), in fsnotify_sb_delete()102 !atomic_long_read(fsnotify_sb_watched_objects(sb))); in fsnotify_sb_delete()
507 static inline atomic_long_t *fsnotify_sb_watched_objects(struct super_block *sb) in fsnotify_sb_watched_objects() function
Completed in 10 milliseconds