Lines Matching defs:mntfs
98 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 */
474 fserver *mf_server; /* File server */
498 mntfs *am_mnt; /* Mounted filesystem */ argument