Home
last modified time | relevance | path

Searched refs:EZFS_BADVERSION (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c562 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zpool_valid_proplist()
593 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zpool_valid_proplist()
1500 return (zfs_error(hdl, EZFS_BADVERSION, msg)); in zpool_add()
1509 return (zfs_error(hdl, EZFS_BADVERSION, msg)); in zpool_add()
1560 (void) zfs_error(hdl, EZFS_BADVERSION, msg); in zpool_add()
1979 (void) zfs_error(hdl, EZFS_BADVERSION, desc); in zpool_import_props()
3701 return (zfs_error(hdl, EZFS_BADVERSION, msg)); in zpool_vdev_remove()
4275 return (zfs_error_fmt(hdl, EZFS_BADVERSION, in get_history()
H A Dlibzfs_util.c134 case EZFS_BADVERSION: in libzfs_error_description()
452 zfs_verror(hdl, EZFS_BADVERSION, fmt, ap); in zfs_standard_error_fmt()
547 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zfs_setprop_error()
H A Dlibzfs_dataset.c3748 return (zfs_error(hdl, EZFS_BADVERSION, errbuf)); in zfs_create()
4957 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zfs_hold_nvl()
5080 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zfs_release()
5150 err = zfs_error(hdl, EZFS_BADVERSION, errbuf); in zfs_get_fsacl()
5213 err = zfs_error(hdl, EZFS_BADVERSION, errbuf); in zfs_set_fsacl()
5250 err = zfs_error(hdl, EZFS_BADVERSION, errbuf); in zfs_get_holds()
H A Dlibzfs_sendrecv.c4829 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zfs_receive_one()
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs.h83 EZFS_BADVERSION, /* unsupported version */ enumerator