Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/fat/
H A Dfat_write.c212 static int flush_dir_table(fat_itr *itr);
246 if (!itr->dent && !itr->is_root && flush_dir_table(itr)) in fill_dir_slot()
256 flush_dir_table(itr); in fill_dir_slot()
595 static int flush_dir_table(fat_itr *itr) in flush_dir_table() function
959 if (!itr->dent && !itr->is_root && flush_dir_table(itr)) in find_directory_entry()