Searched refs:need_copy (Results 1 – 3 of 3) sorted by relevance
541 int need_copy = 0; in do_get_write_access() local702 need_copy = 1; in do_get_write_access()724 if (need_copy) { in do_get_write_access()
551 int need_copy = 0; in do_get_write_access() local712 need_copy = 1; in do_get_write_access()734 if (need_copy) { in do_get_write_access()
1828 int need_copy; /* # bytes need to memcpy this region */ in xlog_write() local1940 need_copy = reg[index].i_len - partial_copy_len; in xlog_write()1943 if (need_copy <= iclog->ic_size - log_offset) { /*complete write */ in xlog_write()1944 copy_len = need_copy; in xlog_write()