Linux 3.4 compat, d_make_root() replaces d_alloc_root()
[zfs.git] / cmd / zinject / zinject.h
index adc3efe..46fdcad 100644 (file)
  * CDDL HEADER END
  */
 /*
- * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  */
 
 #ifndef        _ZINJECT_H
 #define        _ZINJECT_H
 
-#pragma ident  "%Z%%M% %I%     %E% SMI"
-
 #include <sys/zfs_ioctl.h>
 
 #ifdef __cplusplus
@@ -41,11 +38,13 @@ typedef enum {
        TYPE_MOSDIR,            /* MOS object directory         */
        TYPE_METASLAB,          /* metaslab objects             */
        TYPE_CONFIG,            /* MOS config                   */
-       TYPE_BPLIST,            /* block pointer list           */
+       TYPE_BPOBJ,             /* block pointer list           */
        TYPE_SPACEMAP,          /* space map objects            */
        TYPE_ERRLOG,            /* persistent error log         */
        TYPE_LABEL_UBERBLOCK,   /* label specific uberblock     */
        TYPE_LABEL_NVLIST,      /* label specific nvlist        */
+       TYPE_LABEL_PAD1,        /* label specific 8K pad1 area  */
+       TYPE_LABEL_PAD2,        /* label specific 8K pad2 area  */
        TYPE_INVAL
 } err_type_t;