Searched refs:startblock (Results 1 – 2 of 2) sorted by relevance
71 bnum_t startblock, in bio_publish_subdevice() argument79 …LTRACEF("parent \"%s\", sub \"%s\", startblock %u, count %u\n", parent_dev, subdev, startblock, bl… in bio_publish_subdevice()102 uint64_t byte_start = ((uint64_t)startblock << parent->block_shift); in bio_publish_subdevice()142 bnum_t endblock = startblock + block_count; in bio_publish_subdevice()144 if ((endblock < startblock) || (endblock > parent->block_count)) in bio_publish_subdevice()157 sub->offset = startblock; in bio_publish_subdevice()
87 bnum_t startblock,
Completed in 4 milliseconds