Home
last modified time | relevance | path

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

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