Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/cam/ctl/
HDctl.c10919 uint64_t endlba1, endlba2; in ctl_extent_check_lba() local
10921 endlba1 = lba1 + len1 - (seq ? 0 : 1); in ctl_extent_check_lba()
10924 if ((endlba1 < lba2) || (endlba2 < lba1)) in ctl_extent_check_lba()