Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dvvfat.c714 direntry_t* entry_long = NULL; in create_short_and_long_name() local
723 entry_long=create_long_filename(s,filename); in create_short_and_long_name()
727 if(entry_long) { in create_short_and_long_name()
731 entry_long=array_get(&(s->directory),long_index); in create_short_and_long_name()
732 while(entry_long<entry && is_long_name(entry_long)) { in create_short_and_long_name()
733 entry_long->reserved[1]=chksum; in create_short_and_long_name()
734 entry_long++; in create_short_and_long_name()