Home
last modified time | relevance | path

Searched refs:mf_mounted (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/amd/amd/
Damfs_nfsx.c337 mf_mounted(n->n_mnt, FALSE); /* FALSE => don't free the n_mnt->am_opts */ in amfs_nfsx_cont()
384 mf_mounted(m, FALSE); /* FALSE => don't free the m->am_opts */ in amfs_nfsx_remount()
Dautil.c192 mf_mounted(mntfs *mf, bool_t call_free_opts) in mf_mounted() function
249 mf_mounted(mf, TRUE); in am_mounted()
Damd.h574 extern void mf_mounted(mntfs *mf, bool_t call_free_opts);
/freebsd-12-stable/contrib/amd/
DChangeLog1814 * amd/autil.c (mf_mounted), amd/restart.c (restart_fake_mntfs):
2547 * amd/autil.c (am_mounted): pass TRUE when calling mf_mounted.
2549 (am_opts type), and we're passing TRUE here to tell mf_mounted to
2552 * amd/autil.c (mf_mounted): Be careful when calling free_ops and
2562 mf_mounted(mntfs,TRUE).
2564 * amd/amd.h: pass flag to mf_mounted, to free or not to free the
2567 * amd/amfs_nfsx.c (amfs_nfsx_cont): call mf_mounted with FALSE to
3584 * amd/autil.c (mf_mounted): free mntfs->mf_fo instead of leaking
3905 * amd/autil.c (mf_mounted): remove the MFF_RESTART flag once the
5936 in mf_mounted()
[all …]