Searched refs:unmount (Results 1 - 21 of 21) sorted by relevance

/haiku/src/system/libroot/posix/unistd/
H A Dmount.c16 int unmount(const char *path);
27 unmount(const char *path)
/haiku/3rdparty/cloud/
H A Dsysprep-gce.sh16 # * unmount "haiku esp", unmount "ESP"
61 unmount $TARGET_ROOTFS
/haiku/src/system/libroot/os/arch/x86/
H A Dcompatibility.c30 int unmount(const char *path);
136 unmount(const char *path) function
/haiku/src/tests/add-ons/kernel/file_systems/ext2/
H A Dextents_test.sh35 unmount ${TEST_MP}
37 echo "Can not unmount..."
87 unmount ${TEST_MP}
89 echo "Can not unmount..."
/haiku/src/tests/add-ons/kernel/file_systems/fat/
H A Dfat_test.sh34 unmount ${TEST_MP}
36 echo "Can not unmount..."
85 unmount ${TEST_MP}
87 echo "Can not unmount..."
/haiku/3rdparty/mmu_man/scripts/
H A Dbootstrap-haiku.sh63 unmount "$LOOPVOL"
/haiku/src/bin/
H A Dmountvolume.cpp61 " -u, -unmount <volume> - unmount the volume with the name <volume>\n"
197 // check whether to unmount
198 bool unmount = false; local
202 unmount = true;
208 // mount/unmount
225 } else if (unmount) {
231 fprintf(stderr, "Failed to unmount volume `%s': %s\n",
411 } else if (strcmp(arg, "-u") == 0 || strcmp(arg, "-unmount") == 0) {
442 // mount/unmount volume
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelFileSystem.cpp92 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_UNMOUNT, fFSOps->unmount);
H A DBeOSKernelVolume.cpp97 if (!fFSOps->unmount)
99 return fFSOps->unmount(fVolumeCookie);
H A Dfs_interface.h218 beos_op_unmount *unmount; member in struct:beos_vnode_ops
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h199 op_unmount *unmount; member in struct:vnode_ops
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp213 if (!fVolume.ops->unmount)
216 return fVolume.ops->unmount(&fVolume);
1162 fCapabilities.Set(FS_VOLUME_CAPABILITY_UNMOUNT, fVolume.ops->unmount);
/haiku/headers/os/drivers/
H A Dfs_interface.h77 status_t (*unmount)(fs_volume* volume); member in struct:fs_volume_ops
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h74 fssh_status_t (*unmount)(fssh_fs_volume *volume); member in struct:fssh_fs_volume_ops
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp809 && volume->super_volume->ops->unmount != NULL)
810 volume->super_volume->ops->unmount(volume->super_volume);
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp1733 TRACE_VOLUME("relaying volume op: unmount\n");
1736 && volume->super_volume->ops->unmount != NULL)
1737 volume->super_volume->ops->unmount(volume->super_volume);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp351 // unmount the concerned volumes
356 bool unmount = (volume->GetSecurityContext()->GetUser() == user); local
359 if (unmount)
391 // unmount the concerned volumes
396 bool unmount = (volume->GetShare() == share); local
399 if (unmount)
2842 // To avoid heap allocation (which can fail) we unmount the volumes
2858 // unmount and put the volumes
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp2292 TRACE_VOLUME("relaying volume op: unmount\n");
2295 && volume->super_volume->ops->unmount != NULL)
2296 volume->super_volume->ops->unmount(volume->super_volume);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2612 void unmount() {} function
/haiku/src/tools/fs_shell/
H A Dvfs.cpp136 /** \brief Guards mount/unmount operations.
4709 FS_MOUNT_CALL_NO_PARAMS(mount, unmount);
4777 // unmount yet
4803 // the file system is still busy - but we're forced to unmount it,
4855 FS_MOUNT_CALL_NO_PARAMS(mount, unmount);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp222 /*! \brief Guards mount/unmount operations.
730 // might have been called during a mount/unmount operation
1942 // need to disconnect it to be able to unmount
7641 FS_MOUNT_CALL_NO_PARAMS(mount, unmount);
7748 // unmount yet
7770 // the file system is still busy - but we're forced to unmount it,
7861 FS_MOUNT_CALL_NO_PARAMS(mount, unmount);

Completed in 309 milliseconds