/Linux-v4.19/tools/testing/selftests/proc/ |
D | read.c | 78 assert(de->d_type == DT_DIR); in f() 82 assert(de->d_type == DT_DIR); in f() 104 case DT_DIR: in f()
|
D | fd-001-lookup.c | 116 assert(de->d_type == DT_DIR); in main() 120 assert(de->d_type == DT_DIR); in main()
|
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-v4.19/fs/openpromfs/ |
D | inode.c | 274 if (!dir_emit(ctx, ".", 1, inode->i_ino, DT_DIR)) in openpromfs_readdir() 282 dp->parent->unique_id), DT_DIR)) in openpromfs_readdir() 298 child->unique_id, DT_DIR)) in openpromfs_readdir()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_dir2_readdir.c | 28 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, 89 if (!dir_emit(ctx, ".", 1, dp->i_ino, DT_DIR)) in xfs_dir2_sf_getdents() 99 if (!dir_emit(ctx, "..", 2, ino, DT_DIR)) in xfs_dir2_sf_getdents()
|
/Linux-v4.19/tools/testing/selftests/powerpc/dscr/ |
D | dscr_sysfs_test.c | 58 if (!(dp->d_type & DT_DIR)) in check_all_cpu_dscr_defaults()
|
/Linux-v4.19/fs/hfs/ |
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-v4.19/fs/jffs2/ |
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-v4.19/drivers/staging/erofs/ |
D | dir.c | 18 [EROFS_FT_DIR] = DT_DIR,
|
/Linux-v4.19/fs/squashfs/ |
D | dir.c | 40 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/Linux-v4.19/fs/9p/ |
D | vfs_dir.c | 72 rettype = DT_DIR; in dt_type()
|
/Linux-v4.19/fs/xfs/scrub/ |
D | dir.c | 66 if (dtype != DT_UNKNOWN && dtype != DT_DIR) in xchk_dir_check_ftype() 134 if (xfs_sb_version_hasftype(&mp->m_sb) && type != DT_DIR) in xchk_dir_actor() 145 if (xfs_sb_version_hasftype(&mp->m_sb) && type != DT_DIR) in xchk_dir_actor()
|
/Linux-v4.19/fs/freevxfs/ |
D | vxfs_lookup.c | 229 if (!dir_emit(ctx, "..", 2, VXFS_INO(ip)->vii_dotdot, DT_DIR)) in vxfs_readdir()
|
/Linux-v4.19/fs/adfs/ |
D | dir.c | 42 if (!dir_emit(ctx, "..", 2, dir.parent_id, DT_DIR)) in adfs_readdir()
|
/Linux-v4.19/fs/hfsplus/ |
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-v4.19/fs/hpfs/ |
D | dir.c | 144 if (!dir_emit(ctx, "..", 2, hpfs_inode->i_parent_dir, DT_DIR)) in hpfs_readdir()
|
/Linux-v4.19/tools/perf/ |
D | builtin-buildid-cache.c | 95 if (dent->d_type != DT_DIR) in build_id_cache__kcore_existing()
|
/Linux-v4.19/tools/perf/util/ |
D | trace-event-info.c | 173 if (dent->d_type == DT_DIR && \
|
D | cpumap.c | 593 if (dent1->d_type != DT_DIR || sscanf(dent1->d_name, "node%u", &mem) < 1) in cpu__setup_cpunode_map()
|
/Linux-v4.19/fs/omfs/ |
D | dir.c | 358 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
|
/Linux-v4.19/fs/coda/ |
D | dir.c | 335 case CDT_DIR: dt = DT_DIR; break; in CDT2DT()
|
/Linux-v4.19/fs/romfs/ |
D | super.c | 94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
|
/Linux-v4.19/fs/gfs2/ |
D | inode.c | 416 dent->de_type = cpu_to_be16(DT_DIR); in gfs2_init_dir() 421 dent->de_type = cpu_to_be16(DT_DIR); in gfs2_init_dir() 1328 return gfs2_dir_mvino(ip, &gfs2_qdotdot, ndip, DT_DIR); in update_moved_ino()
|
/Linux-v4.19/fs/ntfs/ |
D | dir.c | 1058 dt_type = DT_DIR; in ntfs_filldir() 1070 dt_type == DT_DIR ? "DIR" : "REG"); in ntfs_filldir()
|
/Linux-v4.19/fs/nilfs2/ |
D | dir.c | 236 [NILFS_FT_DIR] = DT_DIR,
|