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

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dentry.c625 uint64_t other_start; local
639 &other_start);
654 other_end = (other_size + other_start) - 1;
679 if (start_block >= other_start && start_block <= other_end) {
696 } else if (other_start >= start_block &&
697 other_start <= end_block) {

Completed in 58 milliseconds