Symbol: DT_LNK
fs/9p/vfs_dir.c
56
rettype = DT_LNK;
fs/afs/dynroot.c
340
!dir_emit(ctx, "@cell", 5, 2, DT_LNK))
fs/afs/dynroot.c
346
!dir_emit(ctx, ".@cell", 6, 3, DT_LNK))
fs/coda/dir.c
339
case CDT_LNK: dt = DT_LNK; break;
fs/ext4/ext4.h
2920
DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
fs/fs_dirent.c
16
[FT_SYMLINK] = DT_LNK
fs/fs_dirent.c
53
[DT_LNK] = FT_SYMLINK,
fs/hfsplus/dir.c
238
type = DT_LNK;
fs/jffs2/dir.c
414
rd->type = DT_LNK;
fs/proc/base.c
3584
if (!dir_emit(ctx, "self", 4, self_inum, DT_LNK))
fs/proc/base.c
3589
if (!dir_emit(ctx, "thread-self", 11, thread_self_inum, DT_LNK))
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
281
fattr->cf_dtype = DT_LNK;
fs/smb/client/inode.c
639
fattr->cf_dtype = DT_LNK;
fs/smb/client/link.c
214
fattr->cf_dtype = DT_LNK;
fs/squashfs/dir.c
28
DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
fs/ubifs/dir.c
543
return DT_LNK;
fs/ufs/util.h
163
de->d_u.d_44.d_type = DT_LNK;
fs/vboxsf/dir.c
80
d_type = DT_LNK;
fs/xfs/xfs_dir2_readdir.c
28
DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
include/trace/misc/fs.h
20
{ DT_LNK, "LNK" }, \
tools/mm/slabinfo.c
1233
case DT_LNK:
tools/perf/tests/builtin-test.c
178
if (ent->d_type != DT_LNK)
tools/perf/tests/builtin-test.c
208
if (ent->d_type != DT_LNK)
tools/perf/util/cpumap.c
616
if (dent2->d_type != DT_LNK || sscanf(dent2->d_name, "cpu%u", &cpu) < 1)
tools/perf/util/drm_pmu.c
424
if (fd_entry->d_type != DT_LNK)
tools/perf/util/evsel.c
3933
if (fd_entry->d_type != DT_LNK)
tools/perf/util/hwmon_pmu.c
727
if (class_hwmon_ent->d_type != DT_LNK)
tools/testing/selftests/proc/fd-001-lookup.c
129
assert(de->d_type == DT_LNK);
tools/testing/selftests/proc/proc-subset-pid.c
103
assert(de->d_type == DT_LNK);
tools/testing/selftests/proc/proc-subset-pid.c
99
assert(de->d_type == DT_LNK);
tools/testing/selftests/proc/read.c
118
case DT_LNK:
tools/thermal/tmon/sysfs.c
207
if (nl->d_type == DT_LNK) {