Searched refs:EZFS_EXISTS (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_util.c | 106 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 D | libzfs_dataset.c | 3650 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 D | libzfs_sendrecv.c | 4403 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 D | libzfs.h | 70 EZFS_EXISTS, /* pool or dataset already exists */ enumerator
|