Home
last modified time | relevance | path

Searched refs:MFF_RSTKEEP (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/amd/amd/
Drestart.c90 mf->mf_flags |= MFF_RSTKEEP; in restart_fake_mntfs()
Dmap.c762 mp->am_al->al_mnt->mf_flags &= ~MFF_RSTKEEP; in umount_exported()
1011 if ((mf->mf_flags & MFF_RSTKEEP) && mf->mf_refc == 1) in timeout_mp()
Dmntfs.c339 if (mf->mf_refc == 1 && mf->mf_flags & MFF_RSTKEEP) { in free_mntfs()
Damd.h126 #define MFF_RSTKEEP 0x0080 /* Don't timeout this filesystem - restarted */ macro
/freebsd-12-stable/contrib/amd/
DChangeLog1812 mounted, but it will have the MFF_RSTKEEP flag on.