Lines Matching +full:compound +full:- +full:device

1 // SPDX-License-Identifier: CDDL-1.0
10 * or https://opensource.org/licenses/CDDL-1.0.
30 * Copyright (c) 2017 Open-E, Inc. All Rights Reserved.
63 EZFS_SUCCESS = 0, /* no error -- success */
76 EZFS_VOLTOOBIG, /* volume is too large for 32-bit system */
81 EZFS_NODEVICE, /* no such device in pool */
82 EZFS_BADDEV, /* invalid device to add */
100 EZFS_ISSPARE, /* device is a hot spare */
108 EZFS_OPENFAILED, /* open of device failed */
118 EZFS_ISL2CACHE, /* device is for the level 2 ARC */
122 EZFS_UNPLAYED_LOGS, /* log device has unplayed logs */
135 EZFS_POOLREADONLY, /* pool is in read-only mode */
144 EZFS_DEVRM_IN_PROGRESS, /* a device is currently being removed */
145 EZFS_VDEV_TOO_BIG, /* a device is too big to be used */
153 EZFS_TRIM_NOTSUP, /* device does not support trim */
282 /* request a secure trim, requires support from device */
414 ZPOOL_STATUS_MISSING_DEV_R, /* missing device with replicas */
415 ZPOOL_STATUS_MISSING_DEV_NR, /* missing device with no replicas */
416 ZPOOL_STATUS_CORRUPT_LABEL_R, /* bad device label with replicas */
417 ZPOOL_STATUS_CORRUPT_LABEL_NR, /* bad device label with no replicas */
418 ZPOOL_STATUS_BAD_GUID_SUM, /* sum of device guids didn't match */
421 ZPOOL_STATUS_FAILING_DEV, /* device experiencing errors */
422 ZPOOL_STATUS_VERSION_NEWER, /* newer on-disk version */
434 * read-only mode, its status is ZPOOL_STATUS_UNSUP_FEAT_WRITE. If the
446 ZPOOL_STATUS_FAULTED_DEV_R, /* faulted device with replicas */
447 ZPOOL_STATUS_FAULTED_DEV_NR, /* faulted device with no replicas */
454 ZPOOL_STATUS_VERSION_OLDER, /* older legacy on-disk version */
456 ZPOOL_STATUS_RESILVERING, /* device being resilvered */
457 ZPOOL_STATUS_OFFLINE_DEV, /* device offline */
458 ZPOOL_STATUS_REMOVED_DEV, /* removed device */
459 ZPOOL_STATUS_REBUILDING, /* device being rebuilt */
798 /* recursive send (ie, -R) */
813 /* send properties (ie, -p) */
816 /* do not send (no-op, ie. -n) */
819 /* parsable verbose output (ie. -P) */
822 /* show progress (ie. -v) */
825 /* show progress as process title (ie. -V) */
840 /* only send received properties (ie. -b) */
883 /* print informational messages (ie, -v was specified) */
886 /* the destination is a prefix, not the exact fs (ie, -d) */
891 * destination to determine the received snapshot name (ie, -e).
895 /* do not actually do the recv, just check if it would work (ie, -n) */
898 /* rollback/destroy filesystems as necessary (eg, -F) */
916 /* Was holds flag set in the compound header? */
984 #define SA_NO_PROTOCOL -1
1024 * Given a device or file, determine if it is part of a pool.
1057 * Parse a features file for -o compatibility