Home
last modified time | relevance | path

Searched defs:slotptr (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat_write.c148 static int str2slot(dir_slot *slotptr, const char *name, int *idx) in str2slot()
225 dir_slot *slotptr = (dir_slot *)temp_dir_slot_buffer; in fill_dir_slot() local
277 dir_slot *slotptr = (dir_slot *)(*retdent); in get_long_file_name() local
H A Dfat.c433 static int slot2str(dir_slot *slotptr, char *l_name, int *idx) in slot2str()