Lines Matching refs:write_wc
591 struct o2hb_bio_wait_ctxt *write_wc) in o2hb_issue_node_write() argument
597 o2hb_bio_wait_init(write_wc); in o2hb_issue_node_write()
601 bio = o2hb_setup_one_bio(reg, write_wc, &slot, slot+1, REQ_OP_WRITE, in o2hb_issue_node_write()
609 atomic_inc(&write_wc->wc_num_reqs); in o2hb_issue_node_write()
1080 struct o2hb_bio_wait_ctxt write_wc; in o2hb_do_disk_heartbeat() local
1126 ret = o2hb_issue_node_write(reg, &write_wc); in o2hb_do_disk_heartbeat()
1143 o2hb_wait_on_io(&write_wc); in o2hb_do_disk_heartbeat()
1144 if (write_wc.wc_error) { in o2hb_do_disk_heartbeat()
1149 write_wc.wc_error, reg->hr_dev_name); in o2hb_do_disk_heartbeat()
1150 ret = write_wc.wc_error; in o2hb_do_disk_heartbeat()
1195 struct o2hb_bio_wait_ctxt write_wc; in o2hb_thread() local
1254 ret = o2hb_issue_node_write(reg, &write_wc); in o2hb_thread()
1256 o2hb_wait_on_io(&write_wc); in o2hb_thread()