Searched refs:EXT2_IFDIR (Results 1 – 4 of 4) sorted by relevance
156 case E2IFTODT(EXT2_IFDIR): in inot2ext2dt()
179 #define EXT2_IFDIR 0040000 /* Directory file. */ macro
943 node.e2di_mode = EXT2_IFDIR | EXT2_LOSTFOUNDUMASK; in fsinit() 990 node.e2di_mode = EXT2_IFDIR | EXT2_UMASK; in fsinit() 1311 if ((mode & EXT2_IFDIR) != 0) in alloc()
583 if ((fp->f_di.e2di_mode & EXT2_IFMT) != EXT2_IFDIR) { in ext2fs_open()