Home
last modified time | relevance | path

Searched refs:MS_FORCE (Results 1 – 25 of 40) sorted by relevance

12

/titanic_41/usr/src/uts/common/sys/
H A Dmount.h52 #define MS_FORCE 0x0400 /* Forced unmount */ macro
72 #define MS_UMOUNT_MASK (MS_FORCE)
/titanic_41/usr/src/cmd/fs.d/cachefs/umount/
H A Dumount.c112 flag |= MS_FORCE; /* forced unmount is desired */ in main()
119 if (flag & MS_FORCE) in main()
/titanic_41/usr/src/cmd/fs.d/nfs/umount/
H A Dumount.c111 umnt_flag |= MS_FORCE; /* forced unmount is desired */ in main()
192 if (umnt_flag & MS_FORCE) in nfs_unmount()
/titanic_41/usr/src/cmd/fs.d/smbclnt/umount/
H A Dumount.c95 umnt_flag |= MS_FORCE; /* forced unmount is desired */ in main()
/titanic_41/usr/src/uts/common/fs/objfs/
H A Dobjfs_vfs.c207 if (flag & MS_FORCE) in objfs_unmount()
/titanic_41/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vfsops.c229 if (flag & MS_FORCE) in sharefs_unmount()
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprvfsops.c265 if (flag & MS_FORCE) { in prunmount()
/titanic_41/usr/src/cmd/fs.d/
H A Dumount.c447 if (((ret = umount2(ment->mnt_mountp, MS_FORCE)) < 0) && in doexec()
450 ret = umount2(ment->mnt_special, MS_FORCE); in doexec()
/titanic_41/usr/src/uts/common/fs/ctfs/
H A Dctfs_root.c290 if (flag & MS_FORCE) in ctfs_unmount()
/titanic_41/usr/src/uts/common/fs/dev/
H A Dsdev_vfsops.c368 if (flag & MS_FORCE) in sdev_unmount()
/titanic_41/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c433 if (flag & MS_FORCE) in lo_unmount()
/titanic_41/usr/src/lib/libbe/common/
H A Dbe_mount.c651 if (zfs_unmount(zhp, NULL, ud->force ? MS_FORCE : 0) != 0) { in be_unmount_zone_root()
1315 if (zfs_unmount(zhp, NULL, ud->force ? MS_FORCE : 0) != 0) { in be_unmount_callback()
2206 if (zfs_unmount(zhp, NULL, ud->force ? MS_FORCE : 0) != 0) { in be_unmount_root()
H A Dbe_create.c1792 if (zfs_unmount(zhp, NULL, MS_FORCE) != 0 || in be_destroy_zone_roots()
1811 if (zfs_unmount(zhp, NULL, MS_FORCE) != 0 || in be_destroy_zone_roots()
2572 if ((ret = zfs_unmount(zhp, NULL, MS_FORCE)) != 0) { in be_destroy_callback()
/titanic_41/usr/src/cmd/zoneadm/
H A Dzfs.c1641 if (force && zfs_unmount(zhp, zoneroot, MS_FORCE) == in zone_unmount_rootfs()
1660 if (force && umount2(zoneroot, MS_FORCE) == 0) in zone_unmount_rootfs()
/titanic_41/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c392 if (flag & MS_FORCE) in tmp_unmount()
/titanic_41/usr/src/uts/common/fs/fd/
H A Dfdops.c420 if (flag & MS_FORCE) in fdunmount()
/titanic_41/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c567 if (flag & MS_FORCE) { in nm_unmount()
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c651 if ((flag & MS_FORCE) == 0) { in smbfs_unmount()
/titanic_41/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c708 if (flag & MS_FORCE) in auto_unmount()
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c1163 int flags = (force ? MS_FORCE : 0); in zpool_disable_datasets()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c1398 if (fflag & MS_FORCE) { in ufs_unmount()
1455 if (fflag & MS_FORCE) in ufs_unmount()
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c2236 MS_NOTRUNC|MS_OVERLAY|MS_OPTIONSTR|MS_GLOBAL|MS_FORCE|MS_NOMNTTAB)
2266 if (arg & MS_FORCE) in mountflags()
/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c829 if (flag & MS_FORCE) in pcfs_unmount()
842 if (flag & MS_FORCE || fsp->pcfs_flags & PCFS_IRRECOV) { in pcfs_unmount()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1911 if (!(fflag & MS_FORCE)) { in zfs_umount()
2152 (void) dounmount(zfsvfs->z_vfs, MS_FORCE, CRED()); in zfs_resume_fs()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vfsops.c878 if (flag & MS_FORCE) { in cachefs_unmount()

12