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