Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfanotify.h127 #define FANOTIFY_RESPONSE_FLAGS (FAN_AUDIT | FAN_INFO)
/linux/include/uapi/linux/
H A Dfanotify.h226 #define FAN_AUDIT 0x10 /* Bitmask to create audit record for result */ macro
/linux/fs/notify/fanotify/
H A Dfanotify.c271 if (event->response & FAN_AUDIT) in fanotify_get_response()
272 audit_fanotify(event->response & ~FAN_AUDIT, in fanotify_get_response()
H A Dfanotify_user.c359 if ((response & FAN_AUDIT) && !FAN_GROUP_FLAG(group, FAN_ENABLE_AUDIT)) in process_access_response()