| amd.h | 214 typedef struct am_opts am_opts; typedef in typeref:struct:am_opts 241 typedef char *(*vfs_match) (am_opts *); 371 struct am_opts { struct 425 am_opts *mf_fo; /* File opts */ 446 am_opts *al_fo; 585 extern am_ops *ops_match(am_opts *, char *, char *, char *, char *, char *); 594 extern mntfs *find_mntfs(am_ops *, am_opts *, char *, char *, char *, char *, char *); 595 extern mntfs *locate_mntfs(am_ops *, am_opts *, char *, char *, char *, char *, char *); 598 extern mntfs *realloc_mntfs(mntfs *, am_ops *, am_opts *, char *, char *, char *, char *, char *) [all...] |