Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_log.c2222 int still_to_copy; in xlog_write_setup_copy() local
2224 still_to_copy = space_required - *bytes_consumed; in xlog_write_setup_copy()
2227 if (still_to_copy <= space_available) { in xlog_write_setup_copy()
2229 *copy_len = still_to_copy; in xlog_write_setup_copy()