Searched refs:lo_off (Results 1 – 2 of 2) sorted by relevance
5172 uint_t lo_off, hi_off; local5192 lo_off = idnop->rwmem.lo_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));5266 rpos = lo_off;
3811 uint_t lo_off; /* input */ member