Home
last modified time | relevance | path

Searched refs:l_name (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/fs/fat/
H A Dfat_write.c222 fill_dir_slot(fsdata *mydata, dir_entry **dentptr, const char *l_name) in fill_dir_slot() argument
234 ret = str2slot(slotptr, l_name, &idx); in fill_dir_slot()
274 dir_entry **retdent, char *l_name) in get_long_file_name() argument
330 slot2str(slotptr2, l_name, &idx); in get_long_file_name()
339 if (slot2str(slotptr, l_name, &idx)) in get_long_file_name()
343 l_name[idx] = '\0'; in get_long_file_name()
344 if (*l_name == DELETED_FLAG) in get_long_file_name()
345 *l_name = '\0'; in get_long_file_name()
346 else if (*l_name == aRING) in get_long_file_name()
347 *l_name = DELETED_FLAG; in get_long_file_name()
[all …]
H A Dfat.c433 static int slot2str(dir_slot *slotptr, char *l_name, int *idx) in slot2str() argument
438 l_name[*idx] = slotptr->name0_4[j]; in slot2str()
439 if (l_name[*idx] == 0x00) in slot2str()
444 l_name[*idx] = slotptr->name5_10[j]; in slot2str()
445 if (l_name[*idx] == 0x00) in slot2str()
450 l_name[*idx] = slotptr->name11_12[j]; in slot2str()
451 if (l_name[*idx] == 0x00) in slot2str()
653 char l_name[VFAT_MAXLEN_BYTES]; /* long (vfat) name */ member
811 memmove(itr->l_name + idx, itr->l_name, n); in extract_vfat_name()
812 memcpy(itr->l_name, buf, idx); in extract_vfat_name()
[all …]