Searched refs:need_copy (Results 1 – 2 of 2) sorted by relevance
568 int need_copy = 0; in do_get_write_access() local717 need_copy = 1; in do_get_write_access()739 if (need_copy) { in do_get_write_access()
1667 int need_copy; /* # bytes need to memcpy this region */ in xlog_write() local1774 need_copy = reg[index].i_len - partial_copy_len; in xlog_write()1777 if (need_copy <= iclog->ic_size - log_offset) { /*complete write */ in xlog_write()1778 INT_SET(logop_head->oh_len, ARCH_CONVERT, copy_len = need_copy); in xlog_write()