Searched defs:nfsmount (Results 1 – 1 of 1) sorted by relevance
47 struct nfsmount { struct52 struct timeout nm_rtimeout; /* timeout (scans/resends nm_reqsq). */53 struct mount *nm_mountp; /* Vfs structure for this filesystem */54 struct vnode *nm_vnode; /* vnode of root dir */55 int nm_flag; /* Flags for soft/hard... */56 int nm_numgrps; /* Max. size of groupslist */57 struct socket *nm_so; /* Rpc socket */58 int nm_sotype; /* Type of socket */82 /* Convert mount ptr to nfsmount ptr: */ argument