xref: /illumos-gate/usr/src/uts/common/fs/zfs/sys/zfs_ioctl.h (revision 12a8814c13fbb1d6d58616cf090ea5815dc107f9)
1fa9e4066Sahrens /*
2fa9e4066Sahrens  * CDDL HEADER START
3fa9e4066Sahrens  *
4fa9e4066Sahrens  * The contents of this file are subject to the terms of the
5ea8dc4b6Seschrock  * Common Development and Distribution License (the "License").
6ea8dc4b6Seschrock  * You may not use this file except in compliance with the License.
7fa9e4066Sahrens  *
8fa9e4066Sahrens  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9fa9e4066Sahrens  * or http://www.opensolaris.org/os/licensing.
10fa9e4066Sahrens  * See the License for the specific language governing permissions
11fa9e4066Sahrens  * and limitations under the License.
12fa9e4066Sahrens  *
13fa9e4066Sahrens  * When distributing Covered Code, include this CDDL HEADER in each
14fa9e4066Sahrens  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15fa9e4066Sahrens  * If applicable, add the following below this CDDL HEADER, with the
16fa9e4066Sahrens  * fields enclosed by brackets "[]" replaced with your own identifying
17fa9e4066Sahrens  * information: Portions Copyright [yyyy] [name of copyright owner]
18fa9e4066Sahrens  *
19fa9e4066Sahrens  * CDDL HEADER END
20fa9e4066Sahrens  */
21fa9e4066Sahrens /*
22c99e4bdcSChris Kirby  * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
230d8fa8f8SMartin Matuska  * Copyright (c) 2011-2012 Pawel Jakub Dawidek. All rights reserved.
24ed992b0aSSerapheim Dimitropoulos  * Copyright (c) 2012, 2017 by Delphix. All rights reserved.
25880094b6SAndrew Stormont  * Copyright 2016 RackTop Systems.
26c3d26abcSMatthew Ahrens  * Copyright (c) 2014 Integros [integros.com]
27fa9e4066Sahrens  */
28fa9e4066Sahrens 
29fa9e4066Sahrens #ifndef	_SYS_ZFS_IOCTL_H
30fa9e4066Sahrens #define	_SYS_ZFS_IOCTL_H
31fa9e4066Sahrens 
32fa9e4066Sahrens #include <sys/cred.h>
33fa9e4066Sahrens #include <sys/dmu.h>
34ea8dc4b6Seschrock #include <sys/zio.h>
35ecd6cf80Smarks #include <sys/dsl_deleg.h>
369e69d7d0SLori Alt #include <sys/spa.h>
3799d5e173STim Haley #include <sys/zfs_stat.h>
38fa9e4066Sahrens 
39da6c28aaSamw #ifdef _KERNEL
40da6c28aaSamw #include <sys/nvpair.h>
41da6c28aaSamw #endif	/* _KERNEL */
42da6c28aaSamw 
43fa9e4066Sahrens #ifdef	__cplusplus
44fa9e4066Sahrens extern "C" {
45fa9e4066Sahrens #endif
46fa9e4066Sahrens 
474445fffbSMatthew Ahrens /*
484445fffbSMatthew Ahrens  * The structures in this file are passed between userland and the
494445fffbSMatthew Ahrens  * kernel.  Userland may be running a 32-bit process, while the kernel
504445fffbSMatthew Ahrens  * is 64-bit.  Therefore, these structures need to compile the same in
514445fffbSMatthew Ahrens  * 32-bit and 64-bit.  This means not using type "long", and adding
524445fffbSMatthew Ahrens  * explicit padding so that the 32-bit structure will not be packed more
534445fffbSMatthew Ahrens  * tightly than the 64-bit structure (which requires 64-bit alignment).
544445fffbSMatthew Ahrens  */
554445fffbSMatthew Ahrens 
56fa9e4066Sahrens /*
57fa9e4066Sahrens  * Property values for snapdir
58fa9e4066Sahrens  */
59a0965f35Sbonwick #define	ZFS_SNAPDIR_HIDDEN		0
60a0965f35Sbonwick #define	ZFS_SNAPDIR_VISIBLE		1
61fa9e4066Sahrens 
629e69d7d0SLori Alt /*
639e69d7d0SLori Alt  * Field manipulation macros for the drr_versioninfo field of the
649e69d7d0SLori Alt  * send stream header.
659e69d7d0SLori Alt  */
669e69d7d0SLori Alt 
679e69d7d0SLori Alt /*
689e69d7d0SLori Alt  * Header types for zfs send streams.
699e69d7d0SLori Alt  */
709e69d7d0SLori Alt typedef enum drr_headertype {
719e69d7d0SLori Alt 	DMU_SUBSTREAM = 0x1,
729e69d7d0SLori Alt 	DMU_COMPOUNDSTREAM = 0x2
739e69d7d0SLori Alt } drr_headertype_t;
749e69d7d0SLori Alt 
759e69d7d0SLori Alt #define	DMU_GET_STREAM_HDRTYPE(vi)	BF64_GET((vi), 0, 2)
769e69d7d0SLori Alt #define	DMU_SET_STREAM_HDRTYPE(vi, x)	BF64_SET((vi), 0, 2, x)
779e69d7d0SLori Alt 
789e69d7d0SLori Alt #define	DMU_GET_FEATUREFLAGS(vi)	BF64_GET((vi), 2, 30)
799e69d7d0SLori Alt #define	DMU_SET_FEATUREFLAGS(vi, x)	BF64_SET((vi), 2, 30, x)
809e69d7d0SLori Alt 
819e69d7d0SLori Alt /*
829e69d7d0SLori Alt  * Feature flags for zfs send streams (flags in drr_versioninfo)
839e69d7d0SLori Alt  */
849e69d7d0SLori Alt 
859c3fd121SMatthew Ahrens #define	DMU_BACKUP_FEATURE_DEDUP		(1 << 0)
869c3fd121SMatthew Ahrens #define	DMU_BACKUP_FEATURE_DEDUPPROPS		(1 << 1)
879c3fd121SMatthew Ahrens #define	DMU_BACKUP_FEATURE_SA_SPILL		(1 << 2)
885d7b4d43SMatthew Ahrens /* flags #3 - #15 are reserved for incompatible closed-source implementations */
899c3fd121SMatthew Ahrens #define	DMU_BACKUP_FEATURE_EMBED_DATA		(1 << 16)
905602294fSDan Kimmel #define	DMU_BACKUP_FEATURE_LZ4			(1 << 17)
91b5152584SMatthew Ahrens /* flag #18 is reserved for a Delphix feature */
929c3fd121SMatthew Ahrens #define	DMU_BACKUP_FEATURE_LARGE_BLOCKS		(1 << 19)
939c3fd121SMatthew Ahrens #define	DMU_BACKUP_FEATURE_RESUMING		(1 << 20)
945602294fSDan Kimmel /* flag #21 is reserved for a Delphix feature */
955602294fSDan Kimmel #define	DMU_BACKUP_FEATURE_COMPRESSED		(1 << 22)
9654811da5SToomas Soome #define	DMU_BACKUP_FEATURE_LARGE_DNODE		(1 << 23)
97acd7f809SAllan Jude /* flag #24 is reserved for the raw send feature */
98acd7f809SAllan Jude /* flag #25 is reserved for the ZSTD compression feature */
999e69d7d0SLori Alt 
1009e69d7d0SLori Alt /*
1019e69d7d0SLori Alt  * Mask of all supported backup features
1029e69d7d0SLori Alt  */
1038e714474SLori Alt #define	DMU_BACKUP_FEATURE_MASK	(DMU_BACKUP_FEATURE_DEDUP | \
1045d7b4d43SMatthew Ahrens     DMU_BACKUP_FEATURE_DEDUPPROPS | DMU_BACKUP_FEATURE_SA_SPILL | \
1055602294fSDan Kimmel     DMU_BACKUP_FEATURE_EMBED_DATA | DMU_BACKUP_FEATURE_LZ4 | \
1069c3fd121SMatthew Ahrens     DMU_BACKUP_FEATURE_RESUMING | \
10754811da5SToomas Soome     DMU_BACKUP_FEATURE_LARGE_BLOCKS | DMU_BACKUP_FEATURE_LARGE_DNODE | \
1085602294fSDan Kimmel     DMU_BACKUP_FEATURE_COMPRESSED)
1099e69d7d0SLori Alt 
1109e69d7d0SLori Alt /* Are all features in the given flag word currently supported? */
1119e69d7d0SLori Alt #define	DMU_STREAM_SUPPORTED(x)	(!((x) & ~DMU_BACKUP_FEATURE_MASK))
1129e69d7d0SLori Alt 
1139c3fd121SMatthew Ahrens typedef enum dmu_send_resume_token_version {
1149c3fd121SMatthew Ahrens 	ZFS_SEND_RESUME_TOKEN_VERSION = 1
1159c3fd121SMatthew Ahrens } dmu_send_resume_token_version_t;
1169c3fd121SMatthew Ahrens 
1179e69d7d0SLori Alt /*
1189e69d7d0SLori Alt  * The drr_versioninfo field of the dmu_replay_record has the
1199e69d7d0SLori Alt  * following layout:
1209e69d7d0SLori Alt  *
1219e69d7d0SLori Alt  *	64	56	48	40	32	24	16	8	0
1229e69d7d0SLori Alt  *	+-------+-------+-------+-------+-------+-------+-------+-------+
12354811da5SToomas Soome  *	|		reserved	|        feature-flags	    |C|S|
1249e69d7d0SLori Alt  *	+-------+-------+-------+-------+-------+-------+-------+-------+
1259e69d7d0SLori Alt  *
1269e69d7d0SLori Alt  * The low order two bits indicate the header type: SUBSTREAM (0x1)
1279e69d7d0SLori Alt  * or COMPOUNDSTREAM (0x2).  Using two bits for this is historical:
1289e69d7d0SLori Alt  * this field used to be a version number, where the two version types
1299e69d7d0SLori Alt  * were 1 and 2.  Using two bits for this allows earlier versions of
1309e69d7d0SLori Alt  * the code to be able to recognize send streams that don't use any
1319e69d7d0SLori Alt  * of the features indicated by feature flags.
1329e69d7d0SLori Alt  */
1339e69d7d0SLori Alt 
134fa9e4066Sahrens #define	DMU_BACKUP_MAGIC 0x2F5bacbacULL
135fa9e4066Sahrens 
136880094b6SAndrew Stormont /*
137880094b6SAndrew Stormont  * Send stream flags.  Bits 24-31 are reserved for vendor-specific
138880094b6SAndrew Stormont  * implementations and should not be used.
139880094b6SAndrew Stormont  */
140ab04eb8eStimh #define	DRR_FLAG_CLONE		(1<<0)
141ab04eb8eStimh #define	DRR_FLAG_CI_DATA	(1<<1)
14268ecb2ecSPaul Dagnelie /*
14368ecb2ecSPaul Dagnelie  * This send stream, if it is a full send, includes the FREE and FREEOBJECT
14468ecb2ecSPaul Dagnelie  * records that are created by the sending process.  This means that the send
14568ecb2ecSPaul Dagnelie  * stream can be received as a clone, even though it is not an incremental.
14668ecb2ecSPaul Dagnelie  * This is not implemented as a feature flag, because the receiving side does
14768ecb2ecSPaul Dagnelie  * not need to have implemented it to receive this stream; it is fully backwards
14868ecb2ecSPaul Dagnelie  * compatible.  We need a flag, though, because full send streams without it
14968ecb2ecSPaul Dagnelie  * cannot necessarily be received as a clone correctly.
15068ecb2ecSPaul Dagnelie  */
15168ecb2ecSPaul Dagnelie #define	DRR_FLAG_FREERECORDS	(1<<2)
1523cb34c60Sahrens 
1538e714474SLori Alt /*
1548e714474SLori Alt  * flags in the drr_checksumflags field in the DRR_WRITE and
1558e714474SLori Alt  * DRR_WRITE_BYREF blocks
1568e714474SLori Alt  */
1578e714474SLori Alt #define	DRR_CHECKSUM_DEDUP	(1<<0)
1588e714474SLori Alt 
1598e714474SLori Alt #define	DRR_IS_DEDUP_CAPABLE(flags)	((flags) & DRR_CHECKSUM_DEDUP)
1608e714474SLori Alt 
1615602294fSDan Kimmel /* deal with compressed drr_write replay records */
1625602294fSDan Kimmel #define	DRR_WRITE_COMPRESSED(drrw)	((drrw)->drr_compressiontype != 0)
1635602294fSDan Kimmel #define	DRR_WRITE_PAYLOAD_SIZE(drrw) \
1645602294fSDan Kimmel 	(DRR_WRITE_COMPRESSED(drrw) ? (drrw)->drr_compressed_size : \
1655602294fSDan Kimmel 	(drrw)->drr_logical_size)
1665602294fSDan Kimmel 
167fa9e4066Sahrens /*
168fa9e4066Sahrens  * zfs ioctl command structure
169fa9e4066Sahrens  */
170fa9e4066Sahrens typedef struct dmu_replay_record {
171fa9e4066Sahrens 	enum {
172fa9e4066Sahrens 		DRR_BEGIN, DRR_OBJECT, DRR_FREEOBJECTS,
1739e69d7d0SLori Alt 		DRR_WRITE, DRR_FREE, DRR_END, DRR_WRITE_BYREF,
1745d7b4d43SMatthew Ahrens 		DRR_SPILL, DRR_WRITE_EMBEDDED, DRR_NUMTYPES
175fa9e4066Sahrens 	} drr_type;
1763cb34c60Sahrens 	uint32_t drr_payloadlen;
177fa9e4066Sahrens 	union {
178fa9e4066Sahrens 		struct drr_begin {
179fa9e4066Sahrens 			uint64_t drr_magic;
1809e69d7d0SLori Alt 			uint64_t drr_versioninfo; /* was drr_version */
181fa9e4066Sahrens 			uint64_t drr_creation_time;
182fa9e4066Sahrens 			dmu_objset_type_t drr_type;
1833cb34c60Sahrens 			uint32_t drr_flags;
184fa9e4066Sahrens 			uint64_t drr_toguid;
185fa9e4066Sahrens 			uint64_t drr_fromguid;
186fa9e4066Sahrens 			char drr_toname[MAXNAMELEN];
187fa9e4066Sahrens 		} drr_begin;
188fa9e4066Sahrens 		struct drr_end {
189ea8dc4b6Seschrock 			zio_cksum_t drr_checksum;
1909e69d7d0SLori Alt 			uint64_t drr_toguid;
191fa9e4066Sahrens 		} drr_end;
192fa9e4066Sahrens 		struct drr_object {
193fa9e4066Sahrens 			uint64_t drr_object;
194fa9e4066Sahrens 			dmu_object_type_t drr_type;
195fa9e4066Sahrens 			dmu_object_type_t drr_bonustype;
196fa9e4066Sahrens 			uint32_t drr_blksz;
197fa9e4066Sahrens 			uint32_t drr_bonuslen;
1989e69d7d0SLori Alt 			uint8_t drr_checksumtype;
199fa9e4066Sahrens 			uint8_t drr_compress;
20054811da5SToomas Soome 			uint8_t drr_dn_slots;
20154811da5SToomas Soome 			uint8_t drr_pad[5];
2029e69d7d0SLori Alt 			uint64_t drr_toguid;
203a2eea2e1Sahrens 			/* bonus content follows */
204fa9e4066Sahrens 		} drr_object;
205fa9e4066Sahrens 		struct drr_freeobjects {
206fa9e4066Sahrens 			uint64_t drr_firstobj;
207fa9e4066Sahrens 			uint64_t drr_numobjs;
2089e69d7d0SLori Alt 			uint64_t drr_toguid;
209fa9e4066Sahrens 		} drr_freeobjects;
210fa9e4066Sahrens 		struct drr_write {
211fa9e4066Sahrens 			uint64_t drr_object;
212fa9e4066Sahrens 			dmu_object_type_t drr_type;
213fa9e4066Sahrens 			uint32_t drr_pad;
214fa9e4066Sahrens 			uint64_t drr_offset;
2155602294fSDan Kimmel 			uint64_t drr_logical_size;
2169e69d7d0SLori Alt 			uint64_t drr_toguid;
2179e69d7d0SLori Alt 			uint8_t drr_checksumtype;
2188e714474SLori Alt 			uint8_t drr_checksumflags;
2195602294fSDan Kimmel 			uint8_t drr_compressiontype;
2205602294fSDan Kimmel 			uint8_t drr_pad2[5];
2215602294fSDan Kimmel 			/* deduplication key */
2225602294fSDan Kimmel 			ddt_key_t drr_key;
2235602294fSDan Kimmel 			/* only nonzero if drr_compressiontype is not 0 */
2245602294fSDan Kimmel 			uint64_t drr_compressed_size;
225a2eea2e1Sahrens 			/* content follows */
226fa9e4066Sahrens 		} drr_write;
227fa9e4066Sahrens 		struct drr_free {
228fa9e4066Sahrens 			uint64_t drr_object;
229fa9e4066Sahrens 			uint64_t drr_offset;
230fa9e4066Sahrens 			uint64_t drr_length;
2319e69d7d0SLori Alt 			uint64_t drr_toguid;
232fa9e4066Sahrens 		} drr_free;
2339e69d7d0SLori Alt 		struct drr_write_byref {
2349e69d7d0SLori Alt 			/* where to put the data */
2359e69d7d0SLori Alt 			uint64_t drr_object;
2369e69d7d0SLori Alt 			uint64_t drr_offset;
2379e69d7d0SLori Alt 			uint64_t drr_length;
2389e69d7d0SLori Alt 			uint64_t drr_toguid;
2399e69d7d0SLori Alt 			/* where to find the prior copy of the data */
2409e69d7d0SLori Alt 			uint64_t drr_refguid;
2419e69d7d0SLori Alt 			uint64_t drr_refobject;
2429e69d7d0SLori Alt 			uint64_t drr_refoffset;
2438e714474SLori Alt 			/* properties of the data */
2449e69d7d0SLori Alt 			uint8_t drr_checksumtype;
2458e714474SLori Alt 			uint8_t drr_checksumflags;
2468e714474SLori Alt 			uint8_t drr_pad2[6];
2478e714474SLori Alt 			ddt_key_t drr_key; /* deduplication key */
2489e69d7d0SLori Alt 		} drr_write_byref;
2490a586ceaSMark Shellenbaum 		struct drr_spill {
2500a586ceaSMark Shellenbaum 			uint64_t drr_object;
2510a586ceaSMark Shellenbaum 			uint64_t drr_length;
2520a586ceaSMark Shellenbaum 			uint64_t drr_toguid;
2530a586ceaSMark Shellenbaum 			uint64_t drr_pad[4]; /* needed for crypto */
2540a586ceaSMark Shellenbaum 			/* spill data follows */
2550a586ceaSMark Shellenbaum 		} drr_spill;
2565d7b4d43SMatthew Ahrens 		struct drr_write_embedded {
2575d7b4d43SMatthew Ahrens 			uint64_t drr_object;
2585d7b4d43SMatthew Ahrens 			uint64_t drr_offset;
2595d7b4d43SMatthew Ahrens 			/* logical length, should equal blocksize */
2605d7b4d43SMatthew Ahrens 			uint64_t drr_length;
2615d7b4d43SMatthew Ahrens 			uint64_t drr_toguid;
2625d7b4d43SMatthew Ahrens 			uint8_t drr_compression;
2635d7b4d43SMatthew Ahrens 			uint8_t drr_etype;
2645d7b4d43SMatthew Ahrens 			uint8_t drr_pad[6];
2655d7b4d43SMatthew Ahrens 			uint32_t drr_lsize; /* uncompressed size of payload */
2665d7b4d43SMatthew Ahrens 			uint32_t drr_psize; /* compr. (real) size of payload */
2675d7b4d43SMatthew Ahrens 			/* (possibly compressed) content follows */
2685d7b4d43SMatthew Ahrens 		} drr_write_embedded;
26998110f08SMatthew Ahrens 
27098110f08SMatthew Ahrens 		/*
27198110f08SMatthew Ahrens 		 * Nore: drr_checksum is overlaid with all record types
27298110f08SMatthew Ahrens 		 * except DRR_BEGIN.  Therefore its (non-pad) members
27398110f08SMatthew Ahrens 		 * must not overlap with members from the other structs.
27498110f08SMatthew Ahrens 		 * We accomplish this by putting its members at the very
27598110f08SMatthew Ahrens 		 * end of the struct.
27698110f08SMatthew Ahrens 		 */
27798110f08SMatthew Ahrens 		struct drr_checksum {
27898110f08SMatthew Ahrens 			uint64_t drr_pad[34];
27998110f08SMatthew Ahrens 			/*
28098110f08SMatthew Ahrens 			 * fletcher-4 checksum of everything preceding the
28198110f08SMatthew Ahrens 			 * checksum.
28298110f08SMatthew Ahrens 			 */
28398110f08SMatthew Ahrens 			zio_cksum_t drr_checksum;
28498110f08SMatthew Ahrens 		} drr_checksum;
285fa9e4066Sahrens 	} drr_u;
286fa9e4066Sahrens } dmu_replay_record_t;
287fa9e4066Sahrens 
28899d5e173STim Haley /* diff record range types */
28999d5e173STim Haley typedef enum diff_type {
29099d5e173STim Haley 	DDR_NONE = 0x1,
29199d5e173STim Haley 	DDR_INUSE = 0x2,
29299d5e173STim Haley 	DDR_FREE = 0x4
29399d5e173STim Haley } diff_type_t;
29499d5e173STim Haley 
29599d5e173STim Haley /*
29699d5e173STim Haley  * The diff reports back ranges of free or in-use objects.
29799d5e173STim Haley  */
29899d5e173STim Haley typedef struct dmu_diff_record {
29999d5e173STim Haley 	uint64_t ddr_type;
30099d5e173STim Haley 	uint64_t ddr_first;
30199d5e173STim Haley 	uint64_t ddr_last;
30299d5e173STim Haley } dmu_diff_record_t;
30399d5e173STim Haley 
304ea8dc4b6Seschrock typedef struct zinject_record {
305ea8dc4b6Seschrock 	uint64_t	zi_objset;
306ea8dc4b6Seschrock 	uint64_t	zi_object;
307ea8dc4b6Seschrock 	uint64_t	zi_start;
308ea8dc4b6Seschrock 	uint64_t	zi_end;
309ea8dc4b6Seschrock 	uint64_t	zi_guid;
310ea8dc4b6Seschrock 	uint32_t	zi_level;
311ea8dc4b6Seschrock 	uint32_t	zi_error;
312ea8dc4b6Seschrock 	uint64_t	zi_type;
313ea8dc4b6Seschrock 	uint32_t	zi_freq;
3148956713aSEric Schrock 	uint32_t	zi_failfast;
31588ecc943SGeorge Wilson 	char		zi_func[MAXNAMELEN];
3168f18d1faSGeorge Wilson 	uint32_t	zi_iotype;
317468c413aSTim Haley 	int32_t		zi_duration;
318468c413aSTim Haley 	uint64_t	zi_timer;
31997e81309SPrakash Surya 	uint64_t	zi_nlanes;
320283b8460SGeorge.Wilson 	uint32_t	zi_cmd;
321*12a8814cSTom Caputi 	uint32_t	zi_dvas;
322ea8dc4b6Seschrock } zinject_record_t;
323ea8dc4b6Seschrock 
324ea8dc4b6Seschrock #define	ZINJECT_NULL		0x1
325ea8dc4b6Seschrock #define	ZINJECT_FLUSH_ARC	0x2
326ea8dc4b6Seschrock #define	ZINJECT_UNLOAD_SPA	0x4
327ea8dc4b6Seschrock 
328*12a8814cSTom Caputi #define	ZI_NO_DVA		(-1)
329*12a8814cSTom Caputi 
330283b8460SGeorge.Wilson typedef enum zinject_type {
331283b8460SGeorge.Wilson 	ZINJECT_UNINITIALIZED,
332283b8460SGeorge.Wilson 	ZINJECT_DATA_FAULT,
333283b8460SGeorge.Wilson 	ZINJECT_DEVICE_FAULT,
334283b8460SGeorge.Wilson 	ZINJECT_LABEL_FAULT,
335283b8460SGeorge.Wilson 	ZINJECT_IGNORED_WRITES,
336283b8460SGeorge.Wilson 	ZINJECT_PANIC,
337283b8460SGeorge.Wilson 	ZINJECT_DELAY_IO,
338283b8460SGeorge.Wilson } zinject_type_t;
339283b8460SGeorge.Wilson 
340ecd6cf80Smarks typedef struct zfs_share {
341ecd6cf80Smarks 	uint64_t	z_exportdata;
342ecd6cf80Smarks 	uint64_t	z_sharedata;
343ecd6cf80Smarks 	uint64_t	z_sharetype;	/* 0 = share, 1 = unshare */
344ecd6cf80Smarks 	uint64_t	z_sharemax;  /* max length of share string */
345ecd6cf80Smarks } zfs_share_t;
346ecd6cf80Smarks 
347de8267e0Stimh /*
348de8267e0Stimh  * ZFS file systems may behave the usual, POSIX-compliant way, where
349de8267e0Stimh  * name lookups are case-sensitive.  They may also be set up so that
350de8267e0Stimh  * all the name lookups are case-insensitive, or so that only some
351de8267e0Stimh  * lookups, the ones that set an FIGNORECASE flag, are case-insensitive.
352de8267e0Stimh  */
353de8267e0Stimh typedef enum zfs_case {
354de8267e0Stimh 	ZFS_CASE_SENSITIVE,
355de8267e0Stimh 	ZFS_CASE_INSENSITIVE,
356de8267e0Stimh 	ZFS_CASE_MIXED
357de8267e0Stimh } zfs_case_t;
358de8267e0Stimh 
359ea4a67f4SMatthew Ahrens /*
360ea4a67f4SMatthew Ahrens  * Note: this struct must have the same layout in 32-bit and 64-bit, so
361ea4a67f4SMatthew Ahrens  * that 32-bit processes (like /sbin/zfs) can pass it to the 64-bit
362ea4a67f4SMatthew Ahrens  * kernel.  Therefore, we add padding to it so that no "hidden" padding
363ea4a67f4SMatthew Ahrens  * is automatically added on 64-bit (but not on 32-bit).
364ea4a67f4SMatthew Ahrens  */
365fa9e4066Sahrens typedef struct zfs_cmd {
3664445fffbSMatthew Ahrens 	char		zc_name[MAXPATHLEN];	/* name of pool or dataset */
3674445fffbSMatthew Ahrens 	uint64_t	zc_nvlist_src;		/* really (char *) */
3684445fffbSMatthew Ahrens 	uint64_t	zc_nvlist_src_size;
3694445fffbSMatthew Ahrens 	uint64_t	zc_nvlist_dst;		/* really (char *) */
3704445fffbSMatthew Ahrens 	uint64_t	zc_nvlist_dst_size;
3714445fffbSMatthew Ahrens 	boolean_t	zc_nvlist_dst_filled;	/* put an nvlist in dst? */
3724445fffbSMatthew Ahrens 	int		zc_pad2;
3734445fffbSMatthew Ahrens 
3744445fffbSMatthew Ahrens 	/*
3754445fffbSMatthew Ahrens 	 * The following members are for legacy ioctls which haven't been
3764445fffbSMatthew Ahrens 	 * converted to the new method.
3774445fffbSMatthew Ahrens 	 */
3784445fffbSMatthew Ahrens 	uint64_t	zc_history;		/* really (char *) */
37955434c77Sek 	char		zc_value[MAXPATHLEN * 2];
3803cb34c60Sahrens 	char		zc_string[MAXNAMELEN];
381ea8dc4b6Seschrock 	uint64_t	zc_guid;
382990b4856Slling 	uint64_t	zc_nvlist_conf;		/* really (char *) */
383990b4856Slling 	uint64_t	zc_nvlist_conf_size;
384fa9e4066Sahrens 	uint64_t	zc_cookie;
385fa9e4066Sahrens 	uint64_t	zc_objset_type;
386ecd6cf80Smarks 	uint64_t	zc_perm_action;
3874445fffbSMatthew Ahrens 	uint64_t	zc_history_len;
38806eeb2adSek 	uint64_t	zc_history_offset;
38955434c77Sek 	uint64_t	zc_obj;
390478ed9adSEric Taylor 	uint64_t	zc_iflags;		/* internal to zfs(7fs) */
391ecd6cf80Smarks 	zfs_share_t	zc_share;
392fa9e4066Sahrens 	dmu_objset_stats_t zc_objset_stats;
3939c3fd121SMatthew Ahrens 	dmu_replay_record_t zc_begin_record;
394ea8dc4b6Seschrock 	zinject_record_t zc_inject_record;
3955d7b4d43SMatthew Ahrens 	uint32_t	zc_defer_destroy;
3965d7b4d43SMatthew Ahrens 	uint32_t	zc_flags;
397c99e4bdcSChris Kirby 	uint64_t	zc_action_handle;
398c99e4bdcSChris Kirby 	int		zc_cleanup_fd;
3990d8fa8f8SMartin Matuska 	uint8_t		zc_simple;
400ea4a67f4SMatthew Ahrens 	uint8_t		zc_pad3[3];
4019c3fd121SMatthew Ahrens 	boolean_t	zc_resumable;
402ea4a67f4SMatthew Ahrens 	uint32_t	zc_pad4;
403a7f53a56SChris Kirby 	uint64_t	zc_sendobj;
404a7f53a56SChris Kirby 	uint64_t	zc_fromobj;
405a7f53a56SChris Kirby 	uint64_t	zc_createtxg;
40699d5e173STim Haley 	zfs_stat_t	zc_stat;
407fa9e4066Sahrens } zfs_cmd_t;
408fa9e4066Sahrens 
40914843421SMatthew Ahrens typedef struct zfs_useracct {
41014843421SMatthew Ahrens 	char zu_domain[256];
41114843421SMatthew Ahrens 	uid_t zu_rid;
41214843421SMatthew Ahrens 	uint32_t zu_pad;
41314843421SMatthew Ahrens 	uint64_t zu_space;
41414843421SMatthew Ahrens } zfs_useracct_t;
41514843421SMatthew Ahrens 
416c99e4bdcSChris Kirby #define	ZFSDEV_MAX_MINOR	(1 << 16)
417c99e4bdcSChris Kirby #define	ZFS_MIN_MINOR	(ZFSDEV_MAX_MINOR + 1)
418a0965f35Sbonwick 
4191195e687SMark J Musante #define	ZPOOL_EXPORT_AFTER_SPLIT 0x1
4201195e687SMark J Musante 
421fa9e4066Sahrens #ifdef _KERNEL
422dfc11533SChris Williamson struct objset;
423dfc11533SChris Williamson struct zfsvfs;
424fa9e4066Sahrens 
425da6c28aaSamw typedef struct zfs_creat {
426de8267e0Stimh 	nvlist_t	*zct_zplprops;
427da6c28aaSamw 	nvlist_t	*zct_props;
428da6c28aaSamw } zfs_creat_t;
429da6c28aaSamw 
430fa9e4066Sahrens extern dev_info_t *zfs_dip;
431fa9e4066Sahrens 
432dfc11533SChris Williamson extern int zfs_secpolicy_snapshot_perms(const char *, cred_t *);
433dfc11533SChris Williamson extern int zfs_secpolicy_rename_perms(const char *, const char *, cred_t *);
434dfc11533SChris Williamson extern int zfs_secpolicy_destroy_perms(const char *, cred_t *);
435fa9e4066Sahrens extern int zfs_busy(void);
436ed992b0aSSerapheim Dimitropoulos extern void zfs_unmount_snap(const char *);
4373b2aab18SMatthew Ahrens extern void zfs_destroy_unmount_origin(const char *);
438dfc11533SChris Williamson extern int getzfsvfs_impl(struct objset *, struct zfsvfs **);
439ed992b0aSSerapheim Dimitropoulos extern int getzfsvfs(const char *, struct zfsvfs **);
440fa9e4066Sahrens 
441c99e4bdcSChris Kirby /*
442c99e4bdcSChris Kirby  * ZFS minor numbers can refer to either a control device instance or
443c99e4bdcSChris Kirby  * a zvol. Depending on the value of zss_type, zss_data points to either
444c99e4bdcSChris Kirby  * a zvol_state_t or a zfs_onexit_t.
445c99e4bdcSChris Kirby  */
446c99e4bdcSChris Kirby enum zfs_soft_state_type {
447c99e4bdcSChris Kirby 	ZSST_ZVOL,
448c99e4bdcSChris Kirby 	ZSST_CTLDEV
449c99e4bdcSChris Kirby };
450c99e4bdcSChris Kirby 
451c99e4bdcSChris Kirby typedef struct zfs_soft_state {
452c99e4bdcSChris Kirby 	enum zfs_soft_state_type zss_type;
453c99e4bdcSChris Kirby 	void *zss_data;
454c99e4bdcSChris Kirby } zfs_soft_state_t;
455c99e4bdcSChris Kirby 
456c99e4bdcSChris Kirby extern void *zfsdev_get_soft_state(minor_t minor,
457c99e4bdcSChris Kirby     enum zfs_soft_state_type which);
458c99e4bdcSChris Kirby extern minor_t zfsdev_minor_alloc(void);
459c99e4bdcSChris Kirby 
460c99e4bdcSChris Kirby extern void *zfsdev_state;
461c99e4bdcSChris Kirby extern kmutex_t zfsdev_state_lock;
462c99e4bdcSChris Kirby 
463fa9e4066Sahrens #endif	/* _KERNEL */
464fa9e4066Sahrens 
465fa9e4066Sahrens #ifdef	__cplusplus
466fa9e4066Sahrens }
467fa9e4066Sahrens #endif
468fa9e4066Sahrens 
469fa9e4066Sahrens #endif	/* _SYS_ZFS_IOCTL_H */
470