35 #ifndef _NFS_NFSDISKLESS_H_ 36 #define _NFS_NFSDISKLESS_H_ 65 struct ifaliasreq myif;
69 u_char swap_fh[NFSX_V3FHMAX];
71 char swap_hostnam[MNAMELEN];
73 struct ucred swap_ucred;
76 u_char root_fh[NFSX_V3FHMAX];
78 char root_hostnam[MNAMELEN];
80 char my_hostnam[MAXHOSTNAMELEN];
84 struct ifaliasreq myif;
87 u_char swap_fh[NFSX_V2FH];
89 char swap_hostnam[MNAMELEN];
91 struct ucred swap_ucred;
93 u_char root_fh[NFSX_V2FH];
95 char root_hostnam[MNAMELEN];
97 char my_hostnam[MAXHOSTNAMELEN];
Definition: nfsdiskless.h:65
Definition: nfsdiskless.h:84