Searched defs:nfsv3_diskless (Results 1 – 2 of 2) sorted by relevance
62 struct nfsv3_diskless { struct63 struct ifaliasreq myif; /* Default interface */64 struct sockaddr_in mygateway; /* Default gateway */65 struct nfs_args swap_args; /* Mount args for swap file */66 int swap_fhsize; /* Size of file handle */67 u_char swap_fh[NFSX_V3FHMAX]; /* Swap file's file handle */68 struct sockaddr_in swap_saddr; /* Address of swap server */69 char swap_hostnam[MNAMELEN]; /* Host name for mount pt */70 int swap_nblks; /* Size of server swap file */71 struct ucred swap_ucred; /* Swap credentials */[all …]
147 struct nfsv3_diskless nfsv3_diskless = { { { 0 } } }; variable