Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c743 (void) zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_open()
3420 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in check_parents()
3432 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in check_parents()
3437 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in check_parents()
3742 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_create()
3988 return (zfs_error(zhp->zfs_hdl, EZFS_NOENT, errbuf)); in zfs_clone()
4340 (void) zfs_error(zhp->zfs_hdl, EZFS_NOENT, errbuf); in zfs_rollback()
5156 err = zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_get_fsacl()
5219 err = zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_set_fsacl()
5256 err = zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_get_holds()
H A Dlibzfs_util.c108 case EZFS_NOENT: in libzfs_error_description()
426 zfs_verror(hdl, EZFS_NOENT, fmt, ap); in zfs_standard_error_fmt()
634 zfs_verror(hdl, EZFS_NOENT, fmt, ap); in zpool_standard_error_fmt()
H A Dlibzfs_sendrecv.c510 rv = EZFS_NOENT; in send_iterate_fs()
744 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_send_space()
828 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in dump_ioctl()
1801 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_send_resume_impl()
2131 return (zfs_error(zhp->zfs_hdl, EZFS_NOENT, errbuf)); in zfs_send()
2544 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_send_one()
4288 err = zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_receive_one()
4541 err = zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_receive_one()
5013 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_receive_impl()
5019 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_receive_impl()
H A Dlibzfs_pool.c1074 (void) zfs_error_fmt(hdl, EZFS_NOENT, in zpool_open_canfail()
4459 error = zfs_error_fmt(hdl, EZFS_NOENT, in zpool_events_seek()
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs.h71 EZFS_NOENT, /* no such pool or dataset */ enumerator