Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/nfs/export.h
          +++ new/usr/src/uts/common/nfs/export.h
↓ open down ↓ 175 lines elided ↑ open up ↑
 176  176  #ifdef VOLATILE_FH_TEST
 177  177  #define EX_VOLFH        0x100   /* XXX nfsv4 fh may expire anytime */
 178  178  #define EX_VOLRNM       0x200   /* XXX nfsv4 fh expire at rename */
 179  179  #define EX_VOLMIG       0x400   /* XXX nfsv4 fh expire at migration */
 180  180  #define EX_NOEXPOPEN    0x800   /* XXX nfsv4 fh no expire with open */
 181  181  #endif /* VOLATILE_FH_TEST */
 182  182  
 183  183  #define EX_CHARMAP      0x1000  /* NFS may need a character set conversion */
 184  184  #define EX_NOACLFAB     0x2000  /* If set, NFSv2 and v3 servers doesn't */
 185  185                                  /* fabricate ACL for VOP_GETSECATTR OTW call */
      186 +#define EX_NOHIDE       0x4000  /* traversable from exported parent */
 186  187  
 187  188  #ifdef  _KERNEL
 188  189  
 189  190  #define RPC_IDEMPOTENT  0x1     /* idempotent or not */
 190  191  /*
 191  192   * Be very careful about which NFS procedures get the RPC_ALLOWANON bit.
 192  193   * Right now, it this bit is on, we ignore the results of per NFS request
 193  194   * access control.
 194  195   */
 195  196  #define RPC_ALLOWANON   0x2     /* allow anonymous access */
↓ open down ↓ 427 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX