/kernel/linux/linux-5.10/fs/ |
D | fs_types.c | 16 [FT_SYMLINK] = DT_LNK 53 [DT_LNK] = FT_SYMLINK,
|
/kernel/linux/linux-5.10/include/linux/ |
D | fs_types.h | 40 #define DT_LNK 10 macro
|
/kernel/liteos_m/kal/libc/newlib/porting/include/ |
D | dirent.h | 51 #define DT_LNK 10 macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
D | read.c | 116 case DT_LNK: in f()
|
D | fd-001-lookup.c | 129 assert(de->d_type == DT_LNK); in main()
|
/kernel/linux/linux-5.10/fs/squashfs/ |
D | dir.c | 27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/kernel/linux/linux-5.10/fs/9p/ |
D | vfs_dir.c | 59 rettype = DT_LNK; in dt_type()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
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()
|
D | file_remote.c | 951 file_type = DT_LNK; in analysis_dentry_file_from_con()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
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/cifs/ |
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;
|
D | link.c | 295 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
|
D | readdir.c | 184 fattr->cf_dtype = DT_LNK; in cifs_fill_common_info()
|
/kernel/linux/linux-5.10/tools/thermal/tmon/ |
D | sysfs.c | 207 if (nl->d_type == DT_LNK) { in find_tzone_cdev()
|
/kernel/linux/linux-5.10/fs/vboxsf/ |
D | dir.c | 80 d_type = DT_LNK; in vboxsf_get_d_type()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_dir2_readdir.c | 27 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
|
/kernel/linux/linux-5.10/fs/romfs/ |
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/coda/ |
D | dir.c | 338 case CDT_LNK: dt = DT_LNK; break; in CDT2DT()
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
D | dir.c | 241 [NILFS_FT_SYMLINK] = DT_LNK,
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
D | dir.c | 238 type = DT_LNK; in hfsplus_readdir()
|
/kernel/linux/linux-5.10/fs/ufs/ |
D | util.h | 169 de->d_u.d_44.d_type = DT_LNK; in ufs_set_de_type()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | nfstrace.h | 20 TRACE_DEFINE_ENUM(DT_LNK); 32 { DT_LNK, "LNK" }, \
|
/kernel/linux/linux-5.10/fs/jffs2/ |
D | dir.c | 405 rd->type = DT_LNK; in jffs2_symlink()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
D | dir.c | 48 [F2FS_FT_SYMLINK] = DT_LNK,
|
/kernel/linux/linux-5.10/tools/vm/ |
D | slabinfo.c | 1206 case DT_LNK: in read_slab_dir()
|