Searched refs:distance (Results 1 – 2 of 2) sorted by relevance
1333 int distance; in xlog_clear_stale_blocks() local1415 distance = log->l_logBBsize - head_block; in xlog_clear_stale_blocks()1417 head_block, distance, tail_cycle, in xlog_clear_stale_blocks()1431 distance = max_distance - (log->l_logBBsize - head_block); in xlog_clear_stale_blocks()1432 error = xlog_write_log_records(log, head_cycle, 0, distance, in xlog_clear_stale_blocks()
4934 unsigned long distance = (src > dst) ? src - dst : dst - src; in areas_overlap() local4935 return distance < len; in areas_overlap()