Searched defs:nfs_mntlist (Results 1 – 1 of 1) sorted by relevance
97 typedef struct nfs_mntlist { struct98 struct nfs_mntlist *next; argument99 char nml_curpath[MAXPATHLEN]; /* current path on */101 char nml_curserver[SYS_NMLN]; /* current server */102 char **nml_failoverlist; /* The list of servers */105 char *nml_fstype; /* filesystem type */106 char *nml_mntopts; /* mount options */107 char *nml_mountp; /* mount point */131 } nfs_mntlist_t; argument