• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/xnu-2782.1.97/bsd/nfs/

Lines Matching defs:N*N

22  * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
158 #define NFS_MATTR_BITMAP_LEN 1 /* length of mount attributes bitmap */
159 #define NFS_MFLAG_BITMAP_LEN 1 /* length of mount flags bitmap */
163 #define NFS_MATTR_NFS_VERSION 1 /* NFS protocol version */
164 #define NFS_MATTR_NFS_MINOR_VERSION 2 /* NFS protocol minor version */
169 #define NFS_MATTR_ATTRCACHE_REG_MIN 7 /* minimum attribute cache time */
171 #define NFS_MATTR_ATTRCACHE_DIR_MIN 9 /* minimum attribute cache time for dirs */
218 #define NFS_ARGSVERSION 6 /* change when nfs_args changes */
250 /* NFS_ARGSVERSION 3 ends here */
255 /* NFS_ARGSVERSION 4 ends here */
257 /* NFS_ARGSVERSION 5 ends here */
290 /* NFS_ARGSVERSION 3 ends here */
295 /* NFS_ARGSVERSION 4 ends here */
297 /* NFS_ARGSVERSION 5 ends here */
312 #define NFSMNT_NOCONN 0x00000080 /* Don't Connect the socket */
325 #define NFSMNT_ACREGMIN 0x00100000 /* reg min attr cache timeout */
327 #define NFSMNT_ACDIRMIN 0x00400000 /* dir min attr cache timeout */
338 #define NFS_MOUNT_INFO_VERSION 0 /* nfsstat mount information version */
339 #define NFS_MIATTR_BITMAP_LEN 1 /* length of mount info attributes bitmap */
340 #define NFS_MIFLAG_BITMAP_LEN 1 /* length of mount info flags bitmap */
386 #define NFS_FH_VERSION 0x4e580000 /* 'NX00' */
487 #define NFS_EXPORT_STAT_REC_VERSION 1 /* export stat record version */
488 #define NFS_USER_STAT_REC_VERSION 1 /* active user list record version */
874 #define NFSREQ_SECINFO_SET(SI, NP, FH, FHSIZE, NAME, NAMELEN) \
880 (SI)->rsia_namelen = (NAMELEN); \