Searched refs:dir_slot (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/fat/ |
| H A D | fat_write.c | 148 static int str2slot(dir_slot *slotptr, const char *name, int *idx) in str2slot() 224 __u8 temp_dir_slot_buffer[MAX_LFN_SLOT * sizeof(dir_slot)]; in fill_dir_slot() 225 dir_slot *slotptr = (dir_slot *)temp_dir_slot_buffer; in fill_dir_slot() 233 memset(slotptr, 0x00, sizeof(dir_slot)); in fill_dir_slot() 249 memcpy(*dentptr, slotptr, sizeof(dir_slot)); in fill_dir_slot() 277 dir_slot *slotptr = (dir_slot *)(*retdent); in get_long_file_name() 278 dir_slot *slotptr2 = NULL; in get_long_file_name() 317 slotptr2 = (dir_slot *)get_contents_vfatname_block; in get_long_file_name()
|
| H A D | fat.c | 433 static int slot2str(dir_slot *slotptr, char *l_name, int *idx) in slot2str() 801 u8 chksum, alias_checksum = ((dir_slot *)dent)->alias_checksum; in extract_vfat_name() 808 slot2str((dir_slot *)dent, buf, &idx); in extract_vfat_name()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fat.h | 148 typedef struct dir_slot { struct 157 } dir_slot; argument
|