Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_util.c111 case EZFS_EXISTS: in libzfs_error_description()
469 zfs_verror(hdl, EZFS_EXISTS, fmt, ap); in zfs_standard_error_fmt()
674 zfs_verror(hdl, EZFS_EXISTS, fmt, ap); in zpool_standard_error_fmt()
HDlibzfs_dataset.c3769 return (zfs_error(hdl, EZFS_EXISTS, errbuf)); in zfs_create()
4029 ret = zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_destroy_snaps_nvl()
4185 return (zfs_error(hdl, EZFS_EXISTS, errbuf)); in zfs_promote()
4192 return (zfs_error(hdl, EZFS_EXISTS, errbuf)); in zfs_promote()
4299 (void) zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_snapshot_nvl()
4475 (void) zfs_error(zhp->zfs_hdl, EZFS_EXISTS, errbuf); in zfs_rollback()
4682 (void) zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_rename()
HDlibzfs_sendrecv.c4770 err = zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_receive_one()
4779 err = zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_receive_one()
4787 err = zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_receive_one()
4841 err = zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_receive_one()
5202 (void) zfs_error_fmt(hdl, EZFS_EXISTS, in zfs_receive_one()
/freebsd-head/sys/contrib/openzfs/include/
HDlibzfs.h71 EZFS_EXISTS, /* pool or dataset already exists */ enumerator
/freebsd-head/lib/libbe/
HDbe.c1145 case EZFS_EXISTS: in be_create_child_noent()