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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dubd_kern.c67 unsigned long sector_mask; member in struct:io_thread_req
1035 if(req->length > (sizeof(req->sector_mask) * 8) << 9)
1042 &req->sector_mask);
1045 else cowify_bitmap(req->offset, req->length, &req->sector_mask,
1066 io_req->sector_mask = 0;
1391 bit = ubd_test_bit(start, (unsigned char *) &req->sector_mask);
1395 &req->sector_mask) == bit))

Completed in 60 milliseconds