Searched refs:fx_dir_entry_long_name_shorted (Results 1 – 6 of 6) sorted by relevance
271 destination_ptr -> fx_dir_entry_long_name_shorted = 0; in _fx_unicode_directory_entry_read()308 destination_ptr -> fx_dir_entry_long_name_shorted = (UINT)(*read_ptr & (UCHAR)0x1f); in _fx_unicode_directory_entry_read()379 destination_ptr -> fx_dir_entry_long_name_shorted = number_of_lfns; in _fx_unicode_directory_entry_read()402 destination_ptr -> fx_dir_entry_long_name_shorted = number_of_lfns; in _fx_unicode_directory_entry_read()
278 destination_ptr -> fx_dir_entry_long_name_shorted = 0; in _fx_directory_entry_read()303 destination_ptr -> fx_dir_entry_long_name_shorted = (UINT)(*read_ptr & (UCHAR)0x1f); in _fx_directory_entry_read()364 destination_ptr -> fx_dir_entry_long_name_shorted = number_of_lfns; in _fx_directory_entry_read()386 destination_ptr -> fx_dir_entry_long_name_shorted = number_of_lfns; in _fx_directory_entry_read()
796 if (entry_ptr -> fx_dir_entry_long_name_shorted > 0) in _fx_directory_entry_write()800 if ((UCHAR)(0x40 | entry_ptr -> fx_dir_entry_long_name_shorted) == (UCHAR)(*work_ptr)) in _fx_directory_entry_write()804 for (j = 0; j < entry_ptr -> fx_dir_entry_long_name_shorted; j++) in _fx_directory_entry_write()
143 entry_ptr->fx_dir_entry_long_name_shorted = 0; in ftest_0_entry()197 entry_ptr->fx_dir_entry_long_name_shorted = 0; in ftest_0_entry()
893 dir_entry.fx_dir_entry_long_name_shorted = 1; in ftest_0_entry()
709 …UINT fx_dir_entry_long_name_shorted; /* LFN too large, file nam… member