Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c106 case EZFS_EXISTS: in libzfs_error_description()
437 zfs_verror(hdl, EZFS_EXISTS, fmt, ap); in zfs_standard_error_fmt()
640 zfs_verror(hdl, EZFS_EXISTS, fmt, ap); in zpool_standard_error_fmt()
H A Dlibzfs_dataset.c3650 return (zfs_error(hdl, EZFS_EXISTS, errbuf)); in zfs_create()
3907 ret = zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_destroy_snaps_nvl()
4046 return (zfs_error(hdl, EZFS_EXISTS, errbuf)); in zfs_promote()
4053 return (zfs_error(hdl, EZFS_EXISTS, errbuf)); in zfs_promote()
4158 (void) zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_snapshot_nvl()
4334 (void) zfs_error(zhp->zfs_hdl, EZFS_EXISTS, errbuf); in zfs_rollback()
4545 (void) zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_rename()
H A Dlibzfs_sendrecv.c4403 err = zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_receive_one()
4412 err = zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_receive_one()
4420 err = zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_receive_one()
4447 err = zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_receive_one()
4797 (void) zfs_error_fmt(hdl, EZFS_EXISTS, in zfs_receive_one()
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs.h70 EZFS_EXISTS, /* pool or dataset already exists */ enumerator