Searched refs:DT_UNKNOWN (Results 1 – 21 of 21) sorted by relevance
| /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/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/orangefs/ |
| H A D | dir.c | 228 DT_UNKNOWN)) in fill_from_part()
|
| /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/ntfs/ |
| H A D | reparse.c | 177 unsigned int dt_type = DT_UNKNOWN; in ntfs_reparse_tag_dt_types()
|
| /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/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()
|
| H A D | base.c | 2127 unsigned type = DT_UNKNOWN; in proc_fill_cache()
|
| /linux/fs/ext4/ |
| H A D | ext4.h | 2917 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK 2923 return DT_UNKNOWN; in get_dtype()
|
| /linux/tools/perf/ |
| H A D | builtin-script.c | 3518 (lang_dirent->d_type == DT_UNKNOWN && \ 3526 (script_dirent->d_type != DT_UNKNOWN || \
|