Print this page
6198 Let's EOL cachefs

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/fs.d/autofs/automount.h
          +++ new/usr/src/cmd/fs.d/autofs/automount.h
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13   * When distributing Covered Code, include this CDDL HEADER in each
  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  /*
  23      - * Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
       23 + * Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  24   24   */
  25   25  
  26   26  /*
  27   27   * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  28   28   * Use is subject to license terms.
  29   29   */
  30   30  
  31   31  #ifndef _AUTOMOUNT_H
  32   32  #define _AUTOMOUNT_H
  33   33  
↓ open down ↓ 99 lines elided ↑ open up ↑
 133  133  
 134  134          uint_t  mfs_flags;
 135  135          uint_t  mfs_port;       /* port# in NFS url */
 136  136  };
 137  137  
 138  138  /*
 139  139   * NIS entry - lookup of name in DIR gets us this
 140  140   */
 141  141  struct mapent {
 142  142          char    *map_fstype;    /* file system type e.g. "nfs" */
 143      -        char    *map_mounter;   /* base fs e.g. "cachefs" */
      143 +        char    *map_mounter;   /* base fs */
 144  144          char    *map_root;      /* path to mount root */
 145  145          char    *map_mntpnt;    /* path from mount root */
 146  146          char    *map_mntopts;   /* mount options */
 147  147          char    *map_fsw;       /* mount fs information */
 148  148          char    *map_fswq;      /* quoted mountfs information */
 149  149          int     map_mntlevel;   /* mapentry hierarchy level */
 150  150          bool_t  map_modified;   /* flags modified mapentries */
 151  151          bool_t  map_faked;      /* flags faked mapentries */
 152  152          int     map_err;        /* flags any bad entries in the map */
 153  153          struct mapfs *map_fs;   /* list of replicas for nfs */
↓ open down ↓ 249 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX