Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/fs/
A Dfs_types.c16 [FT_SYMLINK] = DT_LNK
53 [DT_LNK] = FT_SYMLINK,
/linux-6.3-rc2/tools/testing/selftests/proc/
A Dproc-subset-pid.c99 assert(de->d_type == DT_LNK); in main()
103 assert(de->d_type == DT_LNK); in main()
A Dread.c118 case DT_LNK: in f()
A Dfd-001-lookup.c129 assert(de->d_type == DT_LNK); in main()
/linux-6.3-rc2/include/linux/
A Dfs_types.h40 #define DT_LNK 10 macro
/linux-6.3-rc2/include/trace/misc/
A Dfs.h20 { DT_LNK, "LNK" }, \
/linux-6.3-rc2/tools/include/nolibc/
A Dtypes.h44 #define DT_LNK 0xa macro
/linux-6.3-rc2/fs/squashfs/
A Ddir.c27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/linux-6.3-rc2/fs/9p/
A Dvfs_dir.c57 rettype = DT_LNK; in dt_type()
/linux-6.3-rc2/tools/thermal/tmon/
A Dsysfs.c207 if (nl->d_type == DT_LNK) { in find_tzone_cdev()
/linux-6.3-rc2/fs/vboxsf/
A Ddir.c80 d_type = DT_LNK; in vboxsf_get_d_type()
/linux-6.3-rc2/fs/xfs/
A Dxfs_dir2_readdir.c27 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
/linux-6.3-rc2/fs/cifs/
A Dinode.c268 fattr->cf_dtype = DT_LNK;
569 fattr->cf_dtype = DT_LNK;
674 fattr->cf_dtype = DT_LNK;
726 fattr->cf_dtype = DT_LNK;
742 fattr->cf_dtype = DT_LNK;
A Dlink.c249 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
A Dreaddir.c171 fattr->cf_dtype = DT_LNK; in cifs_fill_common_info()
/linux-6.3-rc2/fs/coda/
A Ddir.c339 case CDT_LNK: dt = DT_LNK; break; in CDT2DT()
/linux-6.3-rc2/fs/romfs/
A Dsuper.c94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
/linux-6.3-rc2/fs/nilfs2/
A Ddir.c241 [NILFS_FT_SYMLINK] = DT_LNK,
/linux-6.3-rc2/fs/hfsplus/
A Ddir.c238 type = DT_LNK; in hfsplus_readdir()
/linux-6.3-rc2/tools/perf/util/
A Dcpumap.c567 if (dent2->d_type != DT_LNK || sscanf(dent2->d_name, "cpu%u", &cpu) < 1) in cpu__setup_cpunode_map()
/linux-6.3-rc2/fs/ufs/
A Dutil.h169 de->d_u.d_44.d_type = DT_LNK; in ufs_set_de_type()
/linux-6.3-rc2/fs/jffs2/
A Ddir.c409 rd->type = DT_LNK; in jffs2_symlink()
/linux-6.3-rc2/fs/f2fs/
A Ddir.c53 [F2FS_FT_SYMLINK] = DT_LNK,
/linux-6.3-rc2/tools/mm/
A Dslabinfo.c1230 case DT_LNK: in read_slab_dir()
/linux-6.3-rc2/fs/proc/
A Dbase.c3514 if (!dir_emit(ctx, "self", 4, inode->i_ino, DT_LNK)) in proc_pid_readdir()
3520 if (!dir_emit(ctx, "thread-self", 11, inode->i_ino, DT_LNK)) in proc_pid_readdir()

Completed in 41 milliseconds

12