Searched refs:tail_bytes (Results 1 – 1 of 1) sorted by relevance
1307 int tail_bytes; in xlog_space_left() local1313 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_bytes); in xlog_space_left()1314 tail_bytes = BBTOB(tail_bytes); in xlog_space_left()1315 if (tail_cycle == head_cycle && head_bytes >= tail_bytes) in xlog_space_left()1316 return log->l_logsize - (head_bytes - tail_bytes); in xlog_space_left()1326 return tail_bytes - head_bytes; in xlog_space_left()1335 tail_cycle, tail_bytes); in xlog_space_left()