Searched refs:totsec32 (Results 1 – 2 of 2) sorted by relevance
213 uint32_t totsec16, totsec32, totsec; in show_bpb() local312 totsec32 = bpb_get_TotSec32(bpb); in show_bpb()314 mdb_printf("%u", totsec32); in show_bpb()332 totsec = totsec32; in show_bpb()
1956 blkcnt_t totsec, totsec16, totsec32, datasec; in parseBPB() local1970 totsec32 = (blkcnt_t)bpb_get_TotSec32(bpb); in parseBPB()1974 totsec = totsec16 ? totsec16 : totsec32; in parseBPB()2094 (totsec16 == totsec32 || totsec16 == 0 || totsec32 == 0) && in parseBPB()