Searched refs:watched_objects (Results 1 – 3 of 3) sorted by relevance
145 atomic_long_t *watched_objects = fsnotify_sb_watched_objects(sb); in fsnotify_put_sb_watched_objects() local148 if (atomic_long_dec_and_test(watched_objects)) in fsnotify_put_sb_watched_objects()149 wake_up_var(watched_objects); in fsnotify_put_sb_watched_objects()193 atomic_long_inc(&sbinfo->watched_objects[p]); in fsnotify_update_sb_watchers()195 atomic_long_dec(&sbinfo->watched_objects[p]); in fsnotify_update_sb_watchers()
570 atomic_long_t watched_objects[__FSNOTIFY_PRIO_NUM]; member584 return &fsnotify_sb_info(sb)->watched_objects[0]; in fsnotify_sb_watched_objects()
30 return atomic_long_read(&sbinfo->watched_objects[prio]); in fsnotify_sb_has_priority_watchers()