Lines Matching refs:sectorsize
64 int sectorsize; member
633 int fd, err, sectorsize, asked_switch, mode = 0644; in open_ubd_file() local
664 &size, §orsize, &align, bitmap_offset_out); in open_ubd_file()
682 sectorsize, align, &size); in open_ubd_file()
694 cow_sizes(version, size, sectorsize, align, *bitmap_offset_out, in open_ubd_file()
705 int sectorsize, int alignment, int *bitmap_offset_out, in create_cow_file() argument
719 err = init_cow_file(fd, cow_file, backing_file, sectorsize, alignment, in create_cow_file()
1301 io_req->sectorsize = SECTOR_SIZE; in ubd_alloc_req()
1481 nsectors = desc->length / req->sectorsize; in do_io()
1491 start * req->sectorsize; in do_io()
1492 len = (end - start) * req->sectorsize; in do_io()
1494 buf = &desc->buffer[start * req->sectorsize]; in do_io()