Home
last modified time | relevance | path

Searched refs:DT_LNK (Results 1 – 18 of 18) sorted by relevance

/linux/fs/
H A Dfs_dirent.c16 [FT_SYMLINK] = DT_LNK
53 [DT_LNK] = FT_SYMLINK,
/linux/tools/testing/selftests/proc/
H A Dproc-subset-pid.c99 assert(de->d_type == DT_LNK); in main()
103 assert(de->d_type == DT_LNK); in main()
H A Dread.c118 case DT_LNK: in f()
H A Dfd-001-lookup.c129 assert(de->d_type == DT_LNK); in main()
/linux/include/linux/
H A Dfs_dirent.h43 #define DT_LNK 10 macro
/linux/tools/include/nolibc/
H A Dtypes.h85 #define DT_LNK 0xa
70 #define DT_LNK global() macro
/linux/include/trace/misc/
H A Dfs.h20 { DT_LNK, "LNK" }, \
/linux/fs/afs/
H A Ddynroot.c340 !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 Dbuiltin-test.c200 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 Dsysfs.c207 if (nl->d_type == DT_LNK) { in find_tzone_cdev()
/linux/fs/smb/client/
H A Dlink.c214 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
/linux/tools/perf/util/
H A Ddrm_pmu.c420 if (fd_entry->d_type != DT_LNK) in for_each_drm_fdinfo_in_dir()
H A Dcpumap.c665 if (dent2->d_type != DT_LNK || sscanf(dent2->d_name, "cpu%u", &cpu) < 1) in cpu_map__snprint()
H A Dhwmon_pmu.c731 if (class_hwmon_ent->d_type != DT_LNK) in perf_pmus__read_hwmon_pmus()
H A Devsel.c4285 if (fd_entry->d_type != DT_LNK) in evsel__set_needs_uniquify()
/linux/fs/ufs/
H A Dutil.h163 de->d_u.d_44.d_type = DT_LNK; in ufs_set_de_type()
/linux/tools/mm/
H A Dslabinfo.c1232 case DT_LNK: in read_slab_dir()
/linux/fs/ext4/
H A Dext4.h3025 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK