Searched refs:EZFS_NOENT (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_dataset.c | 766 (void) zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_open() 3532 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in check_parents() 3544 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in check_parents() 3549 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in check_parents() 3854 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_create() 4100 return (zfs_error(zhp->zfs_hdl, EZFS_NOENT, errbuf)); in zfs_clone() 4454 (void) zfs_error(zhp->zfs_hdl, EZFS_NOENT, errbuf); in zfs_rollback() 5257 err = zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_get_fsacl() 5319 err = zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_set_fsacl() 5356 err = zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_get_holds()
|
H A D | libzfs_sendrecv.c | 549 rv = EZFS_NOENT; in send_iterate_fs() 783 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_send_space() 866 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in dump_ioctl() 1994 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_send_resume_impl_cb_impl() 2353 return (zfs_error(zhp->zfs_hdl, EZFS_NOENT, errbuf)); in zfs_send_cb_impl() 2805 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_send_one_cb_impl() 4625 err = zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_receive_one() 4934 err = zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_receive_one() 5463 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_receive_impl() 5469 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_receive_impl()
|
H A D | libzfs_util.c | 112 case EZFS_NOENT: in libzfs_error_description() 457 zfs_verror(hdl, EZFS_NOENT, fmt, ap); in zfs_standard_error_fmt() 667 zfs_verror(hdl, EZFS_NOENT, fmt, ap); in zpool_standard_error_fmt()
|
H A D | libzfs_mount.c | 562 libzfs_err = EZFS_NOENT; in unmount_one()
|
H A D | libzfs_pool.c | 1330 (void) zfs_error_fmt(hdl, EZFS_NOENT, in zpool_open_canfail() 4895 error = zfs_error_fmt(hdl, EZFS_NOENT, in zpool_events_seek()
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzfs.h | 71 EZFS_NOENT, /* no such pool or dataset */ enumerator
|
/freebsd/lib/libbe/ |
H A D | be.c | 1147 case EZFS_NOENT: in be_create_child_noent()
|