Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/nfs/
H A Dnfsdiskless.h104 struct nfs_diskless { struct
105 struct ifaliasreq myif; /* Default interface */
106 struct sockaddr_in mygateway; /* Default gateway */
108 u_char swap_fh[NFSX_V2FH]; /* Swap file's file handle */
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 */
114 u_char root_fh[NFSX_V2FH]; /* File handle of root dir */
117 long root_time; /* Timestamp of root fs */
[all …]
H A Dnfs_vfsops.c146 struct nfs_diskless nfs_diskless = { { { 0 } } }; variable