Lines Matching refs:sectorsize
64 int sectorsize; member
634 int fd, err, sectorsize, asked_switch, mode = 0644; in open_ubd_file() local
665 &size, §orsize, &align, bitmap_offset_out); in open_ubd_file()
683 sectorsize, align, &size); in open_ubd_file()
695 cow_sizes(version, size, sectorsize, align, *bitmap_offset_out, in open_ubd_file()
706 int sectorsize, int alignment, int *bitmap_offset_out, in create_cow_file() argument
720 err = init_cow_file(fd, cow_file, backing_file, sectorsize, alignment, in create_cow_file()
1312 io_req->sectorsize = SECTOR_SIZE; in ubd_alloc_req()
1492 nsectors = desc->length / req->sectorsize; in do_io()
1502 start * req->sectorsize; in do_io()
1503 len = (end - start) * req->sectorsize; in do_io()
1505 buf = &desc->buffer[start * req->sectorsize]; in do_io()