Home
last modified time | relevance | path

Searched refs:DT_LNK (Results 1 - 25 of 60) sorted by relevance

123

/kernel/linux/linux-5.10/fs/
H A Dfs_types.c16 [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 Dfs_types.c16 [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 Dproc-subset-pid.c99 assert(de->d_type == DT_LNK); in main()
103 assert(de->d_type == DT_LNK); in main()
H A Dfd-001-lookup.c129 assert(de->d_type == DT_LNK); in main()
H A Dread.c118 case DT_LNK: in f()
/kernel/linux/linux-5.10/include/linux/
H A Dfs_types.h40 #define DT_LNK 10 macro
/kernel/linux/linux-6.6/include/linux/
H A Dfs_types.h40 #define DT_LNK 10 macro
/kernel/liteos_m/kal/libc/newlib/porting/include/
H A Ddirent.h51 #define DT_LNK 10 macro
/kernel/linux/linux-6.6/include/trace/misc/
H A Dfs.h20 { DT_LNK, "LNK" }, \
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H A Dfd-001-lookup.c129 assert(de->d_type == DT_LNK); in main()
H A Dread.c116 case DT_LNK: in f()
/kernel/linux/linux-5.10/fs/9p/
H A Dvfs_dir.c59 rettype = DT_LNK; in dt_type()
/kernel/linux/linux-5.10/fs/squashfs/
H A Ddir.c27 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 Ddir.c27 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 Dtypes.h67 #define DT_LNK 0xa macro
/kernel/linux/linux-5.10/fs/hmdfs/
H A 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()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dfile_merge.c252 (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 Dvfs_dir.c56 rettype = DT_LNK; in dt_type()
/kernel/linux/linux-5.10/fs/cifs/
H A 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;
/kernel/linux/linux-6.6/fs/smb/client/
H A Dinode.c268 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 Dsysfs.c207 if (nl->d_type == DT_LNK) { in find_tzone_cdev()
/kernel/linux/linux-5.10/tools/perf/util/
H A 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/coda/
H A Ddir.c338 case CDT_LNK: dt = DT_LNK; break; in CDT2DT()
/kernel/linux/linux-5.10/fs/romfs/
H A Dsuper.c94 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 Ddir.c80 d_type = DT_LNK; in vboxsf_get_d_type()

Completed in 18 milliseconds

123