sector_read_n
bool sector_read_n(void *, uint8_t *, daddr_t, int);
sector_read_n,
if (!sector_read_n(0, p, start + 1, end - start - 1))
sector_read_n(buf, sector, count);
if (!sector_read_n(0, buf, __disk.offset + blk, n))
if (!sector_read_n(0, buf, __volume_offset(blk), cnt))