Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfanotify.h67 #define FANOTIFY_EVENT_FLAGS (FAN_EVENT_ON_CHILD | FAN_ONDIR)
72 FAN_Q_OVERFLOW | FAN_ONDIR)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfanotify.h19 #define FAN_ONDIR 0x40000000 /* event occurred against dir */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfanotify.h19 #define FAN_ONDIR 0x40000000 /* event occurred against dir */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfanotify.h30 #define FAN_ONDIR 0x40000000 /* Event occurred against dir */ macro
/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify.c550 id != dirid && !(mask & FAN_ONDIR)) in fanotify_alloc_event()
572 !(mask & FAN_ONDIR)) { in fanotify_alloc_event()
681 BUILD_BUG_ON(FAN_ONDIR != FS_ISDIR); in fanotify_handle_event()
H A Dfanotify_user.c78 } else if ((fid_mode & FAN_REPORT_NAME) && (event->mask & FAN_ONDIR)) { in fanotify_event_info_len()
395 (event->mask & FAN_ONDIR)) { in copy_event_to_user()
405 (event->mask & FAN_ONDIR)) { in copy_event_to_user()