Print this page
6198 Let's EOL cachefs

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/vtoc.h
          +++ new/usr/src/uts/common/sys/vtoc.h
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  
  22   22  /*
  23   23   * Copyright 2014 Garrett D'Amore <garrett@damore.org>
  24   24   *
  25   25   * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  26   26   * Use is subject to license terms.
       27 + * Copyright 2015 Nexenta Systems, Inc. All rights reserved.
  27   28   */
  28   29  
  29   30  
  30   31  /*      Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
  31   32  /*        All Rights Reserved   */
  32   33  
  33   34  
  34   35  #ifndef _SYS_VTOC_H
  35   36  #define _SYS_VTOC_H
  36   37  
↓ open down ↓ 35 lines elided ↑ open up ↑
  72   73  #define V_UNASSIGNED    0x00            /* unassigned partition */
  73   74  #define V_BOOT          0x01            /* Boot partition */
  74   75  #define V_ROOT          0x02            /* Root filesystem */
  75   76  #define V_SWAP          0x03            /* Swap filesystem */
  76   77  #define V_USR           0x04            /* Usr filesystem */
  77   78  #define V_BACKUP        0x05            /* full disk */
  78   79  #define V_STAND         0x06            /* Stand partition */
  79   80  #define V_VAR           0x07            /* Var partition */
  80   81  #define V_HOME          0x08            /* Home partition */
  81   82  #define V_ALTSCTR       0x09            /* Alternate sector partition */
  82      -#define V_CACHE         0x0a            /* Cache (cachefs) partition */
       83 +#define V_CACHE         0x0a            /* CacheFS partition (obsolete) */
  83   84  
  84   85  /* Tags for EFI/GPT labels */
  85   86  #define V_RESERVED      0x0b            /* SMI reserved data */
  86   87  #define V_SYSTEM        0x0c            /* EFI/GPT system partition */
  87   88  #define V_BIOS_BOOT     0x18            /* BIOS Boot partition */
  88   89  
  89   90  #define V_UNKNOWN       0xff            /* Unknown partition */
  90   91  
  91   92  /*
  92   93   * Partition permission flags
↓ open down ↓ 255 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX