Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dfanotify.h138 #define FANOTIFY_RESPONSE_FLAGS (FAN_AUDIT | FAN_INFO)
/linux-6.15/include/uapi/linux/
H A Dfanotify.h255 #define FAN_AUDIT 0x10 /* Bitmask to create audit record for result */ macro
/linux-6.15/fs/notify/fanotify/
H A Dfanotify.c279 if (event->response & FAN_AUDIT) { in fanotify_get_response()
282 audit_fanotify(response & ~FAN_AUDIT, &event->audit_rule); in fanotify_get_response()
H A Dfanotify_user.c381 if ((response & FAN_AUDIT) && !FAN_GROUP_FLAG(group, FAN_ENABLE_AUDIT)) in process_access_response()