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

/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Dii_tree.c260 chunkid_t rc = II_NULLCHUNK;
265 } else if (ip->bi_shdfchk != II_NULLCHUNK) {
274 ASSERT(ip->bi_shdfchk == II_NULLCHUNK ||
324 ASSERT(ip->bi_shdfchk == II_NULLCHUNK ||
334 np->vchunk_id = II_NULLCHUNK;
458 return (II_NULLCHUNK); /* no overflow volume attached */
468 return (II_NULLCHUNK);
471 if (op->ii_freehead != II_NULLCHUNK) {
483 chunk = II_NULLCHUNK;
489 if (chunk != II_NULLCHUNK) {
[all...]
H A Ddsw_dev.h610 #define II_ISOVERFLOW(n) ((n) < 0 && (n) != II_NULLCHUNK)
616 #define II_NULLCHUNK (INT_MIN) macro
620 #define II_NULLCHUNK (INT64_MIN) macro
625 #define II_NULLCHUNK (INT32_MIN) macro
H A Ddsw_dev.c2980 _ii_lock_chunk(ip, II_NULLCHUNK);
3021 _ii_unlock_chunk(ip, II_NULLCHUNK);
4806 _ii_unlock_chunk(ip, II_NULLCHUNK);
4838 _ii_unlock_chunk(ip, II_NULLCHUNK);
4920 _ii_lock_chunk(ip, II_NULLCHUNK);
5039 _ii_lock_chunk(ip, II_NULLCHUNK);
7252 if (chunk == II_NULLCHUNK) {
7291 ASSERT(chunk != II_NULLCHUNK);
7324 if (chunk == II_NULLCHUNK) {

Completed in 63 milliseconds