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

/linux-master/include/linux/
H A Dinotify.h12 #define ALL_INOTIFY_BITS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
/linux-master/include/uapi/linux/
H A 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-master/fs/notify/inotify/
H A Dinotify_user.c848 BUILD_BUG_ON(IN_CLOSE_WRITE != FS_CLOSE_WRITE);
/linux-master/tools/perf/
H A Dbuiltin-daemon.c1036 wd = inotify_add_watch(fd, dir, IN_CLOSE_WRITE);
1064 if ((event->mask & IN_CLOSE_WRITE) &&

Completed in 124 milliseconds