/src/sys/sys/ |
dirent.h | 70 #define DT_DIR 4
|
/src/sys/ufs/ufs/ |
dir.h | 95 #define DT_DIR 4
|
ufs_rename.c | 273 0, 12, DT_DIR, 1, ".", 274 0, UFS_DIRBLKSIZ - 12, DT_DIR, 2, ".." 486 VTOI(fdvp), VTOI(tdvp)->i_number, DT_DIR, 0, IN_CHANGE);
|
/src/sys/ufs/ext2fs/ |
ext2fs_dir.h | 179 return DT_DIR;
|
/src/sbin/fsck_ffs/ |
pass2.c | 358 if (newinofmt && dirp->d_type != DT_DIR) { 361 dirp->d_type = DT_DIR; 370 proto.d_type = DT_DIR; 421 proto.d_type = DT_DIR; 452 if (newinofmt && dirp->d_type != DT_DIR) { 454 dirp->d_type = DT_DIR;
|
dir.c | 67 .dot_type = DT_DIR, 72 .dotdot_type = DT_DIR,
|
/src/sys/miscfs/procfs/ |
procfs_vnops.c | 160 { DT_DIR, N("."), PFSproc, NULL }, 161 { DT_DIR, N(".."), PFSroot, NULL }, 162 { DT_DIR, N("fd"), PFSfd, NULL }, 163 { DT_DIR, N("task"), PFStask, procfs_validfile_linux }, 206 { DT_DIR, N("sys"), PFSsys, procfs_validfile_linux }, 207 { DT_DIR, N("sysvipc"), PFSsysvipc, procfs_validfile_linux }, 219 { DT_DIR, N("."), PFSsys, procfs_validfile_linux }, 220 { DT_DIR, N(".."), PFSroot, NULL }, 233 { DT_DIR, N("."), PFSsysfs, procfs_validfile_linux }, 234 { DT_DIR, N(".."), PFSsys, procfs_validfile_linux } [all...] |
/src/lib/libpuffs/ |
subr.c | 56 return puffs_nextdent(dent, name, id, DT_DIR, reslen); 222 DT_DIR, /* VDIR */
|
/src/sys/fs/filecorefs/ |
filecore_vnops.c | 337 de->d_type = DT_DIR; 344 de->d_type = DT_DIR; 353 de->d_type = DT_DIR;
|
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
FuzzerIOPosix.cpp | 72 else if ((E->d_type == DT_DIR ||
|
/src/sys/miscfs/kernfs/ |
kernfs_vnops.c | 79 { DT_DIR, N("."), 0, KFSkern, VDIR, DIR_MODE }, 80 { DT_DIR, N(".."), 0, KFSroot, VDIR, DIR_MODE }, 92 { DT_DIR, N("root"), 0, KFSnull, VDIR, DIR_MODE }, 104 { DT_DIR, N("."), 0, KFSsubdir, VDIR, DIR_MODE }, 105 { DT_DIR, N(".."), 0, KFSkern, VDIR, DIR_MODE },
|
/src/sys/fs/ntfs/ |
ntfs_vnops.c | 546 cde->d_type = DT_DIR; 560 cde->d_type = DT_DIR; 607 cde->d_type = (iep->ie_fflag & NTFS_FFLAG_DIR) ? DT_DIR : DT_REG; 609 dprintf(("%s\n", (cde->d_type == DT_DIR) ? "dir":"reg"));
|
/src/sys/ufs/chfs/ |
chfs_subr.c | 154 dent.d_type = DT_DIR;
|
/src/tests/lib/libc/gen/ |
t_glob.c | 143 dir.d_type = f->type == 'd' ? DT_DIR : DT_REG;
|
/src/sys/miscfs/fdesc/ |
fdesc_vnops.c | 520 { FD_DEVFD, DT_DIR, N("fd") }, 638 d.d_type = DT_DIR;
|
/src/sys/arch/ia64/stand/efi/libefi/ |
efifs.c | 283 d->d_type = DT_DIR;
|
/src/sbin/newfs/ |
mkfs.c | 1005 { UFS_ROOTINO, sizeof(struct direct), DT_DIR, 1, "." }, 1006 { UFS_ROOTINO, sizeof(struct direct), DT_DIR, 2, ".." }, 1008 { LOSTFOUNDINO, sizeof(struct direct), DT_DIR, 10, "lost+found" }, 1025 { LOSTFOUNDINO, sizeof(struct direct), DT_DIR, 1, "." }, 1026 { UFS_ROOTINO, sizeof(struct direct), DT_DIR, 2, ".." },
|
/src/sys/arch/acorn32/stand/nbfs/ |
nbfs.c | 413 fdp->objtype = dp->d_type == DT_DIR ?
|
/src/lib/libc/gen/ |
fts.c | 836 #ifdef DT_DIR 838 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN)
|
/src/sbin/restore/ |
dirs.c | 185 nulldir.d_type = DT_DIR;
|
/src/sys/fs/adosfs/ |
advnops.c | 655 adp->d_type = DT_DIR;
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_linux_libcdep.cc | 694 if (entry->d_ino != 0 && *d_type == DT_DIR) {
|
/src/sys/fs/autofs/ |
autofs_vnops.c | 421 dirent.d_type = DT_DIR;
|
/src/sys/arch/xen/xen/ |
hypervisor.c | 827 KERNFS_INITENTRY(dkt, DT_DIR, "xen", NULL, KFSsubdir, VDIR, DIR_MODE);
|
/src/sys/fs/msdosfs/ |
msdosfs_vnops.c | 1037 dirbuf->d_type = DT_DIR; 1154 dirbuf->d_type = DT_DIR;
|