Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dvvfat.c710 static inline direntry_t* create_short_and_long_name(BDRVVVFATState* s, in create_short_and_long_name() function
772 (void)create_short_and_long_name(s, i, ".", 1); in read_directory()
773 (void)create_short_and_long_name(s, i, "..", 1); in read_directory()
803 direntry = create_short_and_long_name(s, i, entry->d_name, 0); in read_directory()