Home
last modified time | relevance | path

Searched refs:FS_ISDIR (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dfsnotify.h45 mask |= FS_ISDIR; in fsnotify_inode()
57 mask |= FS_ISDIR; in fsnotify_parent()
144 old_dir_mask |= FS_ISDIR; in fsnotify_move()
145 new_dir_mask |= FS_ISDIR; in fsnotify_move()
220 mask |= FS_ISDIR; in fsnotify_delete()
262 fsnotify_dirent(inode, dentry, FS_CREATE | FS_ISDIR); in fsnotify_mkdir()
Dfsnotify_backend.h61 #define FS_ISDIR 0x40000000 /* event occurred against dir */ macro
101 #define ALL_FSNOTIFY_FLAGS (FS_EXCL_UNLINK | FS_ISDIR | FS_IN_ONESHOT | \