mntflags          204 compat/ultrix/ultrix_fs.c 	int mntflags;
mntflags          217 compat/ultrix/ultrix_fs.c 		mntflags = MNT_WAIT;
mntflags          219 compat/ultrix/ultrix_fs.c 		mntflags = MNT_NOWAIT;
mntflags          255 compat/ultrix/ultrix_fs.c 			if ((mntflags & MNT_WAIT) != 0 &&
mntflags          558 isofs/cd9660/cd9660_vfsops.c cd9660_unmount(mp, mntflags, p)
mntflags          560 isofs/cd9660/cd9660_vfsops.c 	int mntflags;
mntflags          566 isofs/cd9660/cd9660_vfsops.c 	if (mntflags & MNT_FORCE)
mntflags          410 isofs/udf/udf_vfsops.c udf_unmount(struct mount *mp, int mntflags, struct proc *p)
mntflags          419 isofs/udf/udf_vfsops.c 	if (mntflags & MNT_FORCE)
mntflags          145 miscfs/portal/portal_vfsops.c portal_unmount(struct mount *mp, int mntflags, struct proc *p)
mntflags          150 miscfs/portal/portal_vfsops.c 	if (mntflags & MNT_FORCE) {
mntflags          122 miscfs/procfs/procfs_vfsops.c procfs_unmount(struct mount *mp, int mntflags, struct proc *p)
mntflags          128 miscfs/procfs/procfs_vfsops.c 	if (mntflags & MNT_FORCE) {
mntflags          582 msdosfs/msdosfs_vfsops.c msdosfs_unmount(mp, mntflags, p)
mntflags          584 msdosfs/msdosfs_vfsops.c 	int mntflags;
mntflags          592 msdosfs/msdosfs_vfsops.c 	if (mntflags & MNT_FORCE)
mntflags          734 nfs/nfs_vfsops.c nfs_unmount(struct mount *mp, int mntflags, struct proc *p)
mntflags          742 nfs/nfs_vfsops.c 	if (mntflags & MNT_FORCE)
mntflags          104 nfs/nfsmount.h int	nfs_unmount(struct mount *mp, int mntflags, struct proc *p);
mntflags          729 ntfs/ntfs_vfsops.c 	int mntflags,
mntflags          739 ntfs/ntfs_vfsops.c 	if(mntflags & MNT_FORCE)
mntflags          475 sys/mount.h    	int	(*vfs_unmount)(struct mount *mp, int mntflags,
mntflags          607 ufs/ext2fs/ext2fs_vfsops.c ext2fs_unmount(struct mount *mp, int mntflags, struct proc *p)
mntflags          614 ufs/ext2fs/ext2fs_vfsops.c 	if (mntflags & MNT_FORCE)
mntflags         1005 ufs/ffs/ffs_vfsops.c ffs_unmount(struct mount *mp, int mntflags, struct proc *p)
mntflags         1012 ufs/ffs/ffs_vfsops.c 	if (mntflags & MNT_FORCE)
mntflags           71 xfs/xfs_vfsops-bsd.c xfs_unmount(struct mount * mp, int mntflags, d_thread_t *p)
mntflags           74 xfs/xfs_vfsops-bsd.c 		       (unsigned long)mp, mntflags, (unsigned long)p));
mntflags           75 xfs/xfs_vfsops-bsd.c     return xfs_unmount_common(mp, mntflags);
mntflags           47 xfs/xfs_vfsops-bsd.h xfs_unmount(struct mount * mp, int mntflags, d_thread_t *p);
mntflags          234 xfs/xfs_vfsops-common.c xfs_unmount_common(struct mount *mp, int mntflags)
mntflags          240 xfs/xfs_vfsops-common.c     if (mntflags & MNT_FORCE) {
mntflags           54 xfs/xfs_vfsops.h xfs_unmount_common(struct mount *mp, int mntflags);