Searched refs:EXT2_IFMT (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/ufs/ext2fs/
H A Dext2fs_dinode.h139 #define EXT2_IFMT 0170000 /* Mask of file type. */ macro
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dext2fs.c605 if ((fp->f_di.e2di_mode & EXT2_IFMT) != EXT2_IFDIR) {
639 if ((fp->f_di.e2di_mode & EXT2_IFMT) == EXT2_IFLNK) {
/netbsd-6-1-5-RELEASE/sbin/newfs_ext2fs/
H A Dmke2fs.c1364 if ((ip->e2di_mode & EXT2_IFMT) != EXT2_IFLNK) {

Completed in 156 milliseconds