Searched refs:EZFS_EXISTS (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/lib/libbe/common/ |
H A D | be_snapshot.c | 532 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 D | be_create.c | 1577 if (libzfs_errno(g_zfs) != EZFS_EXISTS) { in _be_destroy() 2055 if (libzfs_errno(g_zfs) == EZFS_EXISTS) in be_copy_zones()
|
H A D | be_activate.c | 1310 if (libzfs_errno(g_zfs) != EZFS_EXISTS) { in be_promote_ds_callback()
|
H A D | be_utils.c | 2668 case EZFS_EXISTS: in zfs_err_to_be_err()
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_util.c | 92 case EZFS_EXISTS: in libzfs_error_description() 373 zfs_verror(hdl, EZFS_EXISTS, fmt, ap); in zfs_standard_error_fmt() 438 zfs_verror(hdl, EZFS_EXISTS, fmt, ap); in zpool_standard_error_fmt()
|
H A D | libzfs.h | 67 EZFS_EXISTS, /* pool or dataset already exists */ enumerator
|
H A D | libzfs_dataset.c | 3267 return (zfs_error(hdl, EZFS_EXISTS, errbuf)); in zfs_create() 3498 ret = zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_destroy_snaps_nvl() 3628 return (zfs_error(hdl, EZFS_EXISTS, errbuf)); in zfs_promote() 3717 (void) zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_snapshot_nvl() 4056 (void) zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_rename()
|
H A D | libzfs_sendrecv.c | 3185 return (zfs_error(hdl, EZFS_EXISTS, errbuf)); in zfs_receive_one() 3194 return (zfs_error(hdl, EZFS_EXISTS, errbuf)); in zfs_receive_one() 3212 return (zfs_error(hdl, EZFS_EXISTS, errbuf)); in zfs_receive_one() 3406 (void) zfs_error_fmt(hdl, EZFS_EXISTS, in zfs_receive_one()
|
/titanic_44/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_zfs.c | 2361 case EZFS_EXISTS: in ndmpd_zfs_zerr_dma_log()
|