Searched defs:mntfs (Results 1 – 1 of 1) sorted by relevance
98 typedef struct mntfs mntfs; typedef465 struct mntfs { struct466 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 …]