Searched refs:DT_UNKNOWN (Results 1 – 25 of 28) sorted by relevance
12
| /linux/fs/ |
| H A D | fs_dirent.c | 9 [FT_UNKNOWN] = DT_UNKNOWN, 40 return DT_UNKNOWN; in fs_ftype_to_dtype()
|
| /linux/include/linux/ |
| H A D | fs_dirent.h | 37 #define DT_UNKNOWN 0 macro
|
| /linux/tools/perf/ui/browsers/ |
| H A D | scripts.c | 197 (lang_dirent->d_type == DT_UNKNOWN && in find_scripts() 223 if (script_dirent->d_type == DT_UNKNOWN && in find_scripts()
|
| /linux/tools/include/nolibc/ |
| H A D | types.h | 79 #define DT_UNKNOWN 0x0 64 #define DT_UNKNOWN global() macro
|
| /linux/include/trace/misc/ |
| H A D | fs.h | 14 { DT_UNKNOWN, "UNKNOWN" }, \
|
| /linux/fs/affs/ |
| H A D | dir.c | 159 if (!dir_emit(ctx, name, namelen, ino, DT_UNKNOWN)) in affs_readdir()
|
| /linux/fs/coda/ |
| H A D | dir.c | 333 case CDT_UNKNOWN: dt = DT_UNKNOWN; break; in CDT2DT() 342 default: dt = DT_UNKNOWN; break; in CDT2DT()
|
| /linux/tools/perf/tests/ |
| H A D | tests-scripts.c | 253 if (ent->d_type != DT_UNKNOWN) in append_scripts_in_dir()
|
| /linux/fs/adfs/ |
| H A D | dir_f.c | 263 obj.indaddr, DT_UNKNOWN)) in adfs_f_iterate()
|
| H A D | dir_fplus.c | 222 obj.indaddr, DT_UNKNOWN)) in adfs_fplus_iterate()
|
| /linux/fs/hpfs/ |
| H A D | dir.c | 173 if (!dir_emit(ctx, tempname, de->namelen, le32_to_cpu(de->fnode), DT_UNKNOWN)) { in hpfs_readdir()
|
| /linux/fs/orangefs/ |
| H A D | dir.c | 228 DT_UNKNOWN)) in fill_from_part()
|
| /linux/fs/befs/ |
| H A D | linuxvfs.c | 262 (ino_t) value, DT_UNKNOWN)) { in befs_readdir() 269 (ino_t) value, DT_UNKNOWN)) in befs_readdir()
|
| /linux/fs/bfs/ |
| H A D | dir.c | 58 DT_UNKNOWN)) { in bfs_readdir()
|
| /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
|
| /linux/fs/vboxsf/ |
| H A D | dir.c | 89 d_type = DT_UNKNOWN; in vboxsf_get_d_type()
|
| /linux/fs/minix/ |
| H A D | dir.c | 125 inumber, DT_UNKNOWN)) { in minix_readdir()
|
| /linux/fs/ufs/ |
| H A D | util.h | 181 de->d_u.d_44.d_type = DT_UNKNOWN; in ufs_set_de_type()
|
| /linux/fs/hfsplus/ |
| H A D | dir.c | 226 unsigned type = DT_UNKNOWN; in hfsplus_readdir()
|
| /linux/fs/jffs2/ |
| H A D | write.c | 583 rd->type = DT_UNKNOWN; in jffs2_do_unlink()
|
| /linux/fs/nfs/ |
| H A D | nfs2xdr.c | 959 entry->d_type = DT_UNKNOWN; in nfs2_decode_dirent()
|
| H A D | nfs3xdr.c | 1997 entry->d_type = DT_UNKNOWN; in nfs3_decode_dirent()
|
| /linux/fs/overlayfs/ |
| H A D | readdir.c | 1149 if (d_type != DT_UNKNOWN) in ovl_check_d_type()
|
| /linux/fs/proc/ |
| H A D | proc_sysctl.c | 687 unsigned type = DT_UNKNOWN; in proc_sys_fill_cache()
|
| /linux/fs/ubifs/ |
| H A D | journal.c | 1446 dent2->type = DT_UNKNOWN; in ubifs_jnl_rename()
|
12