Searched defs:nfsmount (Results 1 – 1 of 1) sorted by relevance
257 struct nfsmount { struct258 lck_mtx_t nm_lock; /* nfs mount lock */259 char * nm_args; /* NFS mount args (XDR) */260 uint32_t nm_mattrs[NFS_MATTR_BITMAP_LEN]; /* mount attributes in mount args */261 uint32_t nm_mflags_mask[NFS_MFLAG_BITMAP_LEN]; /* mount flags mask in mount args */262 uint32_t nm_mflags[NFS_MFLAG_BITMAP_LEN]; /* mount flags in mount args */263 uint32_t nm_flags[NFS_MFLAG_BITMAP_LEN]; /* current mount flags (soft, intr, etc...) */264 char * nm_realm; /* Kerberos realm to use */265 char * nm_principal; /* GSS principal to use on initial mount */266 char * nm_sprinc; /* Kerberos principal of the server */[all …]