Searched refs:hi_off (Results 1 – 2 of 2) sorted by relevance
5172 uint_t lo_off, hi_off; local5193 hi_off = idnop->rwmem.hi_off;5198 if (((hi_off > (uint_t)MB2B(IDN_SMR_SIZE)) || (lo_off >= hi_off) ||5199 (blksize <= 0) || (blksize > (hi_off - lo_off)) || (num <= 0)) &&5263 if ((hi_off - lo_off) > blksize)5264 rpos = RANDOM(lo_off, (hi_off - blksize));
3812 uint_t hi_off; /* input */ member