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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzfs_refcount.h82 boolean_t zfs_refcount_held(zfs_refcount_t *, const void *);
114 #define zfs_refcount_held(rc, holder) ((rc)->rc_count > 0) macro
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Drefcount.c278 zfs_refcount_held(zfs_refcount_t *rc, const void *holder) function
H A Dzio.c2810 VERIFY(zfs_refcount_held(&mc->mc_allocator[pio->io_allocator].

Completed in 108 milliseconds