Home
last modified time | relevance | path

Searched refs:max_marks (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/notify/
Dfdinfo.c160 if (group->fanotify_data.max_marks == UINT_MAX) in fanotify_show_fdinfo()
/linux-4.4.14/fs/notify/fanotify/
Dfanotify_user.c611 if (atomic_read(&group->num_marks) > group->fanotify_data.max_marks) in fanotify_add_new_mark()
788 group->fanotify_data.max_marks = UINT_MAX; in SYSCALL_DEFINE2()
790 group->fanotify_data.max_marks = FANOTIFY_DEFAULT_MAX_MARKS; in SYSCALL_DEFINE2()
/linux-4.4.14/include/linux/
Dfsnotify_backend.h185 unsigned int max_marks; member