Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dfanotify.h67 #define FANOTIFY_EVENT_FLAGS (FAN_EVENT_ON_CHILD | FAN_ONDIR)
72 FAN_Q_OVERFLOW | FAN_ONDIR)
/Linux-v5.10/include/uapi/linux/
Dfanotify.h30 #define FAN_ONDIR 0x40000000 /* Event occurred against dir */ macro
/Linux-v5.10/fs/notify/fanotify/
Dfanotify.c545 id != dirid && !(mask & FAN_ONDIR)) in fanotify_alloc_event()
567 !(mask & FAN_ONDIR)) { in fanotify_alloc_event()
676 BUILD_BUG_ON(FAN_ONDIR != FS_ISDIR); in fanotify_handle_event()
Dfanotify_user.c78 } else if ((fid_mode & FAN_REPORT_NAME) && (event->mask & FAN_ONDIR)) { in fanotify_event_info_len()
398 (event->mask & FAN_ONDIR)) { in copy_event_to_user()
408 (event->mask & FAN_ONDIR)) { in copy_event_to_user()