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

/linux-4.1.27/fs/ocfs2/cluster/
H A Dheartbeat.c477 struct o2hb_bio_wait_ctxt *write_wc) o2hb_issue_node_write()
483 o2hb_bio_wait_init(write_wc); o2hb_issue_node_write()
487 bio = o2hb_setup_one_bio(reg, write_wc, &slot, slot+1); o2hb_issue_node_write()
494 atomic_inc(&write_wc->wc_num_reqs); o2hb_issue_node_write()
960 struct o2hb_bio_wait_ctxt write_wc; o2hb_do_disk_heartbeat() local
1005 ret = o2hb_issue_node_write(reg, &write_wc); o2hb_do_disk_heartbeat()
1022 o2hb_wait_on_io(reg, &write_wc); o2hb_do_disk_heartbeat()
1023 if (write_wc.wc_error) { o2hb_do_disk_heartbeat()
1028 write_wc.wc_error, reg->hr_dev_name); o2hb_do_disk_heartbeat()
1029 ret = write_wc.wc_error; o2hb_do_disk_heartbeat()
1104 struct o2hb_bio_wait_ctxt write_wc; o2hb_thread() local
1156 ret = o2hb_issue_node_write(reg, &write_wc); o2hb_thread()
1158 o2hb_wait_on_io(reg, &write_wc); o2hb_thread()
476 o2hb_issue_node_write(struct o2hb_region *reg, struct o2hb_bio_wait_ctxt *write_wc) o2hb_issue_node_write() argument

Completed in 83 milliseconds