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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dspa_impl.h198 int spa_minref; /* num refs when first opened */ member in struct:spa
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa_misc.c77 * some references in the DMU. Internally we check against spa_minref, but
576 ASSERT(refcount_count(&spa->spa_refcount) >= spa->spa_minref ||
588 ASSERT(refcount_count(&spa->spa_refcount) > spa->spa_minref ||
595 * spa_namespace_lock held. We really compare against spa_minref, which is the
603 return (refcount_count(&spa->spa_refcount) == spa->spa_minref);
H A Dspa.c1643 spa->spa_minref = refcount_count(&spa->spa_refcount);
2881 spa->spa_minref = refcount_count(&spa->spa_refcount);
5241 /* Keeping the origin open increases spa_minref */
5242 spa->spa_minref += 3;

Completed in 168 milliseconds