Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfanotify.h115 #define FAN_AUDIT 0x10 /* Bit mask to create audit record for result */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfanotify.h115 #define FAN_AUDIT 0x10 /* Bit mask to create audit record for result */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfanotify.h159 #define FAN_AUDIT 0x10 /* Bit mask to create audit record for result */ macro
/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify.c205 switch (event->response & ~FAN_AUDIT) { in fanotify_get_response()
215 if (event->response & FAN_AUDIT) in fanotify_get_response()
216 audit_fanotify(event->response & ~FAN_AUDIT); in fanotify_get_response()
H A Dfanotify_user.c198 switch (response & ~FAN_AUDIT) { in process_access_response()
209 if ((response & FAN_AUDIT) && !FAN_GROUP_FLAG(group, FAN_ENABLE_AUDIT)) in process_access_response()