Home
last modified time | relevance | path

Searched refs:sector_mask (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/arch/um/drivers/
Dubd_kern.c58 unsigned long sector_mask; member
1298 if (req->length > (sizeof(req->sector_mask) * 8) << SECTOR_SHIFT) in cowify_req()
1305 &req->sector_mask); in cowify_req()
1308 else cowify_bitmap(req->offset, req->length, &req->sector_mask, in cowify_req()
1343 io_req->sector_mask = 0; in ubd_queue_one_vec()
1519 bit = ubd_test_bit(start, (unsigned char *) &req->sector_mask); in do_io()
1523 &req->sector_mask) == bit)) in do_io()