Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_log.c1211 int tail_bytes; in xlog_space_left() local
1217 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_bytes); in xlog_space_left()
1218 tail_bytes = BBTOB(tail_bytes); in xlog_space_left()
1219 if (tail_cycle == head_cycle && head_bytes >= tail_bytes) in xlog_space_left()
1220 free_bytes = log->l_logsize - (head_bytes - tail_bytes); in xlog_space_left()
1225 free_bytes = tail_bytes - head_bytes; in xlog_space_left()
1235 tail_cycle, tail_bytes); in xlog_space_left()