| /linux/fs/ |
| H A D | fs_types.c | 16 [FT_SYMLINK] = DT_LNK 53 [DT_LNK] = FT_SYMLINK,
|
| /linux/tools/testing/selftests/proc/ |
| H A D | proc-subset-pid.c | 99 assert(de->d_type == DT_LNK); in main() 103 assert(de->d_type == DT_LNK); in main()
|
| H A D | read.c | 118 case DT_LNK: in f()
|
| H A D | fd-001-lookup.c | 129 assert(de->d_type == DT_LNK); in main()
|
| /linux/include/linux/ |
| H A D | fs_types.h | 40 #define DT_LNK 10 macro
|
| /linux/include/trace/misc/ |
| H A D | fs.h | 20 { DT_LNK, "LNK" }, \
|
| /linux/fs/afs/ |
| H A D | dynroot.c | 339 !dir_emit(ctx, "@cell", 5, 2, DT_LNK)) in afs_dynroot_readdir() 345 !dir_emit(ctx, ".@cell", 6, 3, DT_LNK)) in afs_dynroot_readdir()
|
| /linux/tools/include/nolibc/ |
| H A D | types.h | 70 #define DT_LNK 0xa macro
|
| /linux/fs/squashfs/ |
| H A D | dir.c | 27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
| /linux/fs/9p/ |
| H A D | vfs_dir.c | 56 rettype = DT_LNK; in dt_type()
|
| /linux/tools/perf/tests/ |
| H A D | builtin-test.c | 172 if (ent->d_type != DT_LNK) in close_parent_fds() 202 if (ent->d_type != DT_LNK) in check_leaks()
|
| /linux/tools/thermal/tmon/ |
| H A D | sysfs.c | 207 if (nl->d_type == DT_LNK) { in find_tzone_cdev()
|
| /linux/fs/vboxsf/ |
| H A D | dir.c | 80 d_type = DT_LNK; in vboxsf_get_d_type()
|
| /linux/fs/romfs/ |
| H A D | super.c | 94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
|
| /linux/fs/xfs/ |
| H A D | xfs_dir2_readdir.c | 28 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
|
| /linux/fs/coda/ |
| H A D | dir.c | 339 case CDT_LNK: dt = DT_LNK; break; in CDT2DT()
|
| /linux/fs/smb/client/ |
| H A D | link.c | 214 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
|
| H A D | inode.c | 286 fattr->cf_dtype = DT_LNK; in cifs_unix_basic_to_fattr() 643 fattr->cf_dtype = DT_LNK; in cifs_sfu_type()
|
| /linux/tools/perf/util/ |
| H A D | drm_pmu.c | 423 if (fd_entry->d_type != DT_LNK) in for_each_drm_fdinfo_in_dir()
|
| H A D | cpumap.c | 616 if (dent2->d_type != DT_LNK || sscanf(dent2->d_name, "cpu%u", &cpu) < 1) in cpu__setup_cpunode_map()
|
| H A D | hwmon_pmu.c | 727 if (class_hwmon_ent->d_type != DT_LNK) in perf_pmus__read_hwmon_pmus()
|
| /linux/fs/ufs/ |
| H A D | util.h | 163 de->d_u.d_44.d_type = DT_LNK; in ufs_set_de_type()
|
| /linux/fs/hfsplus/ |
| H A D | dir.c | 238 type = DT_LNK; in hfsplus_readdir()
|
| /linux/fs/jffs2/ |
| H A D | dir.c | 412 rd->type = DT_LNK; in jffs2_symlink()
|
| /linux/tools/mm/ |
| H A D | slabinfo.c | 1233 case DT_LNK: in read_slab_dir()
|