Home
last modified time | relevance | path

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

/linux-6.15/block/partitions/
H A Dcmdline.c292 sector_t from2, sector_t size2) in has_overlaps() argument
295 sector_t end2 = from2 + size2; in has_overlaps()
297 if (from >= from2 && from < end2) in has_overlaps()
300 if (end > from2 && end <= end2) in has_overlaps()
303 if (from2 >= from && from2 < end) in has_overlaps()