Searched refs:EXT2_S_IFDIR (Results 1 – 3 of 3) sorted by relevance
43 #define EXT2_S_IFDIR 0x4000 /* directory */ macro66 (EXT2_S_IFDIR | \72 #define IS_DIR(mode) (((mode) & EXT2_S_IFMT) == EXT2_S_IFDIR)
307 if (!(found_inode->i_mode & EXT2_S_IFDIR)) { in ext2_opendir()
472 if (!(next->i_mode & EXT2_S_IFDIR)) { in ext2_lookup_inode()