Searched refs:lzc_create (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/ |
H A D | test_libzfs_core.py | 222 lzc.lzc_create(name, 'zfs', props=props, key=key) 333 lzc.lzc_create(name) 340 lzc.lzc_create(name, ds_type='zvol', props=props) 352 lzc.lzc_create(name, props=props) 359 lzc.lzc_create(name, ds_type='wrong') 365 lzc.lzc_create(name, ds_type='zvol', props=props) 367 lzc.lzc_create(name + b'/fs') 373 lzc.lzc_create(name, ds_type='zvol', props=props) 375 lzc.lzc_create(name + b'/zvol', ds_type='zvol', props=props) 380 lzc.lzc_create(name) [all …]
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
H A D | __init__.py | 60 lzc_create,
|
H A D | _libzfs_core.py | 90 def lzc_create(name, ds_type='zfs', props=None, key=None): function 127 ret = _lib.lzc_create(name, ds_type, nvlist, key, len(key))
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzfs_core.h | 57 _LIBZFS_CORE_H int lzc_create(const char *, enum lzc_dataset_type, nvlist_t *,
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | libzfs_input_check.c | 818 err = lzc_create(dataset, LZC_DATSET_TYPE_ZFS, NULL, NULL, -1); in zfs_ioc_input_tests()
|
/freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.c | 303 lzc_create(const char *fsname, enum lzc_dataset_type type, nvlist_t *props, in lzc_create() function
|
H A D | libzfs_core.abi | 165 …<elf-symbol name='lzc_create' type='func-type' binding='global-binding' visibility='default-visibi… 3017 …ction-decl name='lzc_create' mangled-name='lzc_create' visibility='default' binding='global' size-…
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_dataset.c | 3823 ret = lzc_create(path, ost, props, wkeydata, wkeylen); in zfs_create()
|
H A D | libzfs.abi | 4371 <function-decl name='lzc_create' visibility='default' binding='global' size-in-bits='64'>
|