Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libfsmgt/common/
H A Dlibfsmgt.h97 typedef struct nfs_mntlist { struct
98 struct nfs_mntlist *next; argument
99 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