Searched refs:FS_ISDIR (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dfsnotify.h57 mask |= FS_ISDIR;
72 mask |= FS_ISDIR;
197 old_dir_mask |= FS_ISDIR;
198 new_dir_mask |= FS_ISDIR;
199 rename_mask |= FS_ISDIR;
287 mask |= FS_ISDIR;
334 fsnotify_dirent(dir, dentry, FS_CREATE | FS_ISDIR);
H A Dfsnotify_backend.h68 #define FS_ISDIR 0x40000000 /* event occurred against dir */ macro
108 #define ALL_FSNOTIFY_FLAGS (FS_ISDIR | FS_EVENT_ON_CHILD | FS_DN_MULTISHOT)
680 ignore_mask |= FS_ISDIR;
701 if (is_dir && !(mask & FS_ISDIR))
/linux-master/fs/notify/
H A Dfsnotify.c150 if (mask & FS_ISDIR)
334 bool is_dir = mask & FS_ISDIR;
/linux-master/fs/notify/dnotify/
H A Ddnotify.c101 if (!dir && !(mask & FS_ISDIR))
/linux-master/fs/notify/fanotify/
H A Dfanotify.c147 if ((old->mask & FS_ISDIR) != (new->mask & FS_ISDIR))
908 BUILD_BUG_ON(FAN_ONDIR != FS_ISDIR);
/linux-master/fs/notify/inotify/
H A Dinotify_user.c860 BUILD_BUG_ON(IN_ISDIR != FS_ISDIR);

Completed in 140 milliseconds