Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_util.c109 case EZFS_EXISTS: in libzfs_error_description()
446 zfs_verror(hdl, EZFS_EXISTS, fmt, ap); in zfs_standard_error_fmt()
649 zfs_verror(hdl, EZFS_EXISTS, fmt, ap); in zpool_standard_error_fmt()
HDlibzfs_dataset.c3661 return (zfs_error(hdl, EZFS_EXISTS, errbuf)); in zfs_create()
3918 ret = zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_destroy_snaps_nvl()
4057 return (zfs_error(hdl, EZFS_EXISTS, errbuf)); in zfs_promote()
4064 return (zfs_error(hdl, EZFS_EXISTS, errbuf)); in zfs_promote()
4169 (void) zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_snapshot_nvl()
4345 (void) zfs_error(zhp->zfs_hdl, EZFS_EXISTS, errbuf); in zfs_rollback()
4556 (void) zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_rename()
HDlibzfs_sendrecv.c4489 err = zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_receive_one()
4498 err = zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_receive_one()
4506 err = zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_receive_one()
4533 err = zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_receive_one()
4882 (void) zfs_error_fmt(hdl, EZFS_EXISTS, in zfs_receive_one()
/freebsd-13-stable/sys/contrib/openzfs/include/
HDlibzfs.h71 EZFS_EXISTS, /* pool or dataset already exists */ enumerator
/freebsd-13-stable/lib/libbe/
HDbe.c1117 case EZFS_EXISTS: in be_create_child_noent()