Home
last modified time | relevance | path

Searched refs:EXT2_IFLNK (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/ufs/ext2fs/
H A Dext2fs_dir.h134 case E2IFTODT(EXT2_IFLNK): in inot2ext2dt()
H A Dext2fs_dinode.h118 #define EXT2_IFLNK 0120000 /* Symbolic link. */ macro
/openbsd/sbin/newfs_ext2fs/
H A Dmke2fs.c1347 if ((ip->e2di_mode & EXT2_IFMT) != EXT2_IFLNK) { in iput()