Home | History | Annotate | Download | only in linux

Lines Matching defs:S_DEAD

142 #define S_DEAD		16	/* removed, but still open directory */
176 #define IS_DEADDIR(inode) ((inode)->i_flags & S_DEAD)