Home
last modified time | relevance | path

Searched refs:FAN_AUDIT (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dfanotify.h127 #define FANOTIFY_RESPONSE_FLAGS (FAN_AUDIT | FAN_INFO)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dfanotify.h74 #define FAN_AUDIT 0x10 macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dfanotify.h159 #define FAN_AUDIT 0x10 /* Bit mask to create audit record for result */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dfanotify.h226 #define FAN_AUDIT 0x10 /* Bitmask to create audit record for result */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dfanotify.h101 #define FAN_AUDIT 0x10 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dfanotify.h101 #define FAN_AUDIT 0x10 macro
/kernel/linux/linux-5.10/fs/notify/fanotify/
H A Dfanotify.c205 switch (event->response & ~FAN_AUDIT) { in fanotify_get_response()
215 if (event->response & FAN_AUDIT) in fanotify_get_response()
216 audit_fanotify(event->response & ~FAN_AUDIT); in fanotify_get_response()
H A Dfanotify_user.c198 switch (response & ~FAN_AUDIT) { in process_access_response()
209 if ((response & FAN_AUDIT) && !FAN_GROUP_FLAG(group, FAN_ENABLE_AUDIT)) in process_access_response()
/kernel/linux/linux-6.6/fs/notify/fanotify/
H A Dfanotify.c275 if (event->response & FAN_AUDIT) in fanotify_get_response()
276 audit_fanotify(event->response & ~FAN_AUDIT, in fanotify_get_response()
H A Dfanotify_user.c360 if ((response & FAN_AUDIT) && !FAN_GROUP_FLAG(group, FAN_ENABLE_AUDIT)) in process_access_response()

Completed in 9 milliseconds