Searched refs:EZFS_WRONG_PARENT (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_util.c | 296 case EZFS_WRONG_PARENT: in libzfs_error_description() 512 zfs_verror(hdl, EZFS_WRONG_PARENT, fmt, ap); in zfs_standard_error_fmt()
|
H A D | libzfs_sendrecv.c | 4746 err = zfs_error(hdl, EZFS_WRONG_PARENT, errbuf); in zfs_receive_one() 4797 err = zfs_error(hdl, EZFS_WRONG_PARENT, errbuf); in zfs_receive_one() 4960 err = zfs_error(hdl, EZFS_WRONG_PARENT, errbuf); in zfs_receive_one()
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzfs.h | 149 EZFS_WRONG_PARENT, /* invalid parent dataset (e.g ZVOL) */ enumerator
|