Home
last modified time | relevance | path

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

/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c31 #define FANOTIFY_OLD_DEFAULT_MAX_MARKS 8192 macro
43 (FANOTIFY_OLD_DEFAULT_MAX_MARKS * FANOTIFY_DEFAULT_MAX_GROUPS)
1931 max_marks = clamp(max_marks, FANOTIFY_OLD_DEFAULT_MAX_MARKS, in fanotify_user_setup()