drbd_work
extern int w_e_end_data_req(struct drbd_work *, int);
extern int w_e_end_rsdata_req(struct drbd_work *, int);
extern int w_e_end_csum_rs_req(struct drbd_work *, int);
extern int w_e_end_ov_reply(struct drbd_work *, int);
extern int w_e_end_ov_req(struct drbd_work *, int);
extern int w_ov_finished(struct drbd_work *, int);
extern int w_resync_timer(struct drbd_work *, int);
extern int w_send_write_hint(struct drbd_work *, int);
extern int w_send_dblock(struct drbd_work *, int);
extern int w_send_read_req(struct drbd_work *, int);
extern int w_restart_disk_io(struct drbd_work *, int);
extern int w_send_out_of_sync(struct drbd_work *, int);
drbd_queue_work(struct drbd_work_queue *q, struct drbd_work *w)
drbd_queue_work_if_unqueued(struct drbd_work_queue *q, struct drbd_work *w)
int (*cb)(struct drbd_work *, int cancel);
struct drbd_work w;
struct drbd_work w;
struct drbd_work w;
struct drbd_work w;
struct drbd_work resync_work;
struct drbd_work unplug_work;
struct drbd_work w;
static int w_complete(struct drbd_work *w, int cancel)
static int w_bitmap_io(struct drbd_work *w, int unused)
static int w_bitmap_io(struct drbd_work *w, int unused);
static int e_end_resync_block(struct drbd_work *w, int unused)
static int e_end_block(struct drbd_work *w, int cancel)
static int e_send_ack(struct drbd_work *w, enum drbd_packet ack)
static int e_send_superseded(struct drbd_work *w, int unused)
static int e_send_retry_write(struct drbd_work *w, int unused)
static int e_end_block(struct drbd_work *, int);
static int w_after_state_ch(struct drbd_work *w, int unused)
struct drbd_work w;
static int w_after_conn_state_ch(struct drbd_work *w, int unused)
struct drbd_work w;
static int w_after_state_ch(struct drbd_work *w, int unused);
int w_e_end_data_req(struct drbd_work *w, int cancel)
int w_e_end_rsdata_req(struct drbd_work *w, int cancel)
int w_e_end_csum_rs_req(struct drbd_work *w, int cancel)
int w_e_end_ov_req(struct drbd_work *w, int cancel)
int w_e_end_ov_reply(struct drbd_work *w, int cancel)
int w_send_write_hint(struct drbd_work *w, int cancel)
int w_send_out_of_sync(struct drbd_work *w, int cancel)
int w_send_dblock(struct drbd_work *w, int cancel)
int w_send_read_req(struct drbd_work *w, int cancel)
int w_restart_disk_io(struct drbd_work *w, int cancel)
struct drbd_work *w = NULL;
w = list_first_entry(&work_list, struct drbd_work, list);
w = list_first_entry(&work_list, struct drbd_work, list);
static int w_e_send_csum(struct drbd_work *w, int cancel)
int w_resync_timer(struct drbd_work *w, int cancel)
int w_ov_finished(struct drbd_work *w, int cancel)
static int w_resync_finished(struct drbd_work *w, int cancel)