Searched refs:EZFS_EXISTS (Results 1 – 5 of 5) sorted by relevance
| /freebsd-head/sys/contrib/openzfs/lib/libzfs/ |
| HD | libzfs_util.c | 111 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()
|
| HD | libzfs_dataset.c | 3769 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()
|
| HD | libzfs_sendrecv.c | 4770 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/ |
| HD | libzfs.h | 71 EZFS_EXISTS, /* pool or dataset already exists */ enumerator
|
| /freebsd-head/lib/libbe/ |
| HD | be.c | 1145 case EZFS_EXISTS: in be_create_child_noent()
|