Searched refs:MS_FORCE (Results 26 - 39 of 39) sorted by relevance
12
/illumos-gate/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 380 if (flag & MS_FORCE)
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ctldir.c | 722 err = zfsctl_unmount_snap(sep, MS_FORCE, cr);
|
H A D | zfs_ioctl.c | 3444 (void) dounmount(vfsp, MS_FORCE, kcred);
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 706 if (umount2(path, MS_FORCE) == 0) 713 if (umount2(path, MS_FORCE) == 0) { 5169 * thing, or tmpfs supported MS_FORCE This is a gross hack.) 5171 if (umount2(zroot, MS_FORCE) != 0) {
|
/illumos-gate/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 1062 zfs_unmount(zhp, NULL, cb->cb_force ? MS_FORCE : 0) != 0 || 6351 flags = MS_FORCE; 6720 flags = MS_FORCE;
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_vfsops.c | 1370 if (flag & MS_FORCE) {
|
H A D | nfs_vfsops.c | 1365 if (flag & MS_FORCE) {
|
H A D | nfs4_stub_vnops.c | 2862 flag = MS_FORCE | MS_SYSSPACE;
|
H A D | nfs4_vfsops.c | 2689 if (flag & MS_FORCE) {
|
/illumos-gate/usr/src/uts/common/fs/portfs/ |
H A D | port_fop.c | 2038 if (fmfs && !(flag & MS_FORCE) &&
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 340 if (fflag & MS_FORCE)
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 3842 cbp->cb_force ? MS_FORCE: 0); 4069 force_unmount ? MS_FORCE : 0)) == NULL)
|
H A D | libzfs_sendrecv.c | 2135 flags->force ? MS_FORCE : 0); 2209 flags->force ? MS_FORCE : 0);
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vfs.c | 3045 if ((flag & MS_FORCE) == 0)
|
Completed in 876 milliseconds
12