Searched refs:tail_bytes (Results 1 – 3 of 3) sorted by relevance
164 $tail_bytes:172 bgt $18, $tail_bytes # U : more to be done?
1345 int tail_bytes; in xlog_space_left() local1351 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_bytes); in xlog_space_left()1352 tail_bytes = BBTOB(tail_bytes); in xlog_space_left()1353 if (tail_cycle == head_cycle && head_bytes >= tail_bytes) in xlog_space_left()1354 return log->l_logsize - (head_bytes - tail_bytes); in xlog_space_left()1364 return tail_bytes - head_bytes; in xlog_space_left()1373 tail_cycle, tail_bytes); in xlog_space_left()
422 int head_bytes, tail_bytes; in free_pagelist() local426 tail_bytes = (pagelist->offset + actual) & in free_pagelist()439 (tail_bytes != 0)) in free_pagelist()444 tail_bytes); in free_pagelist()