Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfanotify.h127 #define FANOTIFY_RESPONSE_FLAGS (FAN_AUDIT | FAN_INFO)
/openbmc/linux/include/uapi/linux/
H A Dfanotify.h227 #define FAN_INFO 0x20 /* Bitmask to indicate additional information */ macro
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c318 event->response = response & ~FAN_INFO; in finish_permission_event()
319 if (response & FAN_INFO) in finish_permission_event()
363 if (response & FAN_INFO) { in process_access_response()