Home
last modified time | relevance | path

Searched refs:dir_slot (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/fs/fat/
Dfat_write.c147 static int str2slot(dir_slot *slotptr, const char *name, int *idx) in str2slot()
223 __u8 temp_dir_slot_buffer[MAX_LFN_SLOT * sizeof(dir_slot)]; in fill_dir_slot()
224 dir_slot *slotptr = (dir_slot *)temp_dir_slot_buffer; in fill_dir_slot()
232 memset(slotptr, 0x00, sizeof(dir_slot)); in fill_dir_slot()
248 memcpy(*dentptr, slotptr, sizeof(dir_slot)); in fill_dir_slot()
276 dir_slot *slotptr = (dir_slot *)(*retdent); in get_long_file_name()
277 dir_slot *slotptr2 = NULL; in get_long_file_name()
316 slotptr2 = (dir_slot *)get_contents_vfatname_block; in get_long_file_name()
Dfat.c426 static int slot2str(dir_slot *slotptr, char *l_name, int *idx) in slot2str()
792 u8 chksum, alias_checksum = ((dir_slot *)dent)->alias_checksum; in extract_vfat_name()
799 slot2str((dir_slot *)dent, buf, &idx); in extract_vfat_name()
/external/u-boot/include/
Dfat.h146 typedef struct dir_slot { struct
155 } dir_slot; argument