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.c109 case EZFS_BUSY: in libzfs_error_description()
478 zfs_verror(hdl, EZFS_BUSY, fmt, ap); in zfs_standard_error_fmt()
685 zfs_verror(hdl, EZFS_BUSY, fmt, ap); in zpool_standard_error_fmt()
788 zfs_verror(hdl, EZFS_BUSY, fmt, ap); in zpool_standard_error_fmt()
H A Dlibzfs_mount.c600 libzfs_err = EZFS_BUSY; in unmount_one()
H A Dlibzfs_pool.c4388 (void) zfs_error(hdl, EZFS_BUSY, errbuf); in zpool_vdev_remove()
4406 (void) zfs_error(hdl, EZFS_BUSY, errbuf); in zpool_vdev_remove()
4413 (void) zfs_error(hdl, EZFS_BUSY, errbuf); in zpool_vdev_remove()
5945 (void) zfs_error(hdl, EZFS_BUSY, errbuf); in zpool_ddt_prune()
H A Dlibzfs_sendrecv.c2832 return (zfs_error(hdl, EZFS_BUSY, errbuf)); in zfs_send_one_cb_impl()
5326 (void) zfs_error(hdl, EZFS_BUSY, errbuf); in zfs_receive_one()
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h70 EZFS_BUSY, /* pool or dataset is busy */ enumerator