Print this page
6198 Let's EOL cachefs

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/filio.h
          +++ new/usr/src/uts/common/sys/filio.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 2007 Sun Microsystems, Inc.  All rights reserved.
  23   23   * Use is subject to license terms.
       24 + * Copyright 2015 Nexenta Systems, Inc. All rights reserved.
  24   25   */
  25   26  
  26   27  /*      Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T     */
  27   28  /*        All Rights Reserved   */
  28   29  
  29   30  /*
  30   31   * University Copyright- Copyright (c) 1982, 1986, 1988
  31   32   * The Regents of the University of California
  32   33   * All Rights Reserved
  33   34   *
↓ open down ↓ 47 lines elided ↑ open up ↑
  81   82  #define _FIOLOGRESET    _IO('f', 74)            /* disksuite/ufs protocol */
  82   83  
  83   84  /*
  84   85   * Contract-private ioctl()
  85   86   */
  86   87  #define _FIOISBUSY      _IO('f', 75)            /* networker/ufs protocol */
  87   88  #define _FIODIRECTIO    _IO('f', 76)            /* directio */
  88   89  #define _FIOTUNE        _IO('f', 77)            /* tuning */
  89   90  
  90   91  /*
  91      - * WARNING: These 'f' ioctls are also defined in sys/fs/cachefs_fs.h
  92      - * It currently defines 78-86.
  93      - */
  94      -
  95      -/*
  96   92   * Internal Logging UFS
  97   93   */
  98   94  #define _FIOLOGENABLE   _IO('f', 87)            /* logging/ufs protocol */
  99   95  #define _FIOLOGDISABLE  _IO('f', 88)            /* logging/ufs protocol */
 100   96  
 101   97  /*
 102   98   * File system snapshot ioctls (see sys/fs/ufs_snap.h)
 103   99   * (there is another snapshot ioctl, _FIOSNAPSHOTCREATE_MULTI,
 104  100   * defined farther down in this file.)
 105  101   */
↓ open down ↓ 46 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX