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

12

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

Completed in 478 milliseconds

12