Symbol: DT_REG
fs/9p/vfs_dir.c
51
int rettype = DT_REG;
fs/coda/dir.c
338
case CDT_REG: dt = DT_REG; break;
fs/exfat/dir.c
273
(de.attr & EXFAT_ATTR_SUBDIR) ? DT_DIR : DT_REG))
fs/ext4/ext4.h
2920
DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
fs/fat/dir.c
692
(de->attr & ATTR_DIR) ? DT_DIR : DT_REG))
fs/fs_dirent.c
10
[FT_REG_FILE] = DT_REG,
fs/fs_dirent.c
51
[DT_REG] = FT_REG_FILE,
fs/hfs/dir.c
135
be32_to_cpu(entry.file.FlNum), DT_REG))
fs/hfsplus/dir.c
236
type = DT_REG;
fs/jffs2/dir.c
268
if (!type) type = DT_REG;
fs/jffs2/dir.c
818
if (!type) type = DT_REG;
fs/jffs2/write.c
520
rd->type = DT_REG;
fs/ntfs3/dir.c
326
dt_type = (fname->dup.fa & FILE_ATTRIBUTE_DIRECTORY) ? DT_DIR : DT_REG;
fs/omfs/dir.c
359
d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG;
fs/openpromfs/inode.c
320
prop->unique_id, DT_REG))
fs/overlayfs/readdir.c
199
p->check_xwhiteout = rdd->in_xwhiteouts_dir && d_type == DT_REG;
fs/romfs/super.c
94
DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
fs/smb/client/inode.c
277
fattr->cf_dtype = DT_REG;
fs/smb/client/inode.c
310
fattr->cf_dtype = DT_REG;
fs/smb/client/inode.c
546
fattr->cf_dtype = DT_REG;
fs/smb/client/inode.c
679
fattr->cf_dtype = DT_REG;
fs/smb/client/inode.c
688
fattr->cf_dtype = DT_REG;
fs/smb/client/inode.c
935
fattr->cf_dtype = DT_REG;
fs/smb/client/readdir.c
202
fattr->cf_dtype = DT_REG;
fs/squashfs/dir.c
28
DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
fs/tracefs/event_inode.c
638
if (!dir_emit(ctx, name, strlen(name), ino, DT_REG))
fs/ubifs/dir.c
539
return DT_REG;
fs/ufs/util.h
166
de->d_u.d_44.d_type = DT_REG;
fs/vboxsf/dir.c
77
d_type = DT_REG;
fs/xfs/xfs_dir2_readdir.c
27
DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK,
fs/zonefs/super.c
815
if (!dir_emit(ctx, fname, fname_len, ino, DT_REG))
include/trace/misc/fs.h
19
{ DT_REG, "REG" }, \
tools/perf/ui/browsers/hists.c
2398
if (!(dent->d_type == DT_REG))
tools/perf/util/hwmon_pmu.c
261
if (ent->d_type != DT_REG)
tools/testing/selftests/proc/read.c
97
case DT_REG: