Lines Matching defs:mntfs
109 typedef struct mntfs mntfs; typedef
480 struct mntfs { struct
481 qelem mf_q; /* List of mounted filesystems */
482 am_ops *mf_ops; /* Operations on this mountpoint */
483 am_opts *mf_fo; /* File opts */
484 char *mf_mount; /* "/a/kiska/home/kiska" */
485 char *mf_info; /* Mount info */
486 char *mf_auto; /* Automount opts */
487 char *mf_mopts; /* FS mount opts */
488 char *mf_remopts; /* Remote FS mount opts */
489 fserver *mf_server; /* File server */
513 mntfs *am_mnt; /* Mounted filesystem */ argument