/linux-6.3-rc2/tools/testing/selftests/proc/ |
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()
|
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()
|
A D | fd-001-lookup.c | 116 assert(de->d_type == DT_DIR); in main() 120 assert(de->d_type == DT_DIR); in main()
|
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-6.3-rc2/tools/perf/util/ |
A D | tracepoint.h | 12 if (evt_dirent->d_type == DT_DIR && \ 19 if (sys_dirent->d_type == DT_DIR && \
|
A D | print-events.c | 70 if (sys_dirent->d_type != DT_DIR || in print_tracepoint_events() 84 if (evt_dirent->d_type != DT_DIR || in print_tracepoint_events()
|
/linux-6.3-rc2/fs/ |
A D | fs_types.c | 11 [FT_DIR] = DT_DIR, 52 [DT_DIR] = FT_DIR,
|
/linux-6.3-rc2/include/linux/ |
A D | fs_types.h | 37 #define DT_DIR 4 macro
|
/linux-6.3-rc2/fs/openpromfs/ |
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-6.3-rc2/tools/testing/selftests/powerpc/dscr/ |
A D | dscr_sysfs_test.c | 45 if (!(dp->d_type & DT_DIR)) in check_all_cpu_dscr_defaults()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_dir2_readdir.c | 26 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, 88 if (!dir_emit(ctx, ".", 1, dp->i_ino, DT_DIR)) in xfs_dir2_sf_getdents() 98 if (!dir_emit(ctx, "..", 2, ino, DT_DIR)) in xfs_dir2_sf_getdents()
|
/linux-6.3-rc2/include/trace/misc/ |
A D | fs.h | 17 { DT_DIR, "DIR" }, \
|
/linux-6.3-rc2/fs/hfs/ |
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-6.3-rc2/fs/jffs2/ |
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-6.3-rc2/tools/include/nolibc/ |
A D | types.h | 41 #define DT_DIR 0x4 macro
|
/linux-6.3-rc2/fs/squashfs/ |
A D | dir.c | 27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/linux-6.3-rc2/fs/9p/ |
A D | vfs_dir.c | 55 rettype = DT_DIR; in dt_type()
|
/linux-6.3-rc2/fs/xfs/scrub/ |
A D | dir.c | 55 if (dtype != DT_UNKNOWN && dtype != DT_DIR) in xchk_dir_check_ftype() 143 if (xfs_has_ftype(mp) && type != DT_DIR) in xchk_dir_actor() 155 if (xfs_has_ftype(mp) && type != DT_DIR) in xchk_dir_actor()
|
/linux-6.3-rc2/fs/freevxfs/ |
A D | vxfs_lookup.c | 205 if (!dir_emit(ctx, "..", 2, VXFS_INO(ip)->vii_dotdot, DT_DIR)) in vxfs_readdir()
|
/linux-6.3-rc2/fs/hfsplus/ |
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-6.3-rc2/tools/tracing/rtla/src/ |
A D | utils.c | 284 if (proc_entry->d_type != DT_DIR) in procfs_is_workload_pid()
|
/linux-6.3-rc2/fs/hpfs/ |
A D | dir.c | 144 if (!dir_emit(ctx, "..", 2, hpfs_inode->i_parent_dir, DT_DIR)) in hpfs_readdir()
|
/linux-6.3-rc2/fs/adfs/ |
A D | dir.c | 257 if (!dir_emit(ctx, "..", 2, dir.parent_id, DT_DIR)) in adfs_iterate()
|
/linux-6.3-rc2/tools/testing/selftests/alsa/ |
A D | conf.c | 289 if (dirent->d_type == DT_DIR) in filename_filter()
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-buildid-cache.c | 99 if (dent->d_type != DT_DIR) in build_id_cache__kcore_existing()
|