| /linux/tools/testing/selftests/proc/ |
| H A D | proc-subset-pid.c | 91 assert(de->d_type == DT_DIR); in main() 95 assert(de->d_type == DT_DIR); in main() 109 assert(de->d_type == DT_DIR); in main()
|
| H A D | read.c | 82 assert(de->d_type == DT_DIR); in f() 86 assert(de->d_type == DT_DIR); in f() 108 case DT_DIR: in f()
|
| H A D | fd-001-lookup.c | 116 assert(de->d_type == DT_DIR); in main() 120 assert(de->d_type == DT_DIR); in main()
|
| H A D | fd-003-kthread.c | 106 assert(de->d_type == DT_DIR); in test_readdir() 110 assert(de->d_type == DT_DIR); in test_readdir()
|
| /linux/tools/perf/util/ |
| H A D | tracepoint.h | 13 if (evt_dirent->d_type == DT_DIR && \ 20 if (sys_dirent->d_type == DT_DIR && \
|
| /linux/fs/ |
| H A D | fs_dirent.c | 11 [FT_DIR] = DT_DIR, 52 [DT_DIR] = FT_DIR,
|
| /linux/fs/openpromfs/ |
| H A D | inode.c | 281 if (!dir_emit(ctx, ".", 1, inode->i_ino, DT_DIR)) in openpromfs_readdir() 289 dp->parent->unique_id), DT_DIR)) in openpromfs_readdir() 305 child->unique_id, DT_DIR)) in openpromfs_readdir()
|
| /linux/include/linux/ |
| H A D | fs_dirent.h | 40 #define DT_DIR 4 macro
|
| /linux/tools/testing/selftests/powerpc/dscr/ |
| H A D | dscr_sysfs_test.c | 45 if (!(dp->d_type & DT_DIR)) in check_all_cpu_dscr_defaults()
|
| /linux/tools/perf/ui/browsers/ |
| H A D | scripts.c | 196 if (lang_dirent->d_type != DT_DIR && in find_scripts() 221 if (script_dirent->d_type == DT_DIR) in find_scripts()
|
| /linux/fs/hfs/ |
| H A D | dir.c | 94 be32_to_cpu(entry.thread.ParID), DT_DIR)) in hfs_readdir() 126 be32_to_cpu(entry.dir.DirID), DT_DIR)) in hfs_readdir()
|
| /linux/fs/jffs2/ |
| H A D | build.c | 83 if (fd->type == DT_DIR) { in jffs2_build_inode_pass1() 186 if (fd->type == DT_DIR) { in jffs2_build_filesystem()
|
| /linux/tools/include/nolibc/ |
| H A D | types.h | 82 #define DT_DIR 0x4 67 #define DT_DIR global() macro
|
| /linux/include/trace/misc/ |
| H A D | fs.h | 17 { DT_DIR, "DIR" }, \
|
| /linux/fs/afs/ |
| H A D | dynroot.c | 312 cell->dynroot_ino, DT_DIR)) in afs_dynroot_readdir_cells() 318 cell->dynroot_ino + 1, DT_DIR)) in afs_dynroot_readdir_cells()
|
| /linux/tools/hv/ |
| H A D | hv_fcopy_uio_daemon.c | 75 if (entry->d_type == DT_DIR && strcmp(entry->d_name, ".") != 0 && in get_ring_buffer_size() 440 if (entry->d_type == DT_DIR && strcmp(entry->d_name, ".") != 0 && in fcopy_get_first_folder()
|
| /linux/fs/9p/ |
| H A D | vfs_dir.c | 54 rettype = DT_DIR; in dt_type()
|
| /linux/tools/perf/tests/ |
| H A D | tests-scripts.c | 250 if (ent->d_type != DT_DIR) { in append_scripts_in_dir()
|
| /linux/fs/hfsplus/ |
| H A D | dir.c | 182 be32_to_cpu(entry.thread.parentID), DT_DIR)) in hfsplus_readdir() 222 be32_to_cpu(entry.folder.id), DT_DIR)) in hfsplus_readdir()
|
| /linux/fs/hpfs/ |
| H A D | dir.c | 144 if (!dir_emit(ctx, "..", 2, hpfs_inode->i_parent_dir, DT_DIR)) in hpfs_readdir()
|
| /linux/tools/testing/selftests/alsa/ |
| H A D | conf.c | 258 if (dirent->d_type == DT_DIR) in filename_filter()
|
| /linux/tools/perf/ |
| H A D | builtin-buildid-cache.c | 99 if (dent->d_type != DT_DIR) in build_id_cache__kcore_existing()
|
| /linux/fs/adfs/ |
| H A D | dir.c | 258 if (!dir_emit(ctx, "..", 2, dir.parent_id, DT_DIR)) in adfs_iterate()
|
| /linux/fs/romfs/ |
| H A D | super.c | 94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
|
| /linux/fs/vboxsf/ |
| H A D | dir.c | 71 d_type = DT_DIR; in vboxsf_get_d_type()
|