Searched refs:MNT_FORCE (Results 1 – 11 of 11) sorted by relevance
| /xnu-11417.140.69/tests/vfs/ |
| H A D | statfs_ext.c | 66 unmount(testdir, MNT_FORCE); in cleanup()
|
| H A D | getattrlist_mountextflags.c | 153 unmount(mount_path, MNT_FORCE); in cleanup()
|
| /xnu-11417.140.69/bsd/miscfs/mockfs/ |
| H A D | mockfs_vfsops.c | 170 if (mntflags & MNT_FORCE) { in mockfs_unmount()
|
| /xnu-11417.140.69/tests/ |
| H A D | disk_mount_conditioner.c | 408 atexit_b(^{ unmount(mount_path, MNT_FORCE); }); in mktempmount() 469 unmount(mount_path, MNT_FORCE); in mkramdisk()
|
| /xnu-11417.140.69/bsd/sys/ |
| H A D | mount.h | 371 #define MNT_FORCE 0x00080000 /* force unmount or readonly change */ macro 372 #define MNT_CMDFLAGS (MNT_UPDATE|MNT_NOBLOCK|MNT_RELOAD|MNT_FORCE)
|
| /xnu-11417.140.69/bsd/miscfs/devfs/ |
| H A D | devfs_vfsops.c | 249 if (mntflags & MNT_FORCE) { in devfs_unmount()
|
| /xnu-11417.140.69/bsd/miscfs/bindfs/ |
| H A D | bind_vfsops.c | 324 if (mntflags & MNT_FORCE) { in bindfs_unmount()
|
| /xnu-11417.140.69/bsd/miscfs/nullfs/ |
| H A D | null_vfsops.c | 342 if (mntflags & MNT_FORCE) { in nullfs_unmount()
|
| /xnu-11417.140.69/bsd/miscfs/routefs/ |
| H A D | routefs_ops.c | 192 if (mntflags & MNT_FORCE) { in routefs_unmount()
|
| /xnu-11417.140.69/bsd/vfs/ |
| H A D | vfs_syscalls.c | 1211 mp->mnt_flag |= flags & (MNT_RELOAD | MNT_FORCE | MNT_UPDATE); in mount_common() 1692 (MNT_UPDATE | MNT_RELOAD | MNT_FORCE); in mount_common() 1918 (void)VFS_UNMOUNT(mp, MNT_FORCE, ctx); in mount_common() 2802 (flags & MNT_NOBLOCK) && ((flags & MNT_FORCE) == 0)) { in safedounmount() 2816 (!(((mp->mnt_kern_flag & MNTK_PERMIT_UNMOUNT) != 0) && ((flags & MNT_FORCE) == 0)))) { in safedounmount() 2877 if (!(flags & MNT_FORCE)) { in dounmount() 2896 if (flags & MNT_FORCE) { in dounmount()
|
| H A D | vfs_subr.c | 1362 dounmount(mp, MNT_FORCE, 0, ctx); in vfs_mountroot() 1374 dounmount(mp, MNT_FORCE, 0, ctx); in vfs_mountroot() 4264 error = dounmount(mp, MNT_FORCE, 1, vfs_context_current()); in unmount_callback()
|