HomeSort by: relevance | last modified time | path
    Searched refs:IMNT_UNMOUNT (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
fstypes.h 222 * IMNT_UNMOUNT locks the mount entry so that name lookup cannot proceed
227 #define IMNT_UNMOUNT 0x00000002 /* unmount in progress */
288 "\02IMNT_UNMOUNT" \
  /src/sys/kern/
vfs_mount.c 545 KASSERT(mp == NULL || (mp->mnt_iflag & IMNT_UNMOUNT) == 0 ||
964 mp->mnt_iflag |= IMNT_UNMOUNT;
983 mp->mnt_iflag &= ~IMNT_UNMOUNT;
  /src/sys/ufs/lfs/
lfs_subr.c 533 if (!(fs->lfs_ivnode->v_mount->mnt_iflag & IMNT_UNMOUNT)) {
lfs_vnops.c 1301 vp->v_mount->mnt_iflag & IMNT_UNMOUNT)
1883 if (ap->a_vp->v_mount->mnt_iflag & IMNT_UNMOUNT) {

Completed in 16 milliseconds