Home
last modified time | relevance | path

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

12

/openbmc/linux/fs/
H A Dfs_types.c16 [FT_SYMLINK] = DT_LNK
53 [DT_LNK] = FT_SYMLINK,
/openbmc/u-boot/include/jffs2/
H A Djffs2.h207 DT_LNK = 10, enumerator
208 # define DT_LNK DT_LNK macro
/openbmc/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()
/openbmc/linux/include/linux/
H A Dfs_types.h40 #define DT_LNK 10 macro
/openbmc/linux/include/trace/misc/
H A Dfs.h20 { DT_LNK, "LNK" }, \
/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h40 #define DT_LNK 10 macro
/openbmc/linux/fs/squashfs/
H A Ddir.c27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h67 #define DT_LNK 0xa macro
/openbmc/linux/fs/9p/
H A Dvfs_dir.c56 rettype = DT_LNK; in dt_type()
/openbmc/u-boot/fs/jffs2/
H A Djffs2_1pass.c936 if (d->type == DT_LNK) { in dump_inode()
1002 if (jDir->type == DT_LNK) in jffs2_1pass_list_inodes()
1118 if (jDirFoundType != DT_LNK) in jffs2_1pass_resolve_inode()
H A Djffs2_nand_1pass.c588 if (jDirFoundType != DT_LNK) in jffs2_1pass_resolve_inode()
/openbmc/linux/tools/thermal/tmon/
H A Dsysfs.c207 if (nl->d_type == DT_LNK) { in find_tzone_cdev()
/openbmc/linux/fs/xfs/
H A Dxfs_dir2_readdir.c27 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
/openbmc/linux/fs/vboxsf/
H A Ddir.c80 d_type = DT_LNK; in vboxsf_get_d_type()
/openbmc/linux/fs/coda/
H A Ddir.c339 case CDT_LNK: dt = DT_LNK; break; in CDT2DT()
/openbmc/linux/fs/romfs/
H A Dsuper.c94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
/openbmc/linux/fs/smb/client/
H A Dlink.c237 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c449 case DT_LNK: in os_dirent_ls()
/openbmc/linux/fs/hfsplus/
H A Ddir.c238 type = DT_LNK; in hfsplus_readdir()
/openbmc/linux/tools/perf/util/
H A Dcpumap.c566 if (dent2->d_type != DT_LNK || sscanf(dent2->d_name, "cpu%u", &cpu) < 1) in cpu__setup_cpunode_map()
/openbmc/linux/fs/ufs/
H A Dutil.h163 de->d_u.d_44.d_type = DT_LNK; in ufs_set_de_type()
/openbmc/linux/fs/nilfs2/
H A Ddir.c252 [NILFS_FT_SYMLINK] = DT_LNK,
/openbmc/qemu/qga/
H A Dcommands-linux.c672 if (entry->d_type == DT_LNK) { in build_guest_fsinfo_for_virtual_device()
994 if (de->d_type != DT_LNK) { in qmp_guest_get_disks()

12