Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl.c11601 uint64_t endlba1, endlba2; in ctl_extent_check_lba() local
11603 endlba1 = lba1 + len1 - (seq ? 0 : 1); in ctl_extent_check_lba()
11606 if ((endlba1 < lba2) || (endlba2 < lba1)) in ctl_extent_check_lba()