Home
last modified time | relevance | path

Searched refs:zfs_refcount_not_held (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_refcount.h83 boolean_t zfs_refcount_not_held(zfs_refcount_t *, const void *);
115 #define zfs_refcount_not_held(rc, holder) (B_TRUE)
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Drefcount.c306 zfs_refcount_not_held(zfs_refcount_t *rc, const void *holder) in zfs_refcount_not_held() function
H A Dzio.c4501 VERIFY(zfs_refcount_not_held(&zio->io_metaslab_class-> in zio_done()
H A Dmetaslab.c4557 VERIFY(zfs_refcount_not_held(&mga->mga_alloc_queue_depth, tag)); in metaslab_group_alloc_verify()