Searched refs:EZFS_BUSY (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/sys/contrib/openzfs/lib/libzfs/ |
| HD | libzfs_util.c | 107 case EZFS_BUSY: in libzfs_error_description() 471 zfs_verror(hdl, EZFS_BUSY, fmt, ap); in zfs_standard_error_fmt() 675 zfs_verror(hdl, EZFS_BUSY, fmt, ap); in zpool_standard_error_fmt()
|
| HD | libzfs_mount.c | 558 libzfs_err = EZFS_BUSY; in unmount_one()
|
| HD | libzfs_pool.c | 3975 (void) zfs_error(hdl, EZFS_BUSY, errbuf); in zpool_vdev_remove() 3993 (void) zfs_error(hdl, EZFS_BUSY, errbuf); in zpool_vdev_remove() 4000 (void) zfs_error(hdl, EZFS_BUSY, errbuf); in zpool_vdev_remove()
|
| HD | libzfs_sendrecv.c | 2815 return (zfs_error(hdl, EZFS_BUSY, errbuf)); in zfs_send_one_cb_impl() 5289 (void) zfs_error(hdl, EZFS_BUSY, errbuf); in zfs_receive_one()
|
| /freebsd-14-stable/sys/contrib/openzfs/include/ |
| HD | libzfs.h | 69 EZFS_BUSY, /* pool or dataset is busy */ enumerator
|