Searched refs:total_sector (Results 1 – 2 of 2) sorted by relevance
29 static int total_sector; variable38 cur_part_info.start + total_sector) { in disk_write()684 if (startsect + sect_num > total_sector) in check_overflow()1090 total_sector = datablock.total_sect; in file_fat_write_at()1293 total_sector = fsdata.total_sect; in fat_unlink()1371 total_sector = datablock.total_sect; in fat_mkdir()
479 u32 total_sector = 0; local481 total_sector = (((u32)rsp[8] & 0x3f) << 16) |483 sd_card->capacity = (total_sector + 1) << 10;