Symbol: DT_UNKNOWN
fs/adfs/dir_f.c
263
obj.indaddr, DT_UNKNOWN))
fs/adfs/dir_fplus.c
222
obj.indaddr, DT_UNKNOWN))
fs/affs/dir.c
161
if (!dir_emit(ctx, name, namelen, ino, DT_UNKNOWN))
fs/afs/dir.c
437
ntohl(dire->u.vnode), DT_UNKNOWN)) {
fs/befs/linuxvfs.c
262
(ino_t) value, DT_UNKNOWN)) {
fs/befs/linuxvfs.c
269
(ino_t) value, DT_UNKNOWN))
fs/bfs/dir.c
58
DT_UNKNOWN)) {
fs/coda/dir.c
333
case CDT_UNKNOWN: dt = DT_UNKNOWN; break;
fs/coda/dir.c
342
default: dt = DT_UNKNOWN; break;
fs/efs/dir.c
93
if (!dir_emit(ctx, nameptr, namelen, inodenum, DT_UNKNOWN)) {
fs/ext2/dir.c
307
unsigned char d_type = DT_UNKNOWN;
fs/ext4/ext4.h
3003
DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
fs/ext4/ext4.h
3009
return DT_UNKNOWN;
fs/f2fs/dir.c
982
unsigned char d_type = DT_UNKNOWN;
fs/freevxfs/vxfs_lookup.c
257
DT_UNKNOWN);
fs/fs_dirent.c
40
return DT_UNKNOWN;
fs/fs_dirent.c
9
[FT_UNKNOWN] = DT_UNKNOWN,
fs/gfs2/inode.c
175
if (type == DT_UNKNOWN || blktype != GFS2_BLKST_FREE) {
fs/gfs2/inode.c
208
if (type == DT_UNKNOWN) {
fs/gfs2/inode.c
265
inode = gfs2_inode_lookup(sb, DT_UNKNOWN, no_addr, no_formal_ino,
fs/hfsplus/dir.c
234
unsigned type = DT_UNKNOWN;
fs/hpfs/dir.c
173
if (!dir_emit(ctx, tempname, de->namelen, le32_to_cpu(de->fnode), DT_UNKNOWN)) {
fs/isofs/dir.c
238
if (!dir_emit(ctx, p, len, inode_number, DT_UNKNOWN))
fs/jffs2/write.c
583
rd->type = DT_UNKNOWN;
fs/jfs/jfs_dtree.c
3022
jfs_dirent->ino, DT_UNKNOWN))
fs/minix/dir.c
125
inumber, DT_UNKNOWN)) {
fs/nfs/nfs2xdr.c
959
entry->d_type = DT_UNKNOWN;
fs/nfs/nfs3xdr.c
1997
entry->d_type = DT_UNKNOWN;
fs/nfs/nfs4xdr.c
7658
entry->d_type = DT_UNKNOWN;
fs/ntfs/reparse.c
330
unsigned int dt_type = DT_UNKNOWN;
fs/orangefs/dir.c
229
DT_UNKNOWN))
fs/overlayfs/readdir.c
1148
if (d_type != DT_UNKNOWN)
fs/proc/base.c
2106
unsigned type = DT_UNKNOWN;
fs/proc/proc_sysctl.c
687
unsigned type = DT_UNKNOWN;
fs/qnx4/dir.c
59
if (!dir_emit(ctx, fname, size, ino, DT_UNKNOWN)) {
fs/qnx6/dir.c
106
if (!dir_emit(ctx, lf->lf_fname, lf_size, de_inode, DT_UNKNOWN)) {
fs/qnx6/dir.c
166
no_inode, DT_UNKNOWN)) {
fs/romfs/super.c
94
DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
fs/squashfs/dir.c
28
DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
fs/ubifs/journal.c
1446
dent2->type = DT_UNKNOWN;
fs/udf/dir.c
114
if (!dir_emit(ctx, fname, flen, iblock, DT_UNKNOWN))
fs/ufs/dir.c
454
unsigned char d_type = DT_UNKNOWN;
fs/ufs/util.h
181
de->d_u.d_44.d_type = DT_UNKNOWN;
fs/vboxsf/dir.c
89
d_type = DT_UNKNOWN;
fs/xfs/xfs_dir2_readdir.c
27
DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK,
fs/xfs/xfs_dir2_readdir.c
37
return DT_UNKNOWN;
fs/xfs/xfs_dir2_readdir.c
40
return DT_UNKNOWN;
include/trace/misc/fs.h
14
{ DT_UNKNOWN, "UNKNOWN" }, \
tools/lib/api/io_dir.h
91
if (dent->d_type == DT_UNKNOWN) {
tools/perf/builtin-script.c
3532
(lang_dirent->d_type == DT_UNKNOWN && \
tools/perf/builtin-script.c
3540
(script_dirent->d_type != DT_UNKNOWN || \
tools/perf/tests/tests-scripts.c
265
if (ent->d_type != DT_UNKNOWN)
tools/perf/ui/browsers/scripts.c
197
(lang_dirent->d_type == DT_UNKNOWN &&
tools/perf/ui/browsers/scripts.c
223
if (script_dirent->d_type == DT_UNKNOWN &&