Home
last modified time | relevance | path

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

/reactos/base/services/nfsd/
H A Dpnfs_layout.c256 const uint64_t from_max = range_max(&from->layout); in layout_merge_segments() local
263 if (to_max < from->layout.offset || from_max < to->layout.offset) in layout_merge_segments()
282 to->layout.length = max(to_max, from_max) - to->layout.offset; in layout_merge_segments()
1003 const uint64_t from_max = from->offset + from->length; in layout_recall_merge() local
1006 if (to_max < from->offset || from_max < to->offset) in layout_recall_merge()
1018 to->length = max(to_max, from_max) - to->offset; in layout_recall_merge()