Searched refs:inotify_watches (Results 1 – 2 of 2) sorted by relevance
503 atomic_dec(&group->inotify_data.user->inotify_watches); in inotify_ignored_and_remove_idr()588 if (atomic_read(&group->inotify_data.user->inotify_watches) >= inotify_max_user_watches) in inotify_new_watch()605 atomic_inc(&group->inotify_data.user->inotify_watches); in inotify_new_watch()
791 atomic_t inotify_watches; /* How many inotify watches does this user have? */ member