Home
last modified time | relevance | path

Searched refs:FAN_ONDIR (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/include/linux/
Dfanotify.h100 #define FANOTIFY_EVENT_FLAGS (FAN_EVENT_ON_CHILD | FAN_ONDIR)
105 FAN_Q_OVERFLOW | FAN_ONDIR)
/Linux-v5.15/include/uapi/linux/
Dfanotify.h30 #define FAN_ONDIR 0x40000000 /* Event occurred against dir */ macro
/Linux-v5.15/fs/notify/fanotify/
Dfanotify.c582 bool ondir = mask & FAN_ONDIR; in fanotify_alloc_event()
738 BUILD_BUG_ON(FAN_ONDIR != FS_ISDIR); in fanotify_handle_event()
Dfanotify_user.c141 (event->mask & FAN_ONDIR)) { in fanotify_event_info_len()
474 (event->mask & FAN_ONDIR)) { in copy_info_records_to_user()
484 (event->mask & FAN_ONDIR)) { in copy_info_records_to_user()