Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_req.h98 BARRIER_ACKED, /* in protocol A and B */ enumerator
H A Ddrbd_req.c853 fallthrough; /* to BARRIER_ACKED */ in __req_mod()
855 case BARRIER_ACKED: in __req_mod()
864 drbd_err(device, "FIXME (BARRIER_ACKED but pending)\n"); in __req_mod()
H A Ddrbd_main.c160 * tl_release() - mark as BARRIER_ACKED all requests in the corresponding transfer log epoch
237 _req_mod(req, BARRIER_ACKED, peer_device); in tl_release()
/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_req.h98 BARRIER_ACKED, /* in protocol A and B */ enumerator
H A Ddrbd_req.c840 fallthrough; /* to BARRIER_ACKED */ in __req_mod()
842 case BARRIER_ACKED: in __req_mod()
851 drbd_err(device, "FIXME (BARRIER_ACKED but pending)\n"); in __req_mod()
H A Ddrbd_main.c174 * tl_release() - mark as BARRIER_ACKED all requests in the corresponding transfer log epoch
249 _req_mod(req, BARRIER_ACKED); in tl_release()

Completed in 16 milliseconds