Home
last modified time | relevance | path

Searched refs:lzc_exists (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D__init__.py63 lzc_exists,
H A D_libzfs_core.py814 def lzc_exists(name): function
826 ret = _lib.lzc_exists(name)
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs_core.h130 _LIBZFS_CORE_H boolean_t lzc_exists(const char *);
/freebsd/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c514 lzc_exists(const char *dataset) in lzc_exists() function
1070 if (!lzc_exists(fsname)) { in recv_impl()
H A Dlibzfs_core.abi170 …<elf-symbol name='lzc_exists' type='func-type' binding='global-binding' visibility='default-visibi…
3064 …ction-decl name='lzc_exists' mangled-name='lzc_exists' visibility='default' binding='global' size-…
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c3932 if (lzc_exists(name)) in zfs_check_snap_cb()
4991 if (lzc_exists(name)) in zfs_hold_one()
H A Dlibzfs_sendrecv.c1991 if (lzc_exists(zhp->zfs_name)) { in zfs_send_resume_impl_cb_impl()
2801 if (lzc_exists(name)) { in zfs_send_one_cb_impl()
H A Dlibzfs.abi4424 <function-decl name='lzc_exists' visibility='default' binding='global' size-in-bits='64'>
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py315 lzc.lzc_exists(name), 'ZFS dataset %s does not exist' % (name, ))
319 lzc.lzc_exists(name), 'ZFS dataset %s exists' % (name, ))