• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/

Lines Matching refs:drbd_work

44 static int w_make_ov_request(struct drbd_conf *mdev, struct drbd_work *w, int cancel);
257 int w_read_retry_remote(struct drbd_conf *mdev, struct drbd_work *w, int cancel)
276 int w_resync_inactive(struct drbd_conf *mdev, struct drbd_work *w, int cancel)
330 static int w_e_send_csum(struct drbd_conf *mdev, struct drbd_work *w, int cancel)
428 struct drbd_work *w, int cancel)
603 static int w_make_ov_request(struct drbd_conf *mdev, struct drbd_work *w, int cancel)
655 int w_ov_finished(struct drbd_conf *mdev, struct drbd_work *w, int cancel)
664 static int w_resync_finished(struct drbd_conf *mdev, struct drbd_work *w, int cancel)
678 struct drbd_work *w;
693 w = kmalloc(sizeof(struct drbd_work), GFP_ATOMIC);
833 int w_e_end_data_req(struct drbd_conf *mdev, struct drbd_work *w, int cancel)
869 int w_e_end_rsdata_req(struct drbd_conf *mdev, struct drbd_work *w, int cancel)
915 int w_e_end_csum_rs_req(struct drbd_conf *mdev, struct drbd_work *w, int cancel)
975 int w_e_end_ov_req(struct drbd_conf *mdev, struct drbd_work *w, int cancel)
1020 int w_e_end_ov_reply(struct drbd_conf *mdev, struct drbd_work *w, int cancel)
1078 int w_prev_work_done(struct drbd_conf *mdev, struct drbd_work *w, int cancel)
1085 int w_send_barrier(struct drbd_conf *mdev, struct drbd_work *w, int cancel)
1116 int w_send_write_hint(struct drbd_conf *mdev, struct drbd_work *w, int cancel)
1129 int w_send_dblock(struct drbd_conf *mdev, struct drbd_work *w, int cancel)
1151 int w_send_read_req(struct drbd_conf *mdev, struct drbd_work *w, int cancel)
1420 struct drbd_work *w = NULL;
1474 w = list_entry(mdev->data.work.q.next, struct drbd_work, list);
1495 w = list_entry(work_list.next, struct drbd_work, list);