Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Drbd.c286 IMG_REQ_CHILD, /* initiator: block = 0, child image = 1 */ enumerator
1647 set_bit(IMG_REQ_CHILD, &img_request->flags); in img_request_child_set()
1653 clear_bit(IMG_REQ_CHILD, &img_request->flags); in img_request_child_clear()
1660 return test_bit(IMG_REQ_CHILD, &img_request->flags) != 0; in img_request_child_test()