Searched refs:distance (Results 1 – 2 of 2) sorted by relevance
1329 int distance; in xlog_clear_stale_blocks() local1411 distance = log->l_logBBsize - head_block; in xlog_clear_stale_blocks()1413 head_block, distance, tail_cycle, in xlog_clear_stale_blocks()1427 distance = max_distance - (log->l_logBBsize - head_block); in xlog_clear_stale_blocks()1428 error = xlog_write_log_records(log, head_cycle, 0, distance, in xlog_clear_stale_blocks()
5643 unsigned long distance = (src > dst) ? src - dst : dst - src; in areas_overlap() local5644 return distance < len; in areas_overlap()