Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c108 case EZFS_BUSY: in libzfs_error_description()
474 zfs_verror(hdl, EZFS_BUSY, fmt, ap); in zfs_standard_error_fmt()
678 zfs_verror(hdl, EZFS_BUSY, fmt, ap); in zpool_standard_error_fmt()
H A Dlibzfs_mount.c556 libzfs_err = EZFS_BUSY; in unmount_one()
H A Dlibzfs_pool.c4135 (void) zfs_error(hdl, EZFS_BUSY, errbuf); in zpool_vdev_remove()
4153 (void) zfs_error(hdl, EZFS_BUSY, errbuf); in zpool_vdev_remove()
4160 (void) zfs_error(hdl, EZFS_BUSY, errbuf); in zpool_vdev_remove()
5674 (void) zfs_error(hdl, EZFS_BUSY, errbuf); in zpool_ddt_prune()
H A Dlibzfs_sendrecv.c2816 return (zfs_error(hdl, EZFS_BUSY, errbuf)); in zfs_send_one_cb_impl()
5307 (void) zfs_error(hdl, EZFS_BUSY, errbuf); in zfs_receive_one()
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h69 EZFS_BUSY, /* pool or dataset is busy */ enumerator