Home
last modified time | relevance | path

Searched refs:DT_DIR (Results 1 – 14 of 14) sorted by relevance

/original-bsd/sbin/fsck/
H A Dpass2.c206 if (newinofmt && dirp->d_type != DT_DIR) {
208 dirp->d_type = DT_DIR;
217 proto.d_type = DT_DIR;
260 proto.d_type = DT_DIR;
289 if (newinofmt && dirp->d_type != DT_DIR) {
291 dirp->d_type = DT_DIR;
H A Ddir.c28 0, 12, DT_DIR, 1, ".",
29 0, DIRBLKSIZ - 12, DT_DIR, 2, ".."
/original-bsd/sys/sys/
H A Ddirent.h40 #define DT_DIR 4 macro
/original-bsd/sys/ufs/ffs/
H A Ddir.h60 #define DT_DIR 4 macro
H A Dufs_vnops.c1232 0, 12, DT_DIR, 1, ".",
1233 0, DIRBLKSIZ - 12, DT_DIR, 2, ".."
/original-bsd/sys/ufs/ufs/
H A Ddir.h68 #define DT_DIR 4 macro
H A Dufs_vnops.c1173 0, 12, DT_DIR, 1, ".",
1174 0, DIRBLKSIZ - 12, DT_DIR, 2, ".."
/original-bsd/sbin/newlfs/
H A Dlfs.c126 { ROOTINO, sizeof(struct direct), DT_DIR, 1, "."},
127 { ROOTINO, sizeof(struct direct), DT_DIR, 2, ".."},
129 { LOSTFOUNDINO, sizeof(struct direct), DT_DIR, 10, "lost+found"},
133 { LOSTFOUNDINO, sizeof(struct direct), DT_DIR, 1, "." },
134 { ROOTINO, sizeof(struct direct), DT_DIR, 2, ".." },
/original-bsd/sys/miscfs/procfs/
H A Dprocfs_vnops.c55 { DT_DIR, N("."), Pproc, NULL },
56 { DT_DIR, N(".."), Proot, NULL },
762 dp->d_type = DT_DIR;
/original-bsd/sys/miscfs/kernfs/
H A Dkernfs_vnops.c60 { DT_DIR, N("."), 0, KTT_NULL, VDIR, DIR_MODE },
61 { DT_DIR, N(".."), 0, KTT_NULL, VDIR, DIR_MODE },
70 { DT_DIR, N("root"), 0, KTT_NULL, VDIR, DIR_MODE },
/original-bsd/sbin/newfs/
H A Dmkfs.c774 { ROOTINO, sizeof(struct direct), DT_DIR, 1, "." },
775 { ROOTINO, sizeof(struct direct), DT_DIR, 2, ".." },
777 { LOSTFOUNDINO, sizeof(struct direct), DT_DIR, 10, "lost+found" },
794 { LOSTFOUNDINO, sizeof(struct direct), DT_DIR, 1, "." },
795 { ROOTINO, sizeof(struct direct), DT_DIR, 2, ".." },
/original-bsd/lib/libc/gen/
H A Dfts.c669 #ifdef DT_DIR
671 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN
/original-bsd/sbin/restore/
H A Dinteractive.c598 case DT_DIR:
H A Ddirs.c143 nulldir.d_type = DT_DIR;