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?
1320 int tail_bytes; in xlog_space_left() local1326 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_bytes); in xlog_space_left()1327 tail_bytes = BBTOB(tail_bytes); in xlog_space_left()1328 if (tail_cycle == head_cycle && head_bytes >= tail_bytes) in xlog_space_left()1329 return log->l_logsize - (head_bytes - tail_bytes); in xlog_space_left()1339 return tail_bytes - head_bytes; in xlog_space_left()1348 tail_cycle, tail_bytes); in xlog_space_left()
376 int head_bytes, tail_bytes; in free_pagelist() local380 tail_bytes = (pagelist->offset + actual) & in free_pagelist()394 (tail_bytes != 0)) { in free_pagelist()399 tail_bytes); in free_pagelist()