Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dzfs_refcount.h97 boolean_t zfs_refcount_not_held(zfs_refcount_t *, const void *);
133 #define zfs_refcount_not_held(rc, holder) (B_TRUE)
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Drefcount.c323 zfs_refcount_not_held(zfs_refcount_t *rc, const void *holder) in zfs_refcount_not_held() function
H A Dmetaslab.c4599 VERIFY(zfs_refcount_not_held(&mga->mga_alloc_queue_depth, tag)); in metaslab_group_alloc_verify()
H A Dzio.c4696 VERIFY(zfs_refcount_not_held(&zio->io_metaslab_class-> in zio_done()