Searched defs:mntfs (Results 1 – 1 of 1) sorted by relevance
109 typedef struct mntfs mntfs; typedef480 struct mntfs { struct481 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 */[all …]