Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c104 case EZFS_BUSY: in libzfs_error_description()
443 zfs_verror(hdl, EZFS_BUSY, fmt, ap); in zfs_standard_error_fmt()
645 zfs_verror(hdl, EZFS_BUSY, fmt, ap); in zpool_standard_error_fmt()
H A Dlibzfs_pool.c3726 (void) zfs_error(hdl, EZFS_BUSY, msg); in zpool_vdev_remove()
3733 (void) zfs_error(hdl, EZFS_BUSY, msg); in zpool_vdev_remove()
H A Dlibzfs_sendrecv.c2555 return (zfs_error(hdl, EZFS_BUSY, errbuf)); in zfs_send_one()
4864 (void) zfs_error(hdl, EZFS_BUSY, errbuf); in zfs_receive_one()
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs.h69 EZFS_BUSY, /* pool or dataset is busy */ enumerator