Home
last modified time | relevance | path

Searched refs:inotify_watches (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/notify/inotify/
Dinotify_user.c503 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()
/linux-4.1.27/include/linux/
Dsched.h791 atomic_t inotify_watches; /* How many inotify watches does this user have? */ member