Home
last modified time | relevance | path

Searched refs:distance (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/
Dxfs_log_recover.c1329 int distance; in xlog_clear_stale_blocks() local
1411 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()
/fs/btrfs/
Dextent_io.c5643 unsigned long distance = (src > dst) ? src - dst : dst - src; in areas_overlap() local
5644 return distance < len; in areas_overlap()