Searched defs:nfs_diskless (Results 1 – 2 of 2) sorted by relevance
104 struct nfs_diskless { struct105 struct ifaliasreq myif; /* Default interface */106 struct sockaddr_in mygateway; /* Default gateway */107 struct onfs_args swap_args; /* Mount args for swap file */108 u_char swap_fh[NFSX_V2FH]; /* Swap file's file handle */109 struct sockaddr_in swap_saddr; /* Address of swap server */110 char swap_hostnam[MNAMELEN]; /* Host name for mount pt */111 int swap_nblks; /* Size of server swap file */112 struct ucred swap_ucred; /* Swap credentials */113 struct onfs_args root_args; /* Mount args for root fs */[all …]
146 struct nfs_diskless nfs_diskless = { { { 0 } } }; variable