Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/avs/ns/dsw/
H A Dii_tree.c260 chunkid_t rc = II_NULLCHUNK; in alloc_chunk()
265 } else if (ip->bi_shdfchk != II_NULLCHUNK) { in alloc_chunk()
274 ASSERT(ip->bi_shdfchk == II_NULLCHUNK || in alloc_chunk()
324 ASSERT(ip->bi_shdfchk == II_NULLCHUNK || in free_node()
334 np->vchunk_id = II_NULLCHUNK; in free_node()
458 return (II_NULLCHUNK); /* no overflow volume attached */ in ii_alloc_overflow()
468 return (II_NULLCHUNK); in ii_alloc_overflow()
471 if (op->ii_freehead != II_NULLCHUNK) { in ii_alloc_overflow()
483 chunk = II_NULLCHUNK; in ii_alloc_overflow()
489 if (chunk != II_NULLCHUNK) { in ii_alloc_overflow()
[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); in _ii_reset()
3021 _ii_unlock_chunk(ip, II_NULLCHUNK); in _ii_reset()
4806 _ii_unlock_chunk(ip, II_NULLCHUNK); in _ii_do_copy()
4838 _ii_unlock_chunk(ip, II_NULLCHUNK); in _ii_do_copy()
4920 _ii_lock_chunk(ip, II_NULLCHUNK); in _ii_copy()
5039 _ii_lock_chunk(ip, II_NULLCHUNK); in _ii_mass_copy()
7252 if (chunk == II_NULLCHUNK) { in _ii_lock_chunk()
7291 ASSERT(chunk != II_NULLCHUNK); in _ii_trylock_chunk()
7324 if (chunk == II_NULLCHUNK) { in _ii_unlock_chunks()