Searched refs:DT_LNK (Results 1 – 18 of 18) sorted by relevance
| /linux/fs/ |
| H A D | fs_dirent.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_dirent.h | 43 #define DT_LNK 10 macro
|
| /linux/tools/include/nolibc/ |
| H A D | types.h | 85 #define DT_LNK 0xa 70 #define DT_LNK global() macro
|
| /linux/include/trace/misc/ |
| H A D | fs.h | 20 { DT_LNK, "LNK" }, \
|
| /linux/fs/afs/ |
| H A D | dynroot.c | 340 !dir_emit(ctx, "@cell", 5, 2, DT_LNK)) in afs_dynroot_readdir() 346 !dir_emit(ctx, ".@cell", 6, 3, DT_LNK)) in afs_dynroot_readdir()
|
| /linux/tools/perf/tests/ |
| H A D | builtin-test.c | 200 if (ent->d_type != DT_LNK) in check_leaks() 230 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/smb/client/ |
| H A D | link.c | 214 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
|
| /linux/tools/perf/util/ |
| H A D | drm_pmu.c | 420 if (fd_entry->d_type != DT_LNK) in for_each_drm_fdinfo_in_dir()
|
| H A D | cpumap.c | 665 if (dent2->d_type != DT_LNK || sscanf(dent2->d_name, "cpu%u", &cpu) < 1) in cpu_map__snprint()
|
| H A D | hwmon_pmu.c | 731 if (class_hwmon_ent->d_type != DT_LNK) in perf_pmus__read_hwmon_pmus()
|
| H A D | evsel.c | 4285 if (fd_entry->d_type != DT_LNK) in evsel__set_needs_uniquify()
|
| /linux/fs/ufs/ |
| H A D | util.h | 163 de->d_u.d_44.d_type = DT_LNK; in ufs_set_de_type()
|
| /linux/tools/mm/ |
| H A D | slabinfo.c | 1232 case DT_LNK: in read_slab_dir()
|
| /linux/fs/ext4/ |
| H A D | ext4.h | 3025 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|