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

/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Dii_tree.c317 if (II_ISOVERFLOW(np->vchunk_id)) {
357 if (!II_ISOVERFLOW(chunk)) {
H A Ddsw_dev.h610 #define II_ISOVERFLOW(n) ((n) < 0 && (n) != II_NULLCHUNK) macro
H A Ddsw_dev.c6498 ovr_flag = II_ISOVERFLOW(shd_chunk);
8944 overflow = II_ISOVERFLOW(mapped_chunk);
10098 overflow = II_ISOVERFLOW(mapped_chunk);

Completed in 64 milliseconds