sector_mask        58 arch/um/drivers/ubd_kern.c 	unsigned long sector_mask;
sector_mask      1297 arch/um/drivers/ubd_kern.c 	if (req->length > (sizeof(req->sector_mask) * 8) << SECTOR_SHIFT)
sector_mask      1304 arch/um/drivers/ubd_kern.c 					    &req->sector_mask);
sector_mask      1307 arch/um/drivers/ubd_kern.c 	else cowify_bitmap(req->offset, req->length, &req->sector_mask,
sector_mask      1342 arch/um/drivers/ubd_kern.c 	io_req->sector_mask = 0;
sector_mask      1518 arch/um/drivers/ubd_kern.c 		bit = ubd_test_bit(start, (unsigned char *) &req->sector_mask);
sector_mask      1522 arch/um/drivers/ubd_kern.c 				    &req->sector_mask) == bit))