| /freebsd-13.1/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
| H A D | mount.h | 72 #ifdef MNT_FORCE 73 #define MS_FORCE MNT_FORCE
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/ |
| H A D | mount.h | 78 #ifdef MNT_FORCE 79 #define MS_FORCE MNT_FORCE
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | mount.h | 37 #define MS_FORCE MNT_FORCE
|
| /freebsd-13.1/sbin/umount/ |
| H A D | umount.c | 109 fflag |= MNT_FORCE; in main() 136 if ((fflag & MNT_FORCE) != 0 && (fflag & MNT_NONBUSY) != 0) in main() 190 ret = unmount(*argv, MNT_FORCE); in main() 439 if (ai != NULL && !(fflag & MNT_FORCE) && do_rpc) { in umountfs()
|
| /freebsd-13.1/sbin/mount/ |
| H A D | mntopts.h | 64 #define MOPT_FORCE { "force", 0, MNT_FORCE, 0 }
|
| H A D | mount.c | 259 init_flags |= MNT_FORCE; in main() 567 if (flags & MNT_FORCE) in mountfs()
|
| /freebsd-13.1/sys/fs/tmpfs/ |
| H A D | tmpfs_vfsops.c | 288 forced = (mp->mnt_flag & MNT_FORCE) != 0; in tmpfs_rw_to_ro() 493 flags = (mntflags & MNT_FORCE) != 0 ? FORCECLOSE : 0; in tmpfs_unmount() 517 if ((mntflags & MNT_FORCE) == 0) { in tmpfs_unmount()
|
| /freebsd-13.1/sys/fs/nullfs/ |
| H A D | null_vfsops.c | 232 if (mntflags & MNT_FORCE) 248 if ((mntflags & MNT_FORCE) == 0)
|
| /freebsd-13.1/sys/fs/fdescfs/ |
| H A D | fdesc_vfsops.c | 143 if (mntflags & MNT_FORCE) { in fdesc_unmount()
|
| /freebsd-13.1/sys/fs/autofs/ |
| H A D | autofs_vfsops.c | 126 if (mntflags & MNT_FORCE) in autofs_unmount()
|
| /freebsd-13.1/contrib/netbsd-tests/fs/puffs/ |
| H A D | t_fuzz.c | 243 rump_sys_unmount("/mnt", MNT_FORCE); in testbody()
|
| /freebsd-13.1/sys/fs/devfs/ |
| H A D | devfs_vfsops.c | 186 if (mntflags & MNT_FORCE) in devfs_unmount()
|
| /freebsd-13.1/sys/sys/ |
| H A D | mount.h | 339 { MNT_FORCE, "force" }, \ 428 #define MNT_FORCE 0x0000000000080000ULL /* force unmount or readonly */ macro 435 MNT_FORCE | MNT_SNAPSHOT | MNT_NONBUSY | \
|
| /freebsd-13.1/sys/kern/ |
| H A D | vfs_mount.c | 720 fsflags |= MNT_FORCE; in vfs_donmount() 1171 mp->mnt_flag |= fsflags & (MNT_RELOAD | MNT_FORCE | MNT_UPDATE | in vfs_domount_update() 1261 mp->mnt_flag &= ~(MNT_UPDATE | MNT_RELOAD | MNT_FORCE | in vfs_domount_update() 1831 if (flags & MNT_FORCE) { in dounmount() 2604 mp->mnt_flag |= MNT_UPDATE | MNT_FORCE | MNT_RDONLY; in vfs_remount_ro() 2621 mp->mnt_flag &= ~(MNT_UPDATE | MNT_FORCE); in vfs_remount_ro() 2629 mp->mnt_flag &= ~(MNT_UPDATE | MNT_FORCE | MNT_RDONLY); in vfs_remount_ro()
|
| /freebsd-13.1/sys/fs/ext2fs/ |
| H A D | ext2_vfsops.c | 166 if (mp->mnt_flag & MNT_FORCE) in ext2_mount() 213 if (mp->mnt_flag & MNT_FORCE) { in ext2_mount() 901 if (ronly || (mp->mnt_flag & MNT_FORCE)) { in ext2_mountfs() 1027 if (mntflags & MNT_FORCE) { in ext2_unmount()
|
| /freebsd-13.1/usr.sbin/autofs/ |
| H A D | automount.c | 78 flags |= MNT_FORCE; in unmount_by_statfs()
|
| /freebsd-13.1/lib/libbe/ |
| H A D | be_access.c | 256 mntflags = (flags & BE_MNT_FORCE) ? MNT_FORCE : 0; in be_mount()
|
| /freebsd-13.1/sys/fs/msdosfs/ |
| H A D | msdosfs_vfsops.c | 262 if (mp->mnt_flag & MNT_FORCE) in msdosfs_mount() 401 msdosfs_unmount(mp, MNT_FORCE); in msdosfs_mount() 807 if ((mntflags & MNT_FORCE) != 0) in msdosfs_unmount()
|
| /freebsd-13.1/sys/ufs/ffs/ |
| H A D | ffs_vfsops.c | 300 dounmount(mp, MNT_FORCE, curthread); in ffs_fsfail_unmount() 473 if (mp->mnt_flag & MNT_FORCE) in ffs_mount() 551 if ((mp->mnt_flag & MNT_FORCE) || in ffs_mount() 1002 if (ronly || (mp->mnt_flag & MNT_FORCE) || 1016 (mp->mnt_flag & MNT_FORCE)) { 1408 if (mntflags & MNT_FORCE)
|
| /freebsd-13.1/sys/fs/nfsclient/ |
| H A D | nfs_clvfsops.c | 1774 if (mntflags & MNT_FORCE) in nfs_unmount() 1785 if (mntflags & MNT_FORCE) { in nfs_unmount() 1801 if ((mntflags & MNT_FORCE) && error != 0 && ++trycnt < 30) in nfs_unmount() 1803 } while ((mntflags & MNT_FORCE) && error != 0 && trycnt < 30); in nfs_unmount() 1810 if ((mntflags & MNT_FORCE) == 0) in nfs_unmount()
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_ctldir.c | 928 error = zfsctl_snapshot_unmount(snapname, MNT_FORCE); in zfsctl_snapdir_remove() 1022 if (flags & MNT_FORCE) in zfsctl_snapshot_unmount()
|
| /freebsd-13.1/sys/fs/pseudofs/ |
| H A D | pseudofs.c | 409 error = vflush(mp, 0, (mntflags & MNT_FORCE) ? FORCECLOSE : 0, in pfs_unmount()
|
| /freebsd-13.1/sys/fs/smbfs/ |
| H A D | smbfs_vfsops.c | 271 if (mntflags & MNT_FORCE) in smbfs_unmount()
|
| /freebsd-13.1/sys/fs/unionfs/ |
| H A D | union_vfsops.c | 332 if (mntflags & MNT_FORCE) in unionfs_unmount()
|
| /freebsd-13.1/sys/fs/fuse/ |
| H A D | fuse_vfsops.c | 480 if (mntflags & MNT_FORCE) { in fuse_vfsop_unmount()
|