Home
last modified time | relevance | path

Searched refs:need_copy (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/jbd/
Dtransaction.c568 int need_copy = 0; in do_get_write_access() local
717 need_copy = 1; in do_get_write_access()
739 if (need_copy) { in do_get_write_access()
/linux-2.4.37.9/fs/xfs/
Dxfs_log.c1667 int need_copy; /* # bytes need to memcpy this region */ in xlog_write() local
1774 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()