Searched refs:FS_CLOSE_WRITE (Results 1 – 2 of 2) sorted by relevance
32 #define FS_CLOSE_WRITE 0x00000008 /* Writtable file was closed */ macro83 FS_CLOSE_WRITE | FS_CLOSE_NOWRITE | \
344 __u32 mask = (file->f_mode & FMODE_WRITE) ? FS_CLOSE_WRITE : in fsnotify_close()