Lines Matching refs:copy_len
2177 int *copy_len, in xlog_write_setup_copy() argument
2188 *copy_len = still_to_copy; in xlog_write_setup_copy()
2189 ophdr->oh_len = cpu_to_be32(*copy_len); in xlog_write_setup_copy()
2198 *copy_len = space_available; in xlog_write_setup_copy()
2199 ophdr->oh_len = cpu_to_be32(*copy_len); in xlog_write_setup_copy()
2203 *bytes_consumed += *copy_len; in xlog_write_setup_copy()
2368 int copy_len; in xlog_write() local
2400 ©_off, ©_len, in xlog_write()
2406 ASSERT(copy_len >= 0); in xlog_write()
2407 memcpy(ptr, reg->i_addr + copy_off, copy_len); in xlog_write()
2408 xlog_write_adv_cnt(&ptr, &len, &log_offset, copy_len); in xlog_write()
2410 copy_len += start_rec_copy + sizeof(xlog_op_header_t); in xlog_write()
2412 data_cnt += contwr ? copy_len : 0; in xlog_write()