Home
last modified time | relevance | path

Searched refs:DT_UNKNOWN (Results 1 – 21 of 21) sorted by relevance

/linux/fs/
H A Dfs_dirent.c9 [FT_UNKNOWN] = DT_UNKNOWN,
40 return DT_UNKNOWN; in fs_ftype_to_dtype()
/linux/include/linux/
H A Dfs_dirent.h37 #define DT_UNKNOWN 0 macro
/linux/tools/perf/ui/browsers/
H A Dscripts.c197 (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 Dtypes.h79 #define DT_UNKNOWN 0x0
64 #define DT_UNKNOWN global() macro
/linux/include/trace/misc/
H A Dfs.h14 { DT_UNKNOWN, "UNKNOWN" }, \
/linux/tools/perf/tests/
H A Dtests-scripts.c253 if (ent->d_type != DT_UNKNOWN) in append_scripts_in_dir()
/linux/fs/adfs/
H A Ddir_f.c263 obj.indaddr, DT_UNKNOWN)) in adfs_f_iterate()
H A Ddir_fplus.c222 obj.indaddr, DT_UNKNOWN)) in adfs_fplus_iterate()
/linux/fs/orangefs/
H A Ddir.c228 DT_UNKNOWN)) in fill_from_part()
/linux/fs/romfs/
H A Dsuper.c94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
/linux/fs/vboxsf/
H A Ddir.c89 d_type = DT_UNKNOWN; in vboxsf_get_d_type()
/linux/fs/ntfs/
H A Dreparse.c177 unsigned int dt_type = DT_UNKNOWN; in ntfs_reparse_tag_dt_types()
/linux/fs/ufs/
H A Dutil.h181 de->d_u.d_44.d_type = DT_UNKNOWN; in ufs_set_de_type()
/linux/fs/jffs2/
H A Dwrite.c583 rd->type = DT_UNKNOWN; in jffs2_do_unlink()
/linux/fs/nfs/
H A Dnfs2xdr.c959 entry->d_type = DT_UNKNOWN; in nfs2_decode_dirent()
H A Dnfs3xdr.c1997 entry->d_type = DT_UNKNOWN; in nfs3_decode_dirent()
/linux/fs/overlayfs/
H A Dreaddir.c1149 if (d_type != DT_UNKNOWN) in ovl_check_d_type()
/linux/fs/proc/
H A Dproc_sysctl.c687 unsigned type = DT_UNKNOWN; in proc_sys_fill_cache()
H A Dbase.c2127 unsigned type = DT_UNKNOWN; in proc_fill_cache()
/linux/fs/ext4/
H A Dext4.h2917 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 Dbuiltin-script.c3518 (lang_dirent->d_type == DT_UNKNOWN && \
3526 (script_dirent->d_type != DT_UNKNOWN || \