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?
1142 int tail_bytes; in xlog_space_left() local1148 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_bytes); in xlog_space_left()1149 tail_bytes = BBTOB(tail_bytes); in xlog_space_left()1150 if (tail_cycle == head_cycle && head_bytes >= tail_bytes) in xlog_space_left()1151 free_bytes = log->l_logsize - (head_bytes - tail_bytes); in xlog_space_left()1156 free_bytes = tail_bytes - head_bytes; in xlog_space_left()1166 tail_cycle, tail_bytes); in xlog_space_left()