Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Drestart.c92 mf->mf_flags |= MFF_RSTKEEP; in restart_fake_mntfs()
H A Dmap.c764 mp->am_al->al_mnt->mf_flags &= ~MFF_RSTKEEP; in umount_exported()
1013 if ((mf->mf_flags & MFF_RSTKEEP) && mf->mf_refc == 1) in timeout_mp()
H A Dmntfs.c341 if (mf->mf_refc == 1 && mf->mf_flags & MFF_RSTKEEP) { in free_mntfs()
H A Damd.h128 #define MFF_RSTKEEP 0x0080 /* Don't timeout this filesystem - restarted */ macro
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog1818 mounted, but it will have the MFF_RSTKEEP flag on.