Searched refs:FAN_AUDIT (Results 1 – 3 of 3) sorted by relevance
71 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()
183 switch (response & ~FAN_AUDIT) { in process_access_response()194 if ((response & FAN_AUDIT) && !group->fanotify_data.audit) in process_access_response()
104 #define FAN_AUDIT 0x10 /* Bit mask to create audit record for result */ macro