Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/fat/
H A Dfat_write.c598 int dir_newclust = 0; in flush_dir_table() local
605 dir_newclust = find_empty_cluster(mydata); in flush_dir_table()
606 set_fatent_value(mydata, itr->clust, dir_newclust); in flush_dir_table()
608 set_fatent_value(mydata, dir_newclust, 0xffffff8); in flush_dir_table()
610 set_fatent_value(mydata, dir_newclust, 0xfff8); in flush_dir_table()
612 set_fatent_value(mydata, dir_newclust, 0xff8); in flush_dir_table()
614 itr->clust = dir_newclust; in flush_dir_table()
615 itr->next_clust = dir_newclust; in flush_dir_table()