Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/fs/zfs/sys/dmu_impl.h
          +++ new/usr/src/uts/common/fs/zfs/sys/dmu_impl.h
↓ open down ↓ 14 lines elided ↑ open up ↑
  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 2010 Sun Microsystems, Inc.  All rights reserved.
  23   23   * Use is subject to license terms.
  24   24   * Copyright (c) 2012, Joyent, Inc. All rights reserved.
       25 + * Copyright 2012 Nexenta Systems, Inc. All rights reserved.
  25   26   */
  26   27  
  27   28  #ifndef _SYS_DMU_IMPL_H
  28   29  #define _SYS_DMU_IMPL_H
  29   30  
  30   31  #include <sys/txg_impl.h>
  31   32  #include <sys/zio.h>
  32   33  #include <sys/dnode.h>
  33   34  #include <sys/zfs_context.h>
  34   35  #include <sys/zfs_ioctl.h>
↓ open down ↓ 248 lines elided ↑ open up ↑
 283  284          dmu_replay_record_t *dsa_drr;
 284  285          vnode_t *dsa_vp;
 285  286          int dsa_outfd;
 286  287          struct proc *dsa_proc;
 287  288          offset_t *dsa_off;
 288  289          objset_t *dsa_os;
 289  290          zio_cksum_t dsa_zc;
 290  291          uint64_t dsa_toguid;
 291  292          int dsa_err;
 292  293          dmu_pendop_t dsa_pending_op;
      294 +        boolean_t sendsize;
 293  295  } dmu_sendarg_t;
 294  296  
 295  297  
 296  298  #ifdef  __cplusplus
 297  299  }
 298  300  #endif
 299  301  
 300  302  #endif  /* _SYS_DMU_IMPL_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX