Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dfanotify.h199 #define FAN_AUDIT 0x10 /* Bit mask to create audit record for result */ macro
/Linux-v6.1/fs/notify/fanotify/
Dfanotify.c265 switch (event->response & ~FAN_AUDIT) { in fanotify_get_response()
275 if (event->response & FAN_AUDIT) in fanotify_get_response()
276 audit_fanotify(event->response & ~FAN_AUDIT); in fanotify_get_response()
Dfanotify_user.c322 switch (response & ~FAN_AUDIT) { in process_access_response()
333 if ((response & FAN_AUDIT) && !FAN_GROUP_FLAG(group, FAN_ENABLE_AUDIT)) in process_access_response()