Home
last modified time | relevance | path

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

/csrg-svn/usr.sbin/amd/include/
H A Dam.h98 typedef struct mntfs mntfs; typedef
465 struct mntfs { struct
466 qelem mf_q; /* List of mounted filesystems */
467 am_ops *mf_ops; /* Operations on this mountpoint */
468 am_opts *mf_fo; /* File opts */
469 char *mf_mount; /* "/a/kiska/home/kiska" */
470 char *mf_info; /* Mount info */
471 char *mf_auto; /* Automount opts */
472 char *mf_mopts; /* FS mount opts */
473 char *mf_remopts; /* Remote FS mount opts */
[all …]