Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_refcount.h98 boolean_t zfs_refcount_not_held(zfs_refcount_t *, const void *);
134 #define zfs_refcount_not_held(rc, holder) (B_TRUE)
/freebsd/sys/contrib/openzfs/module/zfs/
H A Drefcount.c324 zfs_refcount_not_held(zfs_refcount_t *rc, const void *holder) in zfs_refcount_not_held() function