Home
last modified time | relevance | path

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

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