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