| /freebsd-14-stable/tests/sys/fs/fusefs/ |
| HD | readdir.cc | 82 ents[0].d_type = DT_DIR; in TEST_F() 87 ents[1].d_type = DT_DIR; in TEST_F() 100 EXPECT_EQ(DT_DIR, de->d_type); in TEST_F() 108 EXPECT_EQ(DT_DIR, de->d_type); in TEST_F() 208 ents0[0].d_type = DT_DIR; in TEST_F() 214 ents0[1].d_type = DT_DIR; in TEST_F() 218 ents1[0].d_type = DT_DIR; in TEST_F()
|
| /freebsd-14-stable/sys/fs/devfs/ |
| HD | devfs_devs.c | 251 if (de->de_dirent->d_type != DT_DIR) in devfs_parent_dirent() 277 dd->de_dirent->d_type = DT_DIR; in devfs_vmkdir() 293 de->de_dirent->d_type = DT_DIR; in devfs_vmkdir() 300 de->de_dirent->d_type = DT_DIR; in devfs_vmkdir() 344 KASSERT(de->de_dirent->d_type == DT_DIR, in devfs_rmdir_empty() 464 else if (de->de_dirent->d_type == DT_DIR) in devfs_purge() 596 de = devfs_find(dd, s, q - s, DT_DIR); in devfs_populate_loop() 603 KASSERT(dd->de_dirent->d_type == DT_DIR && in devfs_populate_loop()
|
| /freebsd-14-stable/sbin/fsck_ffs/ |
| HD | pass2.c | 308 if (dirp->d_type != DT_DIR) { in pass2check() 311 dirp->d_type = DT_DIR; in pass2check() 318 proto.d_type = DT_DIR; in pass2check() 355 proto.d_type = DT_DIR; in pass2check() 387 if (dirp->d_type != DT_DIR) { in pass2check() 389 dirp->d_type = DT_DIR; in pass2check()
|
| HD | dir.c | 57 0, 12, DT_DIR, 1, ".", 58 0, DIRBLKSIZ - 12, DT_DIR, 2, ".." 953 inoinfo(ino)->ino_type = DT_DIR; in allocdir() 974 inoinfo(ino)->ino_type = DT_DIR; in allocdir()
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| HD | FuzzerIOPosix.cpp | 71 else if ((E->d_type == DT_DIR || in ListFilesInDirRecursive() 93 else if ((E->d_type == DT_DIR || in IterateDirRecursive()
|
| /freebsd-14-stable/sys/ufs/ufs/ |
| HD | dir.h | 93 #define DT_DIR 4 macro
|
| /freebsd-14-stable/sys/sys/ |
| HD | dirent.h | 99 #define DT_DIR 4 macro
|
| /freebsd-14-stable/sys/contrib/openzfs/module/os/linux/zfs/ |
| HD | zpl_ctldir.c | 68 strlen(ZFS_SNAPDIR_NAME), ZFSCTL_INO_SNAPDIR, DT_DIR)) in zpl_root_iterate() 76 strlen(ZFS_SHAREDIR_NAME), ZFSCTL_INO_SHARES, DT_DIR)) in zpl_root_iterate() 263 ZFSCTL_INO_SHARES - id, DT_DIR)) in zpl_snapdir_iterate()
|
| /freebsd-14-stable/stand/libsa/ |
| HD | ufsread.c | 128 dt = DT_DIR; in lookup() 140 if (dt != DT_DIR) { in lookup()
|
| /freebsd-14-stable/tools/test/stress2/misc/ |
| HD | kinfo2.sh | 143 if (dp->d_type == DT_DIR &&
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/ |
| HD | OProfileWrapper.cpp | 127 if (Entry->d_type == DT_DIR) { in checkForOProfileProcEntry()
|
| /freebsd-14-stable/sbin/newfs/ |
| HD | mkfs.c | 890 { UFS_ROOTINO, sizeof(struct direct), DT_DIR, 1, "." }, 891 { UFS_ROOTINO, sizeof(struct direct), DT_DIR, 2, ".." }, 892 { UFS_ROOTINO + 1, sizeof(struct direct), DT_DIR, 5, ".snap" }, 898 { UFS_ROOTINO + 1, sizeof(struct direct), DT_DIR, 1, "." }, 899 { UFS_ROOTINO, sizeof(struct direct), DT_DIR, 2, ".." },
|
| /freebsd-14-stable/sys/fs/tarfs/ |
| HD | tarfs_vnops.c | 346 cde.d_type = DT_DIR; in tarfs_readdir() 369 cde.d_type = DT_DIR; in tarfs_readdir() 413 cde.d_type = DT_DIR; in tarfs_readdir()
|
| /freebsd-14-stable/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| HD | zfs_ctldir.c | 274 entry.d_type = DT_DIR; in sfs_readdir_common() 288 entry.d_type = DT_DIR; in sfs_readdir_common() 706 entry.d_type = DT_DIR; in zfsctl_root_readdir() 1095 entry.d_type = DT_DIR; in zfsctl_snapdir_readdir()
|
| /freebsd-14-stable/contrib/netbsd-tests/lib/libc/gen/ |
| HD | t_glob.c | 135 dir.d_type = f->dir ? DT_DIR : DT_REG; in gl_readdir()
|
| /freebsd-14-stable/sys/contrib/openzfs/cmd/zfs/ |
| HD | zfs_project.c | 247 if (!ret && zpc->zpc_recursive && ent->d_type == DT_DIR) in zfs_project_handle_dir()
|
| /freebsd-14-stable/lib/libpam/modules/pam_xdg/ |
| HD | pam_xdg.c | 189 if (dp->d_type == DT_DIR) { in remove_dir()
|
| /freebsd-14-stable/sys/fs/smbfs/ |
| HD | smbfs_io.c | 107 de.d_type = DT_DIR; in smbfs_readvdir() 155 de.d_type = (ctx->f_attr.fa_attr & SMB_FA_DIR) ? DT_DIR : DT_REG; in smbfs_readvdir()
|
| /freebsd-14-stable/libexec/flua/modules/ |
| HD | lfs.c | 444 lua_pushinteger(L, DT_DIR); in luaopen_lfs()
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/src/filesystem/ |
| HD | file_descriptor.h | 49 case DT_DIR: in get_file_type()
|
| /freebsd-14-stable/sys/fs/udf/ |
| HD | udf_vnops.c | 836 dir.d_type = DT_DIR; in udf_readdir() 848 dir.d_type = DT_DIR; in udf_readdir() 862 DT_DIR : DT_UNKNOWN; in udf_readdir()
|
| /freebsd-14-stable/sys/contrib/openzfs/lib/libzutil/os/linux/ |
| HD | zutil_device_path_os.c | 471 if (ep->d_type != DT_DIR) { /* skip "." and ".." dirs */ in dm_get_underlying_path()
|
| /freebsd-14-stable/stand/lua/ |
| HD | core.lua | 256 if ftype ~= lfs.DT_DIR then
|
| /freebsd-14-stable/lib/libc/gen/ |
| HD | fts-compat11.c | 803 #ifdef DT_DIR in fts_build() 805 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN) in fts_build()
|
| HD | fts.c | 801 #ifdef DT_DIR in fts_build() 803 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN) in fts_build()
|