Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Drefcount.h105 boolean_t zfs_refcount_not_held(zfs_refcount_t *, const void *);
141 #define zfs_refcount_not_held(rc, holder) (B_TRUE)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drefcount.c337 zfs_refcount_not_held(zfs_refcount_t *rc, const void *holder) in zfs_refcount_not_held() function
H A Dzio.c4210 VERIFY(zfs_refcount_not_held( in zio_done()
H A Dmetaslab.c4508 VERIFY(zfs_refcount_not_held( in metaslab_group_alloc_verify()