HomeSort by: relevance | last modified time | path
    Searched refs:spa_refcount (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa_misc.c 78 * - Increase spa_refcount from non-zero
79 * - Check if spa_refcount is zero
89 * spa_refcount (per-spa refcount_t protected by mutex)
107 * spa_namespace_lock -> spa_refcount
112 * spa_refcount -> spa_config_lock[]
142 * The spa_refcount is manipulated using the following functions:
784 refcount_create(&spa->spa_refcount);
859 ASSERT3U(refcount_count(&spa->spa_refcount), ==, 0);
904 refcount_destroy(&spa->spa_refcount);
963 ASSERT(refcount_count(&spa->spa_refcount) >= spa->spa_minref |
    [all...]
spa.c 2249 spa->spa_minref = refcount_count(&spa->spa_refcount);
3921 spa->spa_minref = refcount_count(&spa->spa_refcount);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
spa_impl.h 305 * spa_refcount & spa_config_lock must be the last elements
311 refcount_t spa_refcount; /* number of opens */ member in struct:spa

Completed in 66 milliseconds