Searched refs:sector_start (Results 1 – 3 of 3) sorted by relevance
41 if (sector <= blk->sector_start + blk->sector_count && in blk_dev_read()45 blk->sector_start + sector, buffer, sector_count); in blk_dev_read()56 if (sector <= blk->sector_start + blk->sector_count && in blk_dev_write()60 blk->sector_start + sector, buffer, sector_count); in blk_dev_write()
73 blk->sector_start = start; in blk_put_partition()
91 rt_size_t sector_start; member
Completed in 3 milliseconds