Searched defs:mfs_args (Results 1 – 1 of 1) sorted by relevance
82 struct mfs_args { struct83 char *fspec; /* name to export for statfs */84 struct export_args export_info;/* if exported MFSes are supported */85 caddr_t base; /* base of file system in memory */86 u_long size; /* size of file system */286 struct mfs_args mfs_args; member