Searched refs:DT_LNK (Results 1 – 24 of 24) sorted by relevance
/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/tools/include/nolibc/ |
H A D | types.h | 69 #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/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/coda/ |
H A D | dir.c | 339 case CDT_LNK: dt = DT_LNK; break; in CDT2DT()
|
/linux/fs/hfsplus/ |
H A D | dir.c | 238 type = DT_LNK; in hfsplus_readdir()
|
/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/bcachefs/ |
H A D | opts.c | 160 [DT_LNK] = "lnk",
|
/linux/tools/perf/util/ |
H A D | cpumap.c | 590 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 | 737 if (class_hwmon_ent->d_type != DT_LNK) in perf_pmus__read_hwmon_pmus()
|
H A D | evsel.c | 3618 if (fd_entry->d_type != DT_LNK) in dump_perf_event_processes()
|
/linux/fs/jffs2/ |
H A D | dir.c | 412 rd->type = DT_LNK; in jffs2_symlink()
|
/linux/fs/proc/ |
H A D | base.c | 3596 if (!dir_emit(ctx, "self", 4, inode->i_ino, DT_LNK)) in proc_pid_readdir() 3602 if (!dir_emit(ctx, "thread-self", 11, inode->i_ino, DT_LNK)) in proc_pid_readdir()
|
/linux/fs/smb/client/ |
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/fs/ubifs/ |
H A D | dir.c | 543 return DT_LNK; in vfs_dent_type()
|
/linux/fs/ext4/ |
H A D | ext4.h | 2832 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|