Home
last modified time | relevance | path

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

/linux-3.4.99/fs/notify/fanotify/
Dfanotify_user.c615 if (atomic_read(&group->num_marks) > group->fanotify_data.max_marks) in fanotify_add_vfsmount_mark()
658 if (atomic_read(&group->num_marks) > group->fanotify_data.max_marks) in fanotify_add_inode_mark()
752 group->fanotify_data.max_marks = UINT_MAX; in SYSCALL_DEFINE2()
754 group->fanotify_data.max_marks = FANOTIFY_DEFAULT_MAX_MARKS; in SYSCALL_DEFINE2()
/linux-3.4.99/include/linux/
Dfsnotify_backend.h172 unsigned int max_marks; member