Home
last modified time | relevance | path

Searched refs:zfs_error (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_dataset.c683 (void) zfs_error(hdl, EZFS_INVALIDNAME, errbuf); in zfs_open()
729 (void) zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_open()
763 (void) zfs_error(hdl, EZFS_BADTYPE, errbuf); in zfs_open()
1013 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_valid_proplist()
1021 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_valid_proplist()
1040 (void) zfs_error(hdl, EZFS_PROPTYPE, errbuf); in zfs_valid_proplist()
1057 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_valid_proplist()
1066 (void) zfs_error(hdl, EZFS_PROPREADONLY, in zfs_valid_proplist()
1077 (void) zfs_error(hdl, in zfs_valid_proplist()
1093 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_valid_proplist()
[all …]
Dlibzfs_pool.c460 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zpool_valid_proplist()
467 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zpool_valid_proplist()
476 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zpool_valid_proplist()
493 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zpool_valid_proplist()
500 (void) zfs_error(hdl, EZFS_PROPREADONLY, errbuf); in zpool_valid_proplist()
518 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zpool_valid_proplist()
528 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zpool_valid_proplist()
538 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zpool_valid_proplist()
546 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zpool_valid_proplist()
558 (void) zfs_error(hdl, EZFS_INVALIDNAME, errbuf); in zpool_valid_proplist()
[all …]
Dlibzfs_sendrecv.c979 return (zfs_error(hdl, EZFS_CROSSTARGET, errbuf)); in zfs_send_space()
988 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_send_space()
1002 return (zfs_error(hdl, EZFS_BADBACKUP, errbuf)); in zfs_send_space()
1057 return (zfs_error(hdl, EZFS_CROSSTARGET, errbuf)); in dump_ioctl()
1066 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in dump_ioctl()
1082 return (zfs_error(hdl, EZFS_BADBACKUP, errbuf)); in dump_ioctl()
1628 return (zfs_error(hdl, EZFS_FAULT, errbuf)); in zfs_send_resume()
1643 return (zfs_error(hdl, EZFS_FAULT, errbuf)); in zfs_send_resume()
1665 return (zfs_error(hdl, EZFS_BADPATH, errbuf)); in zfs_send_resume()
1671 return (zfs_error(hdl, EZFS_BADPATH, errbuf)); in zfs_send_resume()
[all …]
Dlibzfs_diff.c497 return (zfs_error(di->zhp->zfs_hdl, EZFS_DIFF, di->errbuf)); in find_shares_object()
525 return (zfs_error(hdl, EZFS_DIFF, di->errbuf)); in make_temp_snapshot()
578 return (zfs_error(hdl, EZFS_INVALIDNAME, in get_snapshot_names()
607 return (zfs_error(hdl, EZFS_INVALIDNAME, di->errbuf)); in get_snapshot_names()
641 return (zfs_error(hdl, EZFS_INVALIDNAME, di->errbuf)); in get_snapshot_names()
680 return (zfs_error(di->zhp->zfs_hdl, EZFS_BADTYPE, di->errbuf)); in get_mountpoint()
774 return (zfs_error(zhp->zfs_hdl, EZFS_PIPEFAILED, errbuf)); in zfs_show_diffs()
789 return (zfs_error(zhp->zfs_hdl, in zfs_show_diffs()
819 return (zfs_error(zhp->zfs_hdl, EZFS_DIFF, di.errbuf)); in zfs_show_diffs()
821 return (zfs_error(zhp->zfs_hdl, EZFS_DIFFDATA, errbuf)); in zfs_show_diffs()
[all …]
Dlibzfs_util.c320 zfs_error(libzfs_handle_t *hdl, int error, const char *msg) in zfs_error() function
560 return (zfs_error(hdl, EZFS_NOMEM, "internal error")); in no_memory()
1385 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zprop_parse_value()
1413 return (zfs_error(hdl, EZFS_BADPROP, in addlist()
1462 return (zfs_error(hdl, EZFS_BADPROP, dgettext(TEXT_DOMAIN, in zprop_get_list()
1488 return (zfs_error(hdl, EZFS_BADPROP, in zprop_get_list()
Dlibzfs_impl.h142 int zfs_error(libzfs_handle_t *, int, const char *);
Dlibzfs_changelist.c613 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error"); in changelist_gather()
625 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error"); in changelist_gather()
Dlibzfs_import.c1487 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached()
1495 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached()
1508 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached()
1518 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached()
Dlibzfs_iter.c505 err = zfs_error(zhp->zfs_hdl, in iter_dependents_cb()
Dlibzfs.h61 typedef enum zfs_error { enum