Searched refs:op_vec_index_ (Results 1 – 2 of 2) sorted by relevance
731 if (op_vec_index_) { in FlushCluster()732 ret = pwritev(fd_.get(), cowop_vec_.get(), op_vec_index_, current_op_pos_); in FlushCluster()733 if (ret != (op_vec_index_ * sizeof(CowOperation))) { in FlushCluster()735 << (op_vec_index_ * sizeof(CowOperation)); in FlushCluster()749 op_vec_index_ = 0; in FlushCluster()766 CowOperation* cow_op = reinterpret_cast<CowOperation*>(cowop_vec_[op_vec_index_].iov_base); in WriteOperation()768 op_vec_index_ += 1; in WriteOperation()793 if (op_vec_index_ == header_.cluster_ops || data_vec_index_ == header_.cluster_ops || in WriteOperation()
238 int op_vec_index_ = 0; variable