/kernel/linux/linux-5.10/fs/ |
H A D | fs_types.c | 16 [FT_SYMLINK] = DT_LNK 34 * * DT_LNK - Symbolic link 53 [DT_LNK] = FT_SYMLINK, 98 * * DT_LNK - Symbolic link
|
/kernel/linux/linux-6.6/fs/ |
H A D | fs_types.c | 16 [FT_SYMLINK] = DT_LNK 34 * * DT_LNK - Symbolic link 53 [DT_LNK] = FT_SYMLINK, 98 * * DT_LNK - Symbolic link
|
/kernel/linux/linux-6.6/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 | fd-001-lookup.c | 129 assert(de->d_type == DT_LNK); in main()
|
H A D | read.c | 118 case DT_LNK: in f()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs_types.h | 40 #define DT_LNK 10 macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs_types.h | 40 #define DT_LNK 10 macro
|
/kernel/liteos_m/kal/libc/newlib/porting/include/ |
H A D | dirent.h | 51 #define DT_LNK 10 macro
|
/kernel/linux/linux-6.6/include/trace/misc/ |
H A D | fs.h | 20 { DT_LNK, "LNK" }, \
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | fd-001-lookup.c | 129 assert(de->d_type == DT_LNK); in main()
|
H A D | read.c | 116 case DT_LNK: in f()
|
/kernel/linux/linux-5.10/fs/9p/ |
H A D | vfs_dir.c | 59 rettype = DT_LNK; in dt_type()
|
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | dir.c | 27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | dir.c | 27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | types.h | 67 #define DT_LNK 0xa macro
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | file_merge.c | 246 (insert_res == DT_REG || insert_res == DT_LNK)) { in hmdfs_actor_merge() 253 } else if ((d_type == DT_REG || d_type == DT_LNK) && insert_res > 0) { in hmdfs_actor_merge() 273 (insert_res == DT_REG || insert_res == DT_LNK)) in hmdfs_actor_merge()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | file_merge.c | 252 (insert_res == DT_REG || insert_res == DT_LNK)) { in hmdfs_actor_merge() 259 } else if ((d_type == DT_REG || d_type == DT_LNK) && insert_res > 0) { in hmdfs_actor_merge() 278 (insert_res == DT_REG || insert_res == DT_LNK)) in hmdfs_actor_merge()
|
/kernel/linux/linux-6.6/fs/9p/ |
H A D | vfs_dir.c | 56 rettype = DT_LNK; in dt_type()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | inode.c | 263 fattr->cf_dtype = DT_LNK; 533 fattr->cf_dtype = DT_LNK; 636 fattr->cf_dtype = DT_LNK; 688 fattr->cf_dtype = DT_LNK; 703 fattr->cf_dtype = DT_LNK;
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | inode.c | 268 fattr->cf_dtype = DT_LNK; in cifs_unix_basic_to_fattr() 597 fattr->cf_dtype = DT_LNK; in cifs_sfu_type() 707 fattr->cf_dtype = DT_LNK; in smb311_posix_info_to_fattr() 762 fattr->cf_dtype = DT_LNK; in cifs_reparse_point_to_fattr() 774 fattr->cf_dtype = DT_LNK; in cifs_reparse_point_to_fattr() 796 fattr->cf_dtype = DT_LNK; in cifs_reparse_point_to_fattr()
|
/kernel/linux/linux-5.10/tools/thermal/tmon/ |
H A D | sysfs.c | 207 if (nl->d_type == DT_LNK) { in find_tzone_cdev()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | cpumap.c | 468 if (dent2->d_type != DT_LNK || sscanf(dent2->d_name, "cpu%u", &cpu) < 1) in cpu__setup_cpunode_map()
|
/kernel/linux/linux-5.10/fs/coda/ |
H A D | dir.c | 338 case CDT_LNK: dt = DT_LNK; break; in CDT2DT()
|
/kernel/linux/linux-5.10/fs/romfs/ |
H A D | super.c | 94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
|
/kernel/linux/linux-5.10/fs/vboxsf/ |
H A D | dir.c | 80 d_type = DT_LNK; in vboxsf_get_d_type()
|