Searched refs:MFF_RSTKEEP (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/amd/amd/
H A Drestart.c90 mf->mf_flags |= MFF_RSTKEEP;
H A Dmap.c762 mp->am_al->al_mnt->mf_flags &= ~MFF_RSTKEEP;
1011 if ((mf->mf_flags & MFF_RSTKEEP) && mf->mf_refc == 1)
H A Dmntfs.c339 if (mf->mf_refc == 1 && mf->mf_flags & MFF_RSTKEEP) {
H A Damd.h126 #define MFF_RSTKEEP 0x0080 /* Don't timeout this filesystem - restarted */ macro

Completed in 67 milliseconds