Home
last modified time | relevance | path

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

12

/linux/fs/
H A Dfs_types.c16 [FT_SYMLINK] = DT_LNK
53 [DT_LNK] = FT_SYMLINK,
/linux/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 Dread.c118 case DT_LNK: in f()
H A Dfd-001-lookup.c129 assert(de->d_type == DT_LNK); in main()
/linux/include/linux/
H A Dfs_types.h40 #define DT_LNK 10 macro
/linux/include/trace/misc/
H A Dfs.h20 { DT_LNK, "LNK" }, \
/linux/tools/include/nolibc/
H A Dtypes.h69 #define DT_LNK 0xa macro
/linux/fs/squashfs/
H A Ddir.c27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/linux/fs/9p/
H A Dvfs_dir.c56 rettype = DT_LNK; in dt_type()
/linux/tools/thermal/tmon/
H A Dsysfs.c207 if (nl->d_type == DT_LNK) { in find_tzone_cdev()
/linux/fs/vboxsf/
H A Ddir.c80 d_type = DT_LNK; in vboxsf_get_d_type()
/linux/fs/xfs/
H A Dxfs_dir2_readdir.c28 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
/linux/fs/coda/
H A Ddir.c339 case CDT_LNK: dt = DT_LNK; break; in CDT2DT()
/linux/fs/romfs/
H A Dsuper.c94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
/linux/fs/bcachefs/
H A Dopts.c157 [DT_LNK] = "lnk",
/linux/fs/smb/client/
H A Dlink.c237 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
H A Dinode.c284 fattr->cf_dtype = DT_LNK; in cifs_unix_basic_to_fattr()
616 fattr->cf_dtype = DT_LNK; in cifs_sfu_type()
/linux/fs/hfsplus/
H A Ddir.c238 type = DT_LNK; in hfsplus_readdir()
/linux/tools/perf/util/
H A Dcpumap.c590 if (dent2->d_type != DT_LNK || sscanf(dent2->d_name, "cpu%u", &cpu) < 1) in cpu__setup_cpunode_map()
/linux/fs/nilfs2/
H A Ddir.c237 [NILFS_FT_SYMLINK] = DT_LNK,
/linux/fs/ufs/
H A Dutil.h163 de->d_u.d_44.d_type = DT_LNK; in ufs_set_de_type()
/linux/fs/jffs2/
H A Ddir.c412 rd->type = DT_LNK; in jffs2_symlink()
/linux/tools/mm/
H A Dslabinfo.c1230 case DT_LNK: in read_slab_dir()
/linux/fs/ubifs/
H A Ddir.c522 return DT_LNK; in vfs_dent_type()
/linux/fs/proc/
H A Dbase.c3524 if (!dir_emit(ctx, "self", 4, inode->i_ino, DT_LNK)) in proc_pid_readdir()
3530 if (!dir_emit(ctx, "thread-self", 11, inode->i_ino, DT_LNK)) in proc_pid_readdir()

12