Searched defs:drbd_peer_request (Results 1 – 1 of 1) sorted by relevance
321 struct drbd_peer_request { struct322 struct drbd_work w;323 struct drbd_peer_device *peer_device;324 struct drbd_epoch *epoch; /* for writes */325 struct page *pages;326 blk_opf_t opf;327 atomic_t pending_bios;328 struct drbd_interval i;330 unsigned long flags;331 unsigned long submit_jif;[all …]