Searched refs:drbd_work (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_worker.c44 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_ATOMI
[all...]
H A Ddrbd_int.h655 * drbd_request and drbd_epoch_entry are descendants of drbd_work.
657 struct drbd_work;
658 typedef int (*drbd_work_cb)(struct drbd_conf *, struct drbd_work *, int cancel);
659 struct drbd_work { struct
666 struct drbd_work w;
696 struct drbd_work w;
738 struct drbd_work w;
748 struct drbd_work w;
905 struct drbd_work w;
937 struct drbd_work resync_wor
[all...]
H A Ddrbd_actlog.c45 struct drbd_work w;
50 struct drbd_work w;
66 int w_al_write_transaction(struct drbd_conf *, struct drbd_work *, int);
274 w_al_write_transaction(struct drbd_conf *mdev, struct drbd_work *w, int unused)
799 static int w_update_odbm(struct drbd_conf *mdev, struct drbd_work *w, int unused)
H A Ddrbd_receiver.c53 struct drbd_work w;
67 static int e_end_block(struct drbd_conf *, struct drbd_work *, int);
990 static int w_flush(struct drbd_conf *mdev, struct drbd_work *w, int cancel)
1239 int w_e_reissue(struct drbd_conf *mdev, struct drbd_work *w, int cancel) __releases(local)
1521 static int e_end_resync_block(struct drbd_conf *mdev, struct drbd_work *w, int unused)
1650 static int e_end_block(struct drbd_conf *mdev, struct drbd_work *w, int cancel)
1695 static int e_send_discard_ack(struct drbd_conf *mdev, struct drbd_work *w, int unused)
4363 struct drbd_work *w;
H A Ddrbd_main.c60 struct drbd_work w;
74 static int w_after_state_ch(struct drbd_conf *mdev, struct drbd_work *w, int unused);
77 static int w_md_sync(struct drbd_conf *mdev, struct drbd_work *w, int unused);
79 static int w_bitmap_io(struct drbd_conf *mdev, struct drbd_work *w, int unused);
1124 static int w_after_state_ch(struct drbd_conf *mdev, struct drbd_work *w, int unused)
3514 static int w_bitmap_io(struct drbd_conf *mdev, struct drbd_work *w, int unused)
3630 static int w_md_sync(struct drbd_conf *mdev, struct drbd_work *w, int unused)

Completed in 306 milliseconds