Home
last modified time | relevance | path

Searched refs:EZFS_WRONG_PARENT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c296 case EZFS_WRONG_PARENT: in libzfs_error_description()
512 zfs_verror(hdl, EZFS_WRONG_PARENT, fmt, ap); in zfs_standard_error_fmt()
H A Dlibzfs_sendrecv.c4746 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 Dlibzfs.h149 EZFS_WRONG_PARENT, /* invalid parent dataset (e.g ZVOL) */ enumerator