Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dlibfsmgt.h95 typedef struct nfs_mntlist { struct
96 struct nfs_mntlist *next; argument
97 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