Searched refs:write_wc (Results 1 – 1 of 1) sorted by relevance
596 struct o2hb_bio_wait_ctxt *write_wc) in o2hb_issue_node_write() argument602 o2hb_bio_wait_init(write_wc); in o2hb_issue_node_write()606 bio = o2hb_setup_one_bio(reg, write_wc, &slot, slot+1, in o2hb_issue_node_write()614 atomic_inc(&write_wc->wc_num_reqs); in o2hb_issue_node_write()1085 struct o2hb_bio_wait_ctxt write_wc; in o2hb_do_disk_heartbeat() local1131 ret = o2hb_issue_node_write(reg, &write_wc); in o2hb_do_disk_heartbeat()1148 o2hb_wait_on_io(&write_wc); in o2hb_do_disk_heartbeat()1149 if (write_wc.wc_error) { in o2hb_do_disk_heartbeat()1154 write_wc.wc_error, reg_bdev(reg)); in o2hb_do_disk_heartbeat()1155 ret = write_wc.wc_error; in o2hb_do_disk_heartbeat()[all …]