Searched refs:am_opts (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/contrib/amd/amd/
H A Damfs_error.c54 static char *amfs_error_match(am_opts *fo);
89 amfs_error_match(am_opts *fo)
H A Damfs_program.c51 static char *amfs_program_match(am_opts *fo);
85 amfs_program_match(am_opts *fo)
H A Damd.h212 typedef struct am_opts am_opts; typedef in typeref:struct:am_opts
239 typedef char *(*vfs_match) (am_opts *);
369 struct am_opts { struct
423 am_opts *mf_fo; /* File opts */
444 am_opts *al_fo;
583 extern am_ops *ops_match(am_opts *, char *, char *, char *, char *, char *);
592 extern mntfs *find_mntfs(am_ops *, am_opts *, char *, char *, char *, char *, char *);
593 extern mntfs *locate_mntfs(am_ops *, am_opts *, char *, char *, char *, char *, char *);
596 extern mntfs *realloc_mntfs(mntfs *, am_ops *, am_opts *, cha
[all...]
H A Damfs_link.c83 amfs_link_match(am_opts *fo)
H A Dops_ufs.c51 static char *ufs_match(am_opts *fo);
88 ufs_match(am_opts *fo)
H A Dops_xfs.c51 static char *xfs_match(am_opts *fo);
84 xfs_match(am_opts *fo)
H A Dops_efs.c51 static char *efs_match(am_opts *fo);
84 efs_match(am_opts *fo)
H A Dops_lofs.c51 static char *lofs_match(am_opts *fo);
84 lofs_match(am_opts *fo)
H A Dmntfs.c76 init_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts)
105 alloc_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts)
119 locate_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts)
201 find_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts)
214 return alloc_mntfs(&amfs_error_ops, (am_opts *) NULL, "//nil//", ".", "", "", "");
383 realloc_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts)
H A Dops_tmpfs.c51 static char *tmpfs_match(am_opts *fo);
84 tmpfs_match(am_opts *fo)
H A Dops_TEMPLATE.c58 static char *foofs_match(am_opts *fo);
101 foofs_match(am_opts *fo)
H A Dops_ext.c51 static char *ext_match(am_opts *fo);
127 ext_match(am_opts *fo)
H A Dops_pcfs.c51 static char *pcfs_match(am_opts *fo);
85 pcfs_match(am_opts *fo)
H A Dops_udf.c51 static char *udf_match(am_opts *fo);
123 udf_match(am_opts *fo)
H A Dops_cachefs.c51 static char *cachefs_match(am_opts *fo);
87 cachefs_match(am_opts *fo)
H A Dops_cdfs.c51 static char *cdfs_match(am_opts *fo);
84 cdfs_match(am_opts *fo)
H A Damfs_nfsl.c56 static char *amfs_nfsl_match(am_opts *fo);
93 amfs_nfsl_match(am_opts *fo)
H A Dops_lustre.c43 static char *lustre_match(am_opts *fo);
76 lustre_match(am_opts *fo)
H A Dopts.c121 static struct am_opts fs_static; /* copy of the options to play with */
1364 free_opts(am_opts *fo)
1377 am_opts *
1378 copy_opts(am_opts *old)
1380 am_opts *newopts;
1381 newopts = CALLOC(struct am_opts);
1459 eval_fs_opts(am_opts *fo, char *opts, char *g_opts, char *path, char *key, char *map)
H A Drestart.c51 am_opts mo;
H A Damfs_nfsx.c69 static char *amfs_nfsx_match(am_opts *fo);
100 amfs_nfsx_match(am_opts *fo)
337 mf_mounted(n->n_mnt, FALSE); /* FALSE => don't free the n_mnt->am_opts */
384 mf_mounted(m, FALSE); /* FALSE => don't free the m->am_opts */
H A Damfs_generic.c253 am_opts *fs_opts;
267 fs_opts = CALLOC(am_opts);
1017 am_opts ap;
1021 memset((char *) &ap, 0, sizeof(am_opts));
1230 amfs_generic_match(am_opts *fo)
H A Damfs_host.c54 static char *amfs_host_match(am_opts *fo);
118 amfs_host_match(am_opts *fo)
H A Dam_ops.c384 ops_match(am_opts *fo, char *key, char *g_key, char *path, char *keym, char *map)
H A Dops_nfs.c104 static char *nfs_match(am_opts *fo);
696 nfs_match(am_opts *fo)

Completed in 136 milliseconds

12