Home
last modified time | relevance | path

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

/netbsd/sys/fs/v7fs/
H A Dv7fs_inode.h59 #define v7fs_inode_isdir(i) (((i)->mode & V7FS_IFMT) == V7FS_IFDIR)
H A Dv7fs.h166 #define V7FS_IFDIR 0040000 /* directory */ macro
H A Dv7fs_file.c182 case V7FS_IFDIR: in v7fs_file_allocate()
H A Dv7fs_vnops.c74 v7fs_mode_t table[] = { 0, V7FS_IFREG, V7FS_IFDIR, V7FS_IFBLK, in vtype_to_v7fs_mode()
/netbsd/sbin/fsck_v7fs/
H A Dmain.c239 attr.mode = V7FS_IFDIR | 0755; in make_lost_and_found()
/netbsd/sbin/newfs_v7fs/
H A Dmain.c121 inode.mode = 0777 | V7FS_IFDIR; in make_root()