Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbe/common/
H A Dbe_snapshot.c532 if (!autoname || libzfs_errno(g_zfs) != EZFS_EXISTS) { in _be_create_snapshot()
537 if (libzfs_errno(g_zfs) == EZFS_EXISTS) in _be_create_snapshot()
568 EZFS_EXISTS) { in _be_create_snapshot()
H A Dbe_create.c1579 if (libzfs_errno(g_zfs) != EZFS_EXISTS) { in _be_destroy()
2057 if (libzfs_errno(g_zfs) == EZFS_EXISTS) in be_copy_zones()
H A Dbe_activate.c1310 if (libzfs_errno(g_zfs) != EZFS_EXISTS) { in be_promote_ds_callback()
H A Dbe_utils.c2668 case EZFS_EXISTS: in zfs_err_to_be_err()
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c91 case EZFS_EXISTS: in libzfs_error_description()
372 zfs_verror(hdl, EZFS_EXISTS, fmt, ap); in zfs_standard_error_fmt()
437 zfs_verror(hdl, EZFS_EXISTS, fmt, ap); in zpool_standard_error_fmt()
H A Dlibzfs.h67 EZFS_EXISTS, /* pool or dataset already exists */ enumerator
H A Dlibzfs_dataset.c3268 return (zfs_error(hdl, EZFS_EXISTS, errbuf)); in zfs_create()
3499 ret = zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_destroy_snaps_nvl()
3629 return (zfs_error(hdl, EZFS_EXISTS, errbuf)); in zfs_promote()
3718 (void) zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_snapshot_nvl()
4057 (void) zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_rename()
H A Dlibzfs_sendrecv.c3186 return (zfs_error(hdl, EZFS_EXISTS, errbuf)); in zfs_receive_one()
3195 return (zfs_error(hdl, EZFS_EXISTS, errbuf)); in zfs_receive_one()
3213 return (zfs_error(hdl, EZFS_EXISTS, errbuf)); in zfs_receive_one()
3407 (void) zfs_error_fmt(hdl, EZFS_EXISTS, in zfs_receive_one()
/titanic_41/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_zfs.c2361 case EZFS_EXISTS: in ndmpd_zfs_zerr_dma_log()