Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfat.h168 __u8 fat_dirty; /* Set if fatbuf has been modified */ member
/openbmc/u-boot/fs/fat/
H A Dfat_write.c113 (int)mydata->fat_dirty); in flush_dirty_fat_buffer()
115 if ((!mydata->fat_dirty) || (mydata->fatbufnum == -1)) in flush_dirty_fat_buffer()
138 mydata->fat_dirty = 0; in flush_dirty_fat_buffer()
311 mydata->fat_dirty = 1; in set_fatent_value()
H A Dfat.c610 mydata->fat_dirty = 0; in get_fs_info()