| amd.h | 215 typedef struct am_ops am_ops; typedef in typeref:struct:am_ops 399 struct am_ops { struct 424 am_ops *mf_ops; /* Operations on this mountpoint */ 585 extern am_ops *ops_match(am_opts *, char *, char *, char *, char *, char *); 586 extern am_ops *ops_search(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 *); 734 extern am_ops lofs_ops [all...] |