Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dfanotify.h178 #define FAN_AUDIT 0x10 /* Bit mask to create audit record for result */ macro
/linux/fs/notify/fanotify/
A Dfanotify.c246 switch (event->response & ~FAN_AUDIT) { in fanotify_get_response()
256 if (event->response & FAN_AUDIT) in fanotify_get_response()
257 audit_fanotify(event->response & ~FAN_AUDIT); in fanotify_get_response()
A Dfanotify_user.c302 switch (response & ~FAN_AUDIT) { in process_access_response()
313 if ((response & FAN_AUDIT) && !FAN_GROUP_FLAG(group, FAN_ENABLE_AUDIT)) in process_access_response()

Completed in 11 milliseconds