Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/fs/zfs/sys/zfs_ioctl.h
          +++ new/usr/src/uts/common/fs/zfs/sys/zfs_ioctl.h
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14   * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  /*
  22   22   * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23   * Copyright (c) 2012 by Delphix. All rights reserved.
       24 + * Copyright 2012, Nexenta Systems Inc. All rights reserved.
  24   25   */
  25   26  
  26   27  #ifndef _SYS_ZFS_IOCTL_H
  27   28  #define _SYS_ZFS_IOCTL_H
  28   29  
  29   30  #include <sys/cred.h>
  30   31  #include <sys/dmu.h>
  31   32  #include <sys/zio.h>
  32   33  #include <sys/dsl_deleg.h>
  33   34  #include <sys/spa.h>
↓ open down ↓ 264 lines elided ↑ open up ↑
 298  299          zinject_record_t zc_inject_record;
 299  300          boolean_t       zc_defer_destroy;
 300  301          boolean_t       zc_temphold;
 301  302          uint64_t        zc_action_handle;
 302  303          int             zc_cleanup_fd;
 303  304          uint8_t         zc_pad[4];              /* alignment */
 304  305          uint64_t        zc_sendobj;
 305  306          uint64_t        zc_fromobj;
 306  307          uint64_t        zc_createtxg;
 307  308          zfs_stat_t      zc_stat;
      309 +        uint64_t        zc_sendcounter;
      310 +        boolean_t       zc_sendsize;
 308  311  } zfs_cmd_t;
 309  312  
 310  313  typedef struct zfs_useracct {
 311  314          char zu_domain[256];
 312  315          uid_t zu_rid;
 313  316          uint32_t zu_pad;
 314  317          uint64_t zu_space;
 315  318  } zfs_useracct_t;
 316  319  
 317  320  #define ZFSDEV_MAX_MINOR        (1 << 16)
↓ open down ↓ 49 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX