Searched refs:dir_slot (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/include/ |
H A D | fat.h | 146 typedef struct dir_slot { struct 155 } dir_slot; argument
|
/openbmc/u-boot/fs/fat/ |
H A D | fat_write.c | 146 static int str2slot(dir_slot *slotptr, const char *name, int *idx) in str2slot() 221 __u8 temp_dir_slot_buffer[MAX_LFN_SLOT * sizeof(dir_slot)]; in fill_dir_slot() 222 dir_slot *slotptr = (dir_slot *)temp_dir_slot_buffer; in fill_dir_slot() 230 memset(slotptr, 0x00, sizeof(dir_slot)); in fill_dir_slot() 242 memcpy(itr->dent, slotptr, sizeof(dir_slot)); in fill_dir_slot()
|
H A D | fat.c | 433 static int slot2str(dir_slot *slotptr, char *l_name, int *idx) in slot2str() 819 u8 chksum, alias_checksum = ((dir_slot *)dent)->alias_checksum; in extract_vfat_name() 826 slot2str((dir_slot *)dent, buf, &idx); in extract_vfat_name()
|