Home
last modified time | relevance | path

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

/Linux-v4.19/fs/notify/fanotify/
Dfanotify.c71 switch (event->response & ~FAN_AUDIT) { in fanotify_get_response()
81 if (event->response & FAN_AUDIT) in fanotify_get_response()
82 audit_fanotify(event->response & ~FAN_AUDIT); in fanotify_get_response()
Dfanotify_user.c183 switch (response & ~FAN_AUDIT) { in process_access_response()
194 if ((response & FAN_AUDIT) && !group->fanotify_data.audit) in process_access_response()
/Linux-v4.19/include/uapi/linux/
Dfanotify.h104 #define FAN_AUDIT 0x10 /* Bit mask to create audit record for result */ macro