Searched refs:EZFS_BUSY (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_util.c | 109 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 D | libzfs_mount.c | 600 libzfs_err = EZFS_BUSY; in unmount_one()
|
| H A D | libzfs_pool.c | 4388 (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 D | libzfs_sendrecv.c | 2832 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 D | libzfs.h | 70 EZFS_BUSY, /* pool or dataset is busy */ enumerator
|