Searched refs:MNT_FORCE (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/bsd/miscfs/mockfs/
H A Dmockfs_vfsops.c165 if (mntflags & MNT_FORCE) {
/xnu-2422.115.4/bsd/sys/
H A Dmount.h281 * Unmount uses MNT_FORCE flag.
341 * Unmount can use the MNT_FORCE flag.
348 #define MNT_FORCE 0x00080000 /* force unmount or readonly change */ macro
349 #define MNT_CMDFLAGS (MNT_UPDATE|MNT_NOBLOCK|MNT_RELOAD|MNT_FORCE)
561 @param mntflags MNT_FORCE indicates that we wish to unmount even if there are active vnodes.
1159 @param flags MNT_FORCE: forcibly invalidate files open on the mount (though in-flight I/O operations
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c244 if (mntflags & MNT_FORCE) {
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c561 mp->mnt_flag |= flags & (MNT_RELOAD | MNT_FORCE | MNT_UPDATE);
832 (MNT_UPDATE | MNT_RELOAD | MNT_FORCE);
1007 (void)VFS_UNMOUNT(mp, MNT_FORCE, ctx);
1763 (flags & MNT_NOBLOCK) && ((flags & MNT_FORCE) == 0)) {
1772 if (!(((mp->mnt_kern_flag & MNTK_PERMIT_UNMOUNT) != 0) && ((flags & MNT_FORCE) == 0))) {
1821 if (flags & MNT_FORCE)
1826 if ((flags & MNT_FORCE)) {
H A Dvfs_subr.c1131 dounmount(mp, MNT_FORCE, 0, ctx);
1143 dounmount(mp, MNT_FORCE, 0, ctx);
1897 * system error). If MNT_FORCE is specified, detach any active vnodes
2896 error = dounmount(mp, MNT_FORCE, 0, vfs_context_current());
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c275 if (retval && ((cmdflags & MNT_FORCE) == 0)) {
285 if (cmdflags & MNT_FORCE)
2030 if (mntflags & MNT_FORCE) {
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vfsops.c4130 if (mntflags & MNT_FORCE) {
4152 * Will do the right thing for MNT_FORCE. That is, we should
4156 if (mntflags & MNT_FORCE) {

Completed in 94 milliseconds