Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfanotify.h65 #define FANOTIFY_EVENT_FLAGS (FAN_EVENT_ON_CHILD | FAN_ONDIR)
70 FAN_Q_OVERFLOW | FAN_ONDIR)
/Linux-v5.4/fs/notify/fanotify/
Dfanotify.c200 if (!(test_mask & ~FAN_ONDIR)) in fanotify_group_event_mask()
203 user_mask &= ~FAN_ONDIR; in fanotify_group_event_mask()
401 BUILD_BUG_ON(FAN_ONDIR != FS_ISDIR); in fanotify_handle_event()
/Linux-v5.4/include/uapi/linux/
Dfanotify.h28 #define FAN_ONDIR 0x40000000 /* event occurred against dir */ macro