/openbmc/linux/fs/ |
H A D | fs_types.c | 16 [FT_SYMLINK] = DT_LNK 53 [DT_LNK] = FT_SYMLINK,
|
/openbmc/u-boot/include/jffs2/ |
H A D | jffs2.h | 207 DT_LNK = 10, enumerator 208 # define DT_LNK DT_LNK macro
|
/openbmc/linux/tools/testing/selftests/proc/ |
H A D | proc-subset-pid.c | 99 assert(de->d_type == DT_LNK); in main() 103 assert(de->d_type == DT_LNK); in main()
|
H A D | read.c | 118 case DT_LNK: in f()
|
H A D | fd-001-lookup.c | 129 assert(de->d_type == DT_LNK); in main()
|
/openbmc/linux/include/linux/ |
H A D | fs_types.h | 40 #define DT_LNK 10 macro
|
/openbmc/linux/include/trace/misc/ |
H A D | fs.h | 20 { DT_LNK, "LNK" }, \
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yportenv.h | 40 #define DT_LNK 10 macro
|
/openbmc/linux/fs/squashfs/ |
H A D | dir.c | 27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/openbmc/linux/tools/include/nolibc/ |
H A D | types.h | 67 #define DT_LNK 0xa macro
|
/openbmc/linux/fs/9p/ |
H A D | vfs_dir.c | 56 rettype = DT_LNK; in dt_type()
|
/openbmc/u-boot/fs/jffs2/ |
H A D | jffs2_1pass.c | 936 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 D | jffs2_nand_1pass.c | 588 if (jDirFoundType != DT_LNK) in jffs2_1pass_resolve_inode()
|
/openbmc/linux/tools/thermal/tmon/ |
H A D | sysfs.c | 207 if (nl->d_type == DT_LNK) { in find_tzone_cdev()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_dir2_readdir.c | 27 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
|
/openbmc/linux/fs/vboxsf/ |
H A D | dir.c | 80 d_type = DT_LNK; in vboxsf_get_d_type()
|
/openbmc/linux/fs/coda/ |
H A D | dir.c | 339 case CDT_LNK: dt = DT_LNK; break; in CDT2DT()
|
/openbmc/linux/fs/romfs/ |
H A D | super.c | 94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
|
/openbmc/linux/fs/smb/client/ |
H A D | link.c | 237 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | os.c | 449 case DT_LNK: in os_dirent_ls()
|
/openbmc/linux/fs/hfsplus/ |
H A D | dir.c | 238 type = DT_LNK; in hfsplus_readdir()
|
/openbmc/linux/tools/perf/util/ |
H A D | cpumap.c | 566 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 D | util.h | 163 de->d_u.d_44.d_type = DT_LNK; in ufs_set_de_type()
|
/openbmc/linux/fs/nilfs2/ |
H A D | dir.c | 252 [NILFS_FT_SYMLINK] = DT_LNK,
|
/openbmc/qemu/qga/ |
H A D | commands-linux.c | 672 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()
|