Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libdiskmgt/common/
H A Dentry.c626 uint64_t other_end; in dm_isoverlapping() local
654 other_end = (other_size + other_start) - 1; in dm_isoverlapping()
679 if (start_block >= other_start && start_block <= other_end) { in dm_isoverlapping()