Searched refs:EXT2_IFMT (Results 1 – 3 of 3) sorted by relevance
176 #define EXT2_IFMT 0170000 /* Mask of file type. */ macro
583 if ((fp->f_di.e2di_mode & EXT2_IFMT) != EXT2_IFDIR) { in ext2fs_open()617 if ((fp->f_di.e2di_mode & EXT2_IFMT) == EXT2_IFLNK) { in ext2fs_open()
1376 if ((ip->e2di_mode & EXT2_IFMT) != EXT2_IFLNK) { in iput()