Home
last modified time | relevance | path

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

/Linux-v5.4/arch/um/drivers/
Dubd_kern.c58 unsigned long sector_mask; member
1297 if (req->length > (sizeof(req->sector_mask) * 8) << SECTOR_SHIFT) in cowify_req()
1304 &req->sector_mask); in cowify_req()
1307 else cowify_bitmap(req->offset, req->length, &req->sector_mask, in cowify_req()
1342 io_req->sector_mask = 0; in ubd_queue_one_vec()
1518 bit = ubd_test_bit(start, (unsigned char *) &req->sector_mask); in do_io()
1522 &req->sector_mask) == bit)) in do_io()