Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dfanotify.h36 #define FANOTIFY_ADMIN_INIT_FLAGS (FANOTIFY_PERM_CLASSES | \ macro
52 #define FANOTIFY_INIT_FLAGS (FANOTIFY_ADMIN_INIT_FLAGS | \
/linux-6.12.1/fs/notify/fanotify/
Dfanotify_user.c1418 if ((flags & FANOTIFY_ADMIN_INIT_FLAGS) || !fid_mode) in SYSCALL_DEFINE2()