Home
last modified time | relevance | path

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

/dflybsd-src/sys/vfs/nfs/
H A Dnfsdiskless.h104 struct nfs_diskless { struct
105 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 …]
H A Dnfs_vfsops.c146 struct nfs_diskless nfs_diskless = { { { 0 } } }; variable