Lines Matching refs:sectorsize
63 int sectorsize; member
610 int fd, err, sectorsize, asked_switch, mode = 0644; in open_ubd_file() local
641 &size, §orsize, &align, bitmap_offset_out); in open_ubd_file()
659 sectorsize, align, &size); in open_ubd_file()
671 cow_sizes(version, size, sectorsize, align, *bitmap_offset_out, in open_ubd_file()
682 int sectorsize, int alignment, int *bitmap_offset_out, in create_cow_file() argument
696 err = init_cow_file(fd, cow_file, backing_file, sectorsize, alignment, in create_cow_file()
1247 io_req->sectorsize = SECTOR_SIZE; in ubd_alloc_req()
1427 nsectors = desc->length / req->sectorsize; in do_io()
1437 start * req->sectorsize; in do_io()
1438 len = (end - start) * req->sectorsize; in do_io()
1440 buf = &desc->buffer[start * req->sectorsize]; in do_io()