daio_usage
if (((struct daio_usage *)mgr->rscs)->data & (0x1 << type))
((struct daio_usage *)mgr->rscs)->data |= (0x1 << type);
((struct daio_usage *)mgr->rscs)->data &= ~(0x1 << type);