Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/fs/
Dfs_types.c16 [FT_SYMLINK] = DT_LNK
53 [DT_LNK] = FT_SYMLINK,
/kernel/linux/linux-5.10/include/linux/
Dfs_types.h40 #define DT_LNK 10 macro
/kernel/liteos_m/kal/libc/newlib/porting/include/
Ddirent.h51 #define DT_LNK 10 macro
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
Dread.c116 case DT_LNK: in f()
Dfd-001-lookup.c129 assert(de->d_type == DT_LNK); in main()
/kernel/linux/linux-5.10/fs/squashfs/
Ddir.c27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/kernel/linux/linux-5.10/fs/9p/
Dvfs_dir.c59 rettype = DT_LNK; in dt_type()
/kernel/linux/linux-5.10/fs/hmdfs/
Dfile_merge.c246 (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()
Dfile_remote.c951 file_type = DT_LNK; in analysis_dentry_file_from_con()
/kernel/linux/linux-5.10/tools/perf/util/
Dcpumap.c468 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/
Dinode.c263 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;
Dlink.c295 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
Dreaddir.c184 fattr->cf_dtype = DT_LNK; in cifs_fill_common_info()
/kernel/linux/linux-5.10/tools/thermal/tmon/
Dsysfs.c207 if (nl->d_type == DT_LNK) { in find_tzone_cdev()
/kernel/linux/linux-5.10/fs/vboxsf/
Ddir.c80 d_type = DT_LNK; in vboxsf_get_d_type()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_dir2_readdir.c27 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
/kernel/linux/linux-5.10/fs/romfs/
Dsuper.c94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
/kernel/linux/linux-5.10/fs/coda/
Ddir.c338 case CDT_LNK: dt = DT_LNK; break; in CDT2DT()
/kernel/linux/linux-5.10/fs/nilfs2/
Ddir.c241 [NILFS_FT_SYMLINK] = DT_LNK,
/kernel/linux/linux-5.10/fs/hfsplus/
Ddir.c238 type = DT_LNK; in hfsplus_readdir()
/kernel/linux/linux-5.10/fs/ufs/
Dutil.h169 de->d_u.d_44.d_type = DT_LNK; in ufs_set_de_type()
/kernel/linux/linux-5.10/fs/nfs/
Dnfstrace.h20 TRACE_DEFINE_ENUM(DT_LNK);
32 { DT_LNK, "LNK" }, \
/kernel/linux/linux-5.10/fs/jffs2/
Ddir.c405 rd->type = DT_LNK; in jffs2_symlink()
/kernel/linux/linux-5.10/fs/f2fs/
Ddir.c48 [F2FS_FT_SYMLINK] = DT_LNK,
/kernel/linux/linux-5.10/tools/vm/
Dslabinfo.c1206 case DT_LNK: in read_slab_dir()

12