Home
last modified time | relevance | path

Searched defs:nfs_diskless (Results 1 – 3 of 3) sorted by relevance

/original-bsd/sys/nfs/
H A Dnfsdiskless.h57 struct nfs_diskless { struct
58 struct ifaliasreq myif; /* Default interface */
59 struct sockaddr_in mygateway; /* Default gateway */
60 struct nfs_args swap_args; /* Mount args for swap file */
61 u_char swap_fh[NFSX_V2FH]; /* Swap file's file handle */
64 int swap_nblks; /* Size of server swap file */
65 struct ucred swap_ucred; /* Swap credentials */
66 struct nfs_args root_args; /* Mount args for root fs */
67 u_char root_fh[NFSX_V2FH]; /* File handle of root dir */
70 long root_time; /* Timestamp of root fs */
[all …]
H A Dnfs_vfsops.c70 struct nfs_diskless nfs_diskless = { 0 }; variable
/original-bsd/sys/conf/
H A Dnfsswapvmunix.c39 struct nfs_diskless nfs_diskless = { variable