Lines Matching refs:write_wc
476 struct o2hb_bio_wait_ctxt *write_wc) in o2hb_issue_node_write() argument
482 o2hb_bio_wait_init(write_wc); in o2hb_issue_node_write()
486 bio = o2hb_setup_one_bio(reg, write_wc, &slot, slot+1); in o2hb_issue_node_write()
493 atomic_inc(&write_wc->wc_num_reqs); in o2hb_issue_node_write()
963 struct o2hb_bio_wait_ctxt write_wc; in o2hb_do_disk_heartbeat() local
1009 ret = o2hb_issue_node_write(reg, &write_wc); in o2hb_do_disk_heartbeat()
1026 o2hb_wait_on_io(reg, &write_wc); in o2hb_do_disk_heartbeat()
1027 if (write_wc.wc_error) { in o2hb_do_disk_heartbeat()
1032 write_wc.wc_error, reg->hr_dev_name); in o2hb_do_disk_heartbeat()
1033 return write_wc.wc_error; in o2hb_do_disk_heartbeat()
1087 struct o2hb_bio_wait_ctxt write_wc; in o2hb_thread() local
1140 ret = o2hb_issue_node_write(reg, &write_wc); in o2hb_thread()
1142 o2hb_wait_on_io(reg, &write_wc); in o2hb_thread()