Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dinotify.h33 #define IN_CLOSE_WRITE 0x00000008 /* Writable file was closed */ macro
49 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */
66 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
/linux-6.12.1/include/linux/
Dinotify.h12 #define ALL_INOTIFY_BITS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
/linux-6.12.1/tools/perf/
Dbuiltin-daemon.c1037 wd = inotify_add_watch(fd, dir, IN_CLOSE_WRITE); in setup_config_changes()
1065 if ((event->mask & IN_CLOSE_WRITE) && in process_inotify_event()
/linux-6.12.1/fs/notify/inotify/
Dinotify_user.c848 BUILD_BUG_ON(IN_CLOSE_WRITE != FS_CLOSE_WRITE); in inotify_user_setup()