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__.py62 lzc_exists,
H A D_libzfs_core.py813 def lzc_exists(name): function
825 ret = _lib.lzc_exists(name)
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs_core.h129 _LIBZFS_CORE_H boolean_t lzc_exists(const char *);
/freebsd/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c469 lzc_exists(const char *dataset) in lzc_exists() function
1025 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…
2875 …ction-decl name='lzc_exists' mangled-name='lzc_exists' visibility='default' binding='global' size-…
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c3952 if (lzc_exists(name)) in zfs_check_snap_cb()
4991 if (lzc_exists(name)) in zfs_hold_one()
H A Dlibzfs_sendrecv.c1990 if (lzc_exists(zhp->zfs_name)) { in zfs_send_resume_impl_cb_impl()
2800 if (lzc_exists(name)) { in zfs_send_one_cb_impl()
H A Dlibzfs.abi4217 <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.py314 lzc.lzc_exists(name), 'ZFS dataset %s does not exist' % (name, ))
318 lzc.lzc_exists(name), 'ZFS dataset %s exists' % (name, ))