Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat_write.c577 int dir_newclust = 0; in flush_dir_table() local
585 dir_newclust = find_empty_cluster(mydata); in flush_dir_table()
586 set_fatent_value(mydata, dir_curclust, dir_newclust); in flush_dir_table()
588 set_fatent_value(mydata, dir_newclust, 0xffffff8); in flush_dir_table()
590 set_fatent_value(mydata, dir_newclust, 0xfff8); in flush_dir_table()
592 set_fatent_value(mydata, dir_newclust, 0xff8); in flush_dir_table()
594 dir_curclust = dir_newclust; in flush_dir_table()