Searched refs:EZFS_NOSPC (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_util.c | 162 case EZFS_NOSPC: in libzfs_error_description() 431 zfs_verror(hdl, EZFS_NOSPC, fmt, ap); in zfs_standard_error_fmt() 673 zfs_verror(hdl, EZFS_NOSPC, fmt, ap); in zpool_standard_error_fmt()
|
| H A D | libzfs_sendrecv.c | 622 rv = EZFS_NOSPC; in send_iterate_fs() 2042 return (zfs_error(zhp->zfs_hdl, EZFS_NOSPC, in send_prelim_records() 4834 (void) zfs_error(hdl, EZFS_NOSPC, errbuf); in zfs_receive_one()
|
| H A D | libzfs_pool.c | 2784 return (EZFS_NOSPC); in vdev_get_one_physpath() 2833 if (ret == EZFS_NOSPC) in vdev_get_physpaths()
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs.h | 94 EZFS_NOSPC, /* out of space */ enumerator
|