Home
last modified time | relevance | path

Searched refs:LFS_IFREG (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sbin/fsck_lfs/
H A Dutilities.c68 case LFS_IFREG: in ftypeok()
H A Dpass1.c235 lfs_dino_setmode(fs, dp, LFS_IFREG | 0600); in checkinode()
H A Dinode.c619 case LFS_IFREG: in allocino()
/netbsd-src/sys/ufs/lfs/
H A Dlfs.h509 #define LFS_IFREG 0100000 /* Regular file. */ macro
H A Dlfs_segment.c1214 if (((lfs_dino_getmode(fs, ip->i_din) & LFS_IFMT) == LFS_IFREG || in lfs_writeinode()
/netbsd-src/sbin/newfs_lfs/
H A Dmake_lfs.c745 lfs_dino_setmode(fs, dip, LFS_IFREG | 0600); in make_lfs()