Searched refs:tail_bytes (Results 1 – 4 of 4) sorted by relevance
164 $tail_bytes:172 bgt $18, $tail_bytes # U : more to be done?
1338 int tail_bytes; in xlog_space_left() local1344 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_bytes); in xlog_space_left()1345 tail_bytes = BBTOB(tail_bytes); in xlog_space_left()1346 if (tail_cycle == head_cycle && head_bytes >= tail_bytes) in xlog_space_left()1347 return log->l_logsize - (head_bytes - tail_bytes); in xlog_space_left()1357 return tail_bytes - head_bytes; in xlog_space_left()1366 tail_cycle, tail_bytes); in xlog_space_left()
417 int head_bytes, tail_bytes; in free_pagelist() local421 tail_bytes = (pagelist->offset + actual) & in free_pagelist()434 (tail_bytes != 0)) in free_pagelist()439 tail_bytes); in free_pagelist()
1073 int tail_bytes = (((size + 4) >> 2) << 2) - size; in vcap_copy_from_w32be() local1079 nidx -= tail_bytes; in vcap_copy_from_w32be()