Searched refs:DT_LNK (Results 1 – 23 of 23) 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/9p/ |
| H A D | vfs_dir.c | 56 rettype = DT_LNK; in dt_type()
|
| /linux/tools/perf/tests/ |
| H A D | builtin-test.c | 178 if (ent->d_type != DT_LNK) in close_parent_fds() 208 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/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/vboxsf/ |
| H A D | dir.c | 80 d_type = DT_LNK; in vboxsf_get_d_type()
|
| /linux/fs/ntfs/ |
| H A D | reparse.c | 191 dt_type = DT_LNK; in ntfs_reparse_tag_dt_types()
|
| /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 | 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()
|
| H A D | evsel.c | 3965 if (fd_entry->d_type != DT_LNK) in dump_perf_event_processes()
|
| /linux/fs/smb/client/ |
| H A D | link.c | 214 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
|
| H A D | inode.c | 281 fattr->cf_dtype = DT_LNK; in cifs_unix_basic_to_fattr() 639 fattr->cf_dtype = DT_LNK; in cifs_sfu_type()
|
| /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 | 1233 case DT_LNK: in read_slab_dir()
|
| /linux/fs/proc/ |
| H A D | base.c | 3584 if (!dir_emit(ctx, "self", 4, self_inum, DT_LNK)) in proc_pid_readdir() 3589 if (!dir_emit(ctx, "thread-self", 11, thread_self_inum, DT_LNK)) in proc_pid_readdir()
|
| /linux/fs/ext4/ |
| H A D | ext4.h | 2917 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|