Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/include/jffs2/
H A Djffs2.h207 DT_LNK = 10, enumerator
208 # define DT_LNK DT_LNK macro
/OK3568_Linux_fs/kernel/fs/
H A Dfs_types.c16 [FT_SYMLINK] = DT_LNK
53 [DT_LNK] = FT_SYMLINK,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Ddirent.h111 DT_LNK = 10, enumerator
112 # define DT_LNK DT_LNK macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Ddirent.h111 DT_LNK = 10, enumerator
112 # define DT_LNK DT_LNK macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs_types.h40 #define DT_LNK 10 macro
/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyportenv.h40 #define DT_LNK 10 macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/proc/
H A Dread.c116 case DT_LNK: in f()
H A Dfd-001-lookup.c129 assert(de->d_type == DT_LNK); in main()
/OK3568_Linux_fs/kernel/fs/squashfs/
H A Ddir.c27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/OK3568_Linux_fs/kernel/fs/9p/
H A Dvfs_dir.c59 rettype = DT_LNK; in dt_type()
/OK3568_Linux_fs/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()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dinode.c263 fattr->cf_dtype = DT_LNK;
536 fattr->cf_dtype = DT_LNK;
639 fattr->cf_dtype = DT_LNK;
691 fattr->cf_dtype = DT_LNK;
706 fattr->cf_dtype = DT_LNK;
H A Dlink.c295 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dcpumap.c468 if (dent2->d_type != DT_LNK || sscanf(dent2->d_name, "cpu%u", &cpu) < 1) in cpu__setup_cpunode_map()
/OK3568_Linux_fs/kernel/fs/vboxsf/
H A Ddir.c80 d_type = DT_LNK; in vboxsf_get_d_type()
/OK3568_Linux_fs/kernel/tools/thermal/tmon/
H A Dsysfs.c207 if (nl->d_type == DT_LNK) { in find_tzone_cdev()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_dir2_readdir.c27 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
/OK3568_Linux_fs/kernel/fs/romfs/
H A Dsuper.c94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
/OK3568_Linux_fs/kernel/fs/coda/
H A Ddir.c338 case CDT_LNK: dt = DT_LNK; break; in CDT2DT()
/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Dos.c366 case DT_LNK: in os_dirent_ls()
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Ddir.c238 type = DT_LNK; in hfsplus_readdir()
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Ddir.c241 [NILFS_FT_SYMLINK] = DT_LNK,
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfstrace.h20 TRACE_DEFINE_ENUM(DT_LNK);
32 { DT_LNK, "LNK" }, \
/OK3568_Linux_fs/kernel/fs/ufs/
H A Dutil.h169 de->d_u.d_44.d_type = DT_LNK; in ufs_set_de_type()

12