Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Drefcount.h104 boolean_t zfs_refcount_held(zfs_refcount_t *, const void *);
140 #define zfs_refcount_held(rc, holder) (zfs_refcount_count(rc) > 0)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drefcount.c310 zfs_refcount_held(zfs_refcount_t *rc, const void *holder) in zfs_refcount_held() function
H A Dzio.c2470 VERIFY(zfs_refcount_held(&mc->mc_alloc_slots[pio->io_allocator], in zio_write_gang_block()