Home
last modified time | relevance | path

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

12

/linux/fs/
A Dfs_types.c16 [FT_SYMLINK] = DT_LNK
53 [DT_LNK] = FT_SYMLINK,
/linux/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/include/linux/
A Dfs_types.h40 #define DT_LNK 10 macro
/linux/include/trace/events/
A Dfs.h20 { DT_LNK, "LNK" }, \
/linux/fs/squashfs/
A Ddir.c27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/linux/fs/9p/
A Dvfs_dir.c57 rettype = DT_LNK; in dt_type()
/linux/fs/cifs/
A Dinode.c257 fattr->cf_dtype = DT_LNK;
524 fattr->cf_dtype = DT_LNK;
627 fattr->cf_dtype = DT_LNK;
679 fattr->cf_dtype = DT_LNK;
694 fattr->cf_dtype = DT_LNK;
A Dlink.c280 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
A Dreaddir.c170 fattr->cf_dtype = DT_LNK; in cifs_fill_common_info()
/linux/fs/xfs/
A Dxfs_dir2_readdir.c27 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
/linux/fs/vboxsf/
A Ddir.c80 d_type = DT_LNK; in vboxsf_get_d_type()
/linux/tools/thermal/tmon/
A Dsysfs.c206 if (nl->d_type == DT_LNK) { in find_tzone_cdev()
/linux/fs/coda/
A Ddir.c339 case CDT_LNK: dt = DT_LNK; break; in CDT2DT()
/linux/fs/romfs/
A Dsuper.c94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
/linux/tools/perf/util/
A Dcpumap.c495 if (dent2->d_type != DT_LNK || sscanf(dent2->d_name, "cpu%u", &cpu) < 1) in cpu__setup_cpunode_map()
/linux/fs/nilfs2/
A Ddir.c241 [NILFS_FT_SYMLINK] = DT_LNK,
/linux/fs/hfsplus/
A Ddir.c238 type = DT_LNK; in hfsplus_readdir()
/linux/fs/ufs/
A Dutil.h169 de->d_u.d_44.d_type = DT_LNK; in ufs_set_de_type()
/linux/fs/jffs2/
A Ddir.c409 rd->type = DT_LNK; in jffs2_symlink()
/linux/fs/f2fs/
A Ddir.c53 [F2FS_FT_SYMLINK] = DT_LNK,
/linux/tools/vm/
A Dslabinfo.c1194 case DT_LNK: in read_slab_dir()
/linux/fs/ubifs/
A Ddir.c465 return DT_LNK; in vfs_dent_type()
/linux/tools/include/nolibc/
A Dnolibc.h205 #define DT_LNK 10 macro

Completed in 44 milliseconds

12