Searched refs:tail_bytes (Results 1 – 2 of 2) sorted by relevance
163 $tail_bytes:171 bgt $18, $tail_bytes # U : more to be done?
1127 int tail_bytes; in xlog_space_left() local1133 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_bytes); in xlog_space_left()1134 tail_bytes = BBTOB(tail_bytes); in xlog_space_left()1135 if (tail_cycle == head_cycle && head_bytes >= tail_bytes) in xlog_space_left()1136 free_bytes = log->l_logsize - (head_bytes - tail_bytes); in xlog_space_left()1141 free_bytes = tail_bytes - head_bytes; in xlog_space_left()1152 tail_cycle, tail_bytes, head_cycle, head_bytes); in xlog_space_left()