Home
last modified time | relevance | path

Searched refs:dos_name (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/exfat/
Dexfat_core.c2606 struct dos_name_t dos_name; in get_uni_name_from_dos_entry() local
2609 dos_name.name_case = 0x0; in get_uni_name_from_dos_entry()
2611 dos_name.name_case = ep->lcase; in get_uni_name_from_dos_entry()
2613 memcpy(dos_name.name, ep->name, DOS_NAME_LENGTH); in get_uni_name_from_dos_entry()
2614 nls_dosname_to_uniname(sb, p_uniname, &dos_name); in get_uni_name_from_dos_entry()
3206 struct dos_name_t dos_name, dot_name; in create_dir() local
3212 &dos_name); in create_dir()
3284 &dos_name); in create_dir()
3309 struct dos_name_t dos_name; in create_file() local
3315 &dos_name); in create_file()
[all …]
Dexfat_super.c552 struct dos_name_t dos_name; in ffsLookupFile() local
573 &dos_name); in ffsLookupFile()
579 &dos_name, TYPE_ALL); in ffsLookupFile()