Home
last modified time | relevance | path

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

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