Searched defs:nfs_mntlist (Results 1 – 1 of 1) sorted by relevance
95 typedef struct nfs_mntlist { struct96 struct nfs_mntlist *next; argument97 char nml_curpath[MAXPATHLEN]; /* current path on */99 char nml_curserver[SYS_NMLN]; /* current server */100 char **nml_failoverlist; /* The list of servers */103 char *nml_fstype; /* filesystem type */104 char *nml_mntopts; /* mount options */105 char *nml_mountp; /* mount point */129 } nfs_mntlist_t; argument