Home
last modified time | relevance | path

Searched refs:am_opts (Results 1 – 24 of 24) sorted by relevance

/NextBSD/contrib/amd/amd/
HDamd.h215 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 …]
HDmntfs.c70 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()
HDamfs_error.c58 static char *amfs_error_match(am_opts *fo);
93 amfs_error_match(am_opts *fo) in amfs_error_match()
HDops_lofs.c55 static char *lofs_match(am_opts *fo);
88 lofs_match(am_opts *fo) in lofs_match()
HDops_efs.c55 static char *efs_match(am_opts *fo);
88 efs_match(am_opts *fo) in efs_match()
HDops_xfs.c55 static char *xfs_match(am_opts *fo);
88 xfs_match(am_opts *fo) in xfs_match()
HDops_ufs.c55 static char *ufs_match(am_opts *fo);
88 ufs_match(am_opts *fo) in ufs_match()
HDamfs_program.c55 static char *amfs_program_match(am_opts *fo);
89 amfs_program_match(am_opts *fo) in amfs_program_match()
HDops_TEMPLATE.c62 static char *foofs_match(am_opts *fo);
105 foofs_match(am_opts *fo) in foofs_match()
HDops_cdfs.c55 static char *cdfs_match(am_opts *fo);
88 cdfs_match(am_opts *fo) in cdfs_match()
HDamfs_nfsl.c60 static char *amfs_nfsl_match(am_opts *fo);
97 amfs_nfsl_match(am_opts *fo) in amfs_nfsl_match()
HDops_cachefs.c55 static char *cachefs_match(am_opts *fo);
91 cachefs_match(am_opts *fo) in cachefs_match()
HDops_pcfs.c55 static char *pcfs_match(am_opts *fo);
89 pcfs_match(am_opts *fo) in pcfs_match()
HDamfs_generic.c257 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()
HDamfs_link.c87 amfs_link_match(am_opts *fo) in amfs_link_match()
HDamfs_nfsx.c73 static char *amfs_nfsx_match(am_opts *fo);
104 amfs_nfsx_match(am_opts *fo) in amfs_nfsx_match()
HDopts.c125 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()
HDamfs_host.c58 static char *amfs_host_match(am_opts *fo);
122 amfs_host_match(am_opts *fo) in amfs_host_match()
HDrestart.c55 am_opts mo; in restart_fake_mntfs()
HDam_ops.c374 ops_match(am_opts *fo, char *key, char *g_key, char *path, char *keym, char *map) in ops_match()
HDops_nfs.c108 static char *nfs_match(am_opts *fo);
688 nfs_match(am_opts *fo) in nfs_match()
HDautil.c225 memset(mf->mf_fo, 0, sizeof(am_opts)); in mf_mounted()
HDmap.c662 root_mnt = find_mntfs(&amfs_root_ops, (am_opts *) 0, "", rootmap, "", "", ""); in make_root_node()
/NextBSD/contrib/amd/
HDChangeLog1489 (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.