Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dentry.c624 uint64_t other_start; in dm_isoverlapping() local
638 &other_start); in dm_isoverlapping()
653 other_end = (other_size + other_start) - 1; in dm_isoverlapping()
678 if (start_block >= other_start && start_block <= other_end) { in dm_isoverlapping()
695 } else if (other_start >= start_block && in dm_isoverlapping()
696 other_start <= end_block) { in dm_isoverlapping()