DT_DIR           2279 drivers/staging/exfat/exfat_super.c 		      (de.Attr & ATTR_SUBDIR) ? DT_DIR : DT_REG))
DT_DIR             57 fs/9p/vfs_dir.c 		rettype = DT_DIR;
DT_DIR             77 fs/adfs/dir.c  		if (!dir_emit(ctx, "..", 2, dir.parent_id, DT_DIR))
DT_DIR            261 fs/cifs/inode.c 		fattr->cf_dtype = DT_DIR;
DT_DIR            636 fs/cifs/inode.c 		fattr->cf_dtype = DT_DIR;
DT_DIR            150 fs/cifs/readdir.c 		fattr->cf_dtype = DT_DIR;
DT_DIR            335 fs/coda/dir.c  	case CDT_DIR:	  dt = DT_DIR;     break;
DT_DIR           2506 fs/ext4/ext4.h 	DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
DT_DIR           1537 fs/ext4/inline.c 			if (!dir_emit(ctx, ".", 1, inode->i_ino, DT_DIR))
DT_DIR           1544 fs/ext4/inline.c 			if (!dir_emit(ctx, "..", 2, parent_ino, DT_DIR))
DT_DIR             43 fs/f2fs/dir.c  	[F2FS_FT_DIR]		= DT_DIR,
DT_DIR            678 fs/fat/dir.c   			    (de->attr & ATTR_DIR) ? DT_DIR : DT_REG))
DT_DIR            229 fs/freevxfs/vxfs_lookup.c 		if (!dir_emit(ctx, "..", 2, VXFS_INO(ip)->vii_dotdot, DT_DIR))
DT_DIR             11 fs/fs_types.c  	[FT_DIR]	= DT_DIR,
DT_DIR             52 fs/fs_types.c  	[DT_DIR]	= FT_DIR,
DT_DIR            413 fs/gfs2/inode.c 	dent->de_type = cpu_to_be16(DT_DIR);
DT_DIR            418 fs/gfs2/inode.c 	dent->de_type = cpu_to_be16(DT_DIR);
DT_DIR           1325 fs/gfs2/inode.c 		return gfs2_dir_mvino(ip, &gfs2_qdotdot, ndip, DT_DIR);
DT_DIR            448 fs/gfs2/ops_fstype.c 	inode = gfs2_inode_lookup(sb, DT_DIR, no_addr, 0,
DT_DIR             94 fs/hfs/dir.c   			    be32_to_cpu(entry.thread.ParID), DT_DIR))
DT_DIR            126 fs/hfs/dir.c   				    be32_to_cpu(entry.dir.DirID), DT_DIR))
DT_DIR            182 fs/hfsplus/dir.c 			    be32_to_cpu(entry.thread.parentID), DT_DIR))
DT_DIR            222 fs/hfsplus/dir.c 				    be32_to_cpu(entry.folder.id), DT_DIR))
DT_DIR            144 fs/hpfs/dir.c  			if (!dir_emit(ctx, "..", 2, hpfs_inode->i_parent_dir, DT_DIR))
DT_DIR             83 fs/jffs2/build.c 		if (fd->type == DT_DIR) {
DT_DIR            186 fs/jffs2/build.c 			if (fd->type == DT_DIR) {
DT_DIR            548 fs/jffs2/dir.c 	rd->type = DT_DIR;
DT_DIR            305 fs/jffs2/fs.c  			if (fd->type == DT_DIR && fd->ino)
DT_DIR           3093 fs/jfs/jfs_dtree.c 				if (!dir_emit(ctx, ".", 1, ip->i_ino, DT_DIR))
DT_DIR           3100 fs/jfs/jfs_dtree.c 			if (!dir_emit(ctx, "..", 2, PARENT(ip), DT_DIR))
DT_DIR           3129 fs/jfs/jfs_dtree.c 			if (!dir_emit(ctx, ".", 1, ip->i_ino, DT_DIR))
DT_DIR           3138 fs/jfs/jfs_dtree.c 				if (!dir_emit(ctx, "..", 2, PARENT(ip), DT_DIR))
DT_DIR             17 fs/nfs/nfstrace.h TRACE_DEFINE_ENUM(DT_DIR);
DT_DIR             29 fs/nfs/nfstrace.h 			{ DT_DIR, "DIR" }, \
DT_DIR            236 fs/nilfs2/dir.c 	[NILFS_FT_DIR]		= DT_DIR,
DT_DIR           1044 fs/ntfs/dir.c  		dt_type = DT_DIR;
DT_DIR           1056 fs/ntfs/dir.c  			dt_type == DT_DIR ? "DIR" : "REG");
DT_DIR            358 fs/omfs/dir.c  		d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG;
DT_DIR            277 fs/openpromfs/inode.c 		if (!dir_emit(ctx, ".", 1, inode->i_ino, DT_DIR))
DT_DIR            285 fs/openpromfs/inode.c 			     dp->parent->unique_id), DT_DIR))
DT_DIR            301 fs/openpromfs/inode.c 			    child->unique_id, DT_DIR))
DT_DIR             94 fs/romfs/super.c 	DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
DT_DIR             27 fs/squashfs/dir.c 	DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
DT_DIR            461 fs/ubifs/dir.c 		return DT_DIR;
DT_DIR            178 fs/ufs/util.h  		de->d_u.d_44.d_type = DT_DIR;
DT_DIR             56 fs/xfs/scrub/dir.c 		if (dtype != DT_UNKNOWN && dtype != DT_DIR)
DT_DIR            130 fs/xfs/scrub/dir.c 		if (xfs_sb_version_hasftype(&mp->m_sb) && type != DT_DIR)
DT_DIR            141 fs/xfs/scrub/dir.c 		if (xfs_sb_version_hasftype(&mp->m_sb) && type != DT_DIR)
DT_DIR             25 fs/xfs/xfs_dir2_readdir.c 	DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK,
DT_DIR             86 fs/xfs/xfs_dir2_readdir.c 		if (!dir_emit(ctx, ".", 1, dp->i_ino, DT_DIR))
DT_DIR             96 fs/xfs/xfs_dir2_readdir.c 		if (!dir_emit(ctx, "..", 2, ino, DT_DIR))
DT_DIR           3555 include/linux/fs.h 			  file->f_path.dentry->d_inode->i_ino, DT_DIR) == 0;
DT_DIR           3560 include/linux/fs.h 			  parent_ino(file->f_path.dentry), DT_DIR) == 0;
DT_DIR             98 tools/perf/builtin-buildid-cache.c 		if (dent->d_type != DT_DIR)
DT_DIR           2810 tools/perf/builtin-script.c 		if ((lang_dirent->d_type == DT_DIR ||			\
DT_DIR           2818 tools/perf/builtin-script.c 		if (script_dirent->d_type != DT_DIR &&			\
DT_DIR            891 tools/perf/pmu-events/jevents.c 		if (dir->d_type == DT_DIR) {
DT_DIR            437 tools/perf/util/cpumap.c 		if (dent1->d_type != DT_DIR || sscanf(dent1->d_name, "node%u", &mem) < 1)
DT_DIR           2400 tools/perf/util/evsel.c 		if ((d->d_type != DT_DIR) ||
DT_DIR            158 tools/perf/util/parse-events.c 		if (sys_dirent->d_type == DT_DIR &&		\
DT_DIR            178 tools/perf/util/parse-events.c 		if (evt_dirent->d_type == DT_DIR &&		\
DT_DIR           1882 tools/perf/util/symbol.c 	if (d->d_type != DT_DIR)
DT_DIR            157 tools/perf/util/trace-event-info.c 		if (dent->d_type == DT_DIR &&			\
DT_DIR             55 tools/testing/selftests/powerpc/dscr/dscr_sysfs_test.c 		if (!(dp->d_type & DT_DIR))
DT_DIR            116 tools/testing/selftests/proc/fd-001-lookup.c 		assert(de->d_type == DT_DIR);
DT_DIR            120 tools/testing/selftests/proc/fd-001-lookup.c 		assert(de->d_type == DT_DIR);
DT_DIR            106 tools/testing/selftests/proc/fd-003-kthread.c 	assert(de->d_type == DT_DIR);
DT_DIR            110 tools/testing/selftests/proc/fd-003-kthread.c 	assert(de->d_type == DT_DIR);
DT_DIR             80 tools/testing/selftests/proc/read.c 	assert(de->d_type == DT_DIR);
DT_DIR             84 tools/testing/selftests/proc/read.c 	assert(de->d_type == DT_DIR);
DT_DIR            106 tools/testing/selftests/proc/read.c 		case DT_DIR:
DT_DIR           1208 tools/vm/slabinfo.c 		   case DT_DIR: