Searched defs:nfsv3_diskless (Results 1 – 3 of 3) sorted by relevance
61 struct nfsv3_diskless { struct62 struct ifaliasreq myif; /* Default interface */63 struct sockaddr_in mygateway; /* Default gateway */64 struct nfs_args root_args; /* Mount args for root fs */65 int root_fhsize; /* Size of root file handle */66 u_char root_fh[NFSX_V3FHMAX]; /* File handle of root dir */67 struct sockaddr_in root_saddr; /* Address of root server */68 char root_hostnam[MNAMELEN]; /* Host name for mount pt */69 long root_time; /* Timestamp of root fs */70 char my_hostnam[MAXHOSTNAMELEN]; /* Client host name */
78 struct nfsv3_diskless nfsv3_diskless = { { { 0 } } }; variable
164 struct nfsv3_diskless nfsv3_diskless = { { { 0 } } }; variable