| /NextBSD/contrib/amd/amd/ |
| HD | amd.h | 215 typedef struct am_opts am_opts; typedef 242 typedef char *(*vfs_match) (am_opts *); 366 struct am_opts { struct 420 am_opts *mf_fo; /* File opts */ 561 extern am_ops *ops_match(am_opts *, char *, char *, char *, char *, char *); 569 extern mntfs *find_mntfs(am_ops *, am_opts *, char *, char *, char *, char *, char *); 570 extern mntfs *locate_mntfs(am_ops *, am_opts *, char *, char *, char *, char *, char *); 572 extern mntfs *realloc_mntfs(mntfs *, am_ops *, am_opts *, char *, char *, char *, char *, char *); 581 extern int eval_fs_opts(am_opts *, char *, char *, char *, char *, char *); 584 extern void free_opts(am_opts *); [all …]
|
| HD | mntfs.c | 70 init_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts,… in init_mntfs() 96 alloc_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *rem… in alloc_mntfs() 110 locate_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *re… in locate_mntfs() 192 find_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remo… in find_mntfs() 205 return alloc_mntfs(&amfs_error_ops, (am_opts *) 0, "//nil//", ".", "", "", ""); in new_mntfs() 338 realloc_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mop… in realloc_mntfs()
|
| HD | amfs_error.c | 58 static char *amfs_error_match(am_opts *fo); 93 amfs_error_match(am_opts *fo) in amfs_error_match()
|
| HD | ops_lofs.c | 55 static char *lofs_match(am_opts *fo); 88 lofs_match(am_opts *fo) in lofs_match()
|
| HD | ops_efs.c | 55 static char *efs_match(am_opts *fo); 88 efs_match(am_opts *fo) in efs_match()
|
| HD | ops_xfs.c | 55 static char *xfs_match(am_opts *fo); 88 xfs_match(am_opts *fo) in xfs_match()
|
| HD | ops_ufs.c | 55 static char *ufs_match(am_opts *fo); 88 ufs_match(am_opts *fo) in ufs_match()
|
| HD | amfs_program.c | 55 static char *amfs_program_match(am_opts *fo); 89 amfs_program_match(am_opts *fo) in amfs_program_match()
|
| HD | ops_TEMPLATE.c | 62 static char *foofs_match(am_opts *fo); 105 foofs_match(am_opts *fo) in foofs_match()
|
| HD | ops_cdfs.c | 55 static char *cdfs_match(am_opts *fo); 88 cdfs_match(am_opts *fo) in cdfs_match()
|
| HD | amfs_nfsl.c | 60 static char *amfs_nfsl_match(am_opts *fo); 97 amfs_nfsl_match(am_opts *fo) in amfs_nfsl_match()
|
| HD | ops_cachefs.c | 55 static char *cachefs_match(am_opts *fo); 91 cachefs_match(am_opts *fo) in cachefs_match()
|
| HD | ops_pcfs.c | 55 static char *pcfs_match(am_opts *fo); 89 pcfs_match(am_opts *fo) in pcfs_match()
|
| HD | amfs_generic.c | 257 am_opts *fs_opts; in amfs_lookup_one_mntfs() 265 fs_opts = CALLOC(am_opts); in amfs_lookup_one_mntfs() 999 am_opts ap; in amfs_parse_defaults() 1003 memset((char *) &ap, 0, sizeof(am_opts)); in amfs_parse_defaults() 1237 amfs_generic_match(am_opts *fo) in amfs_generic_match()
|
| HD | amfs_link.c | 87 amfs_link_match(am_opts *fo) in amfs_link_match()
|
| HD | amfs_nfsx.c | 73 static char *amfs_nfsx_match(am_opts *fo); 104 amfs_nfsx_match(am_opts *fo) in amfs_nfsx_match()
|
| HD | opts.c | 125 static struct am_opts fs_static; /* copy of the options to play with */ 1362 free_opts(am_opts *fo) in free_opts() 1418 eval_fs_opts(am_opts *fo, char *opts, char *g_opts, char *path, char *key, char *map) in eval_fs_opts()
|
| HD | amfs_host.c | 58 static char *amfs_host_match(am_opts *fo); 122 amfs_host_match(am_opts *fo) in amfs_host_match()
|
| HD | restart.c | 55 am_opts mo; in restart_fake_mntfs()
|
| HD | am_ops.c | 374 ops_match(am_opts *fo, char *key, char *g_key, char *path, char *keym, char *map) in ops_match()
|
| HD | ops_nfs.c | 108 static char *nfs_match(am_opts *fo); 688 nfs_match(am_opts *fo) in nfs_match()
|
| HD | autil.c | 225 memset(mf->mf_fo, 0, sizeof(am_opts)); in mf_mounted()
|
| HD | map.c | 662 root_mnt = find_mntfs(&amfs_root_ops, (am_opts *) 0, "", rootmap, "", "", ""); in make_root_node()
|
| /NextBSD/contrib/amd/ |
| HD | ChangeLog | 1489 (am_opts type), and we're passing TRUE here to tell mf_mounted to 1490 actually free the am_opts. 1500 the am_opts structure and set the pointer to NULL. The parent 1505 am_opts. 1508 tell it not to free the am_opts, to avoid double free. 9695 * include/am_utils.h: added opt_cachedir field to struct am_opts.
|