Searched refs:fat_dirty (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/
H A Dfat.h169 __u8 fat_dirty; /* Set if fatbuf has been modified */ member in struct:__anon151
/u-boot/fs/fat/
H A Dfat_write.c226 (int)mydata->fat_dirty);
228 if ((!mydata->fat_dirty) || (mydata->fatbufnum == -1))
251 mydata->fat_dirty = 0;
488 mydata->fat_dirty = 1;
H A Dfat.c687 mydata->fat_dirty = 0;

Completed in 48 milliseconds