Searched refs:fatlength (Results 1 – 3 of 3) sorted by relevance
201 __u32 fatlength = mydata->fatlength; in get_fatent() local205 if (startblock + getsize > fatlength) in get_fatent()206 getsize = fatlength - startblock; in get_fatent()573 mydata->fatlength = bs.fat32_length; in get_fs_info()576 mydata->fatlength = bs.fat_length; in get_fs_info()587 mydata->rootdir_sect = mydata->fat_sect + mydata->fatlength * bs.fats; in get_fs_info()638 mydata->fatsize, mydata->fat_sect, mydata->fatlength); in get_fs_info()
216 __u32 fatlength = mydata->fatlength; in flush_dirty_fat_buffer() local227 if (startblock + getsize > fatlength) in flush_dirty_fat_buffer()228 getsize = fatlength - startblock; in flush_dirty_fat_buffer()240 startblock += mydata->fatlength; in flush_dirty_fat_buffer()463 __u32 fatlength = mydata->fatlength; in set_fatent_value() local467 if (startblock + getsize > fatlength) in set_fatent_value()468 getsize = fatlength - startblock; in set_fatent_value()
173 __u32 fatlength; /* Length of FAT in sectors */ member
Completed in 6 milliseconds