Home
last modified time | relevance | path

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

/linux/include/linux/
A Dfanotify.h107 #define FANOTIFY_EVENT_FLAGS (FAN_EVENT_ON_CHILD | FAN_ONDIR)
112 FAN_Q_OVERFLOW | FAN_ONDIR)
/linux/include/uapi/linux/
A Dfanotify.h31 #define FAN_ONDIR 0x40000000 /* Event occurred against dir */ macro
/linux/fs/notify/fanotify/
A Dfanotify_user.c153 (event->mask & FAN_ONDIR)) { in fanotify_event_len()
511 (event->mask & FAN_ONDIR)) { in copy_info_records_to_user()
521 (event->mask & FAN_ONDIR)) { in copy_info_records_to_user()
A Dfanotify.c658 bool ondir = mask & FAN_ONDIR; in fanotify_alloc_event()
820 BUILD_BUG_ON(FAN_ONDIR != FS_ISDIR); in fanotify_handle_event()

Completed in 8 milliseconds