Home
last modified time | relevance | path

Searched refs:FAN_EVENT_ON_CHILD (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)
/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.h21 #define FAN_EVENT_ON_CHILD 0x08000000 /* interested in child events */ 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.h21 #define FAN_EVENT_ON_CHILD 0x08000000 /* interested in child events */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfanotify.h28 #define FAN_EVENT_ON_CHILD 0x08000000 /* Interested in child events */ macro
/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify_user.c1242 mask &= ~FAN_EVENT_ON_CHILD; in do_fanotify_mark()
1243 umask = FAN_EVENT_ON_CHILD; in do_fanotify_mark()
1250 mask |= FAN_EVENT_ON_CHILD; in do_fanotify_mark()
H A Dfanotify.c677 BUILD_BUG_ON(FAN_EVENT_ON_CHILD != FS_EVENT_ON_CHILD); in fanotify_handle_event()