Searched refs:Mount (Results 26 - 50 of 71) sorted by relevance

123

/haiku/src/apps/installer/
H A DWorkerThread.cpp191 if (partition->Mount() < B_OK) {
204 if (device.Mount() < B_OK) {
363 if ((err = partition->Mount()) < B_OK) {
365 ERR("BPartition::Mount");
379 if ((err = device.Mount()) < B_OK) {
381 ERR("BDiskDevice::Mount");
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h124 virtual status_t Mount(uint32 mountFlags, const char *parameters);
/haiku/headers/private/storage/
H A DPartition.h73 status_t Mount(const char* mountPoint = NULL,
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp360 // Mount
362 FileSystem::Mount(fs_volume* fsVolume, const char* device, uint32 flags, function in class:FileSystem
382 error = volume->Mount(device, flags, parameters);
H A DVolume.h86 status_t Mount(const char* device, uint32 flags,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.h36 virtual status_t Mount(const char* device, uint32 flags,
H A DVolume.cpp48 // Mount
50 Volume::Mount(const char* device, uint32 flags, const char* parameters, function in class:Volume
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.h42 virtual status_t Mount(const char* device, uint32 flags,
/haiku/src/add-ons/kernel/file_systems/udf/
H A DVolume.cpp48 Volume::Mount(const char *deviceName, off_t offset, off_t length, function in class:Volume
51 TRACE(("Volume::Mount: deviceName = `%s', offset = %" B_PRIdOFF ", length "
63 TRACE_ERROR(("Volume::Mount: failed to open device = %s\n", deviceName));
95 TRACE(("Volume::Mount: partition recognized\n"));
98 TRACE_ERROR(("Volume::Mount: failed to recognize partition\n"));
115 TRACE(("Volume::Mount: partition map %d (type %d):\n", i,
118 TRACE(("Volume::Mount: map type -> physical\n"));
136 TRACE(("Volume::Mount: adding PhysicalPartition(number: %d, "
145 TRACE_ERROR(("Volume::Mount: no matching partition descriptor found!\n"));
195 TRACE(("Volume::Mount
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientVolume.cpp74 // Mount
76 ClientVolume::Mount(UserSecurityContext* securityContext, Share* share) function in class:ClientVolume
/haiku/src/system/boot/loader/
H A Dpartitions.cpp295 Partition::Mount(Directory **_fileSystem, bool isBootDevice) function in class:boot::Partition
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.h36 virtual status_t Mount(const char* device, uint32 flags,
/haiku/src/servers/mount/
H A DAutoMounter.cpp199 if (partition->Mount(NULL, mountFlags) != B_OK) {
242 partition->Mount(NULL, mountFlags);
460 WRITELOG(("*** Received Mount Point Renamed Notification"));
607 status_t status = partition->Mount(NULL, mountFlags);
612 BAlert* alert = new BAlert(B_TRANSLATE("Mount error"), text,
987 // Mount read-only, just to be safe.
1004 BAlert* alert = new BAlert(B_TRANSLATE("Mount warning"),
1005 string.String(), B_TRANSLATE("Mount read/write"),
1006 B_TRANSLATE("Cancel"), B_TRANSLATE("Mount read-only"),
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp155 device->Mount();
162 partition->Mount();
238 fMountMenuItem = new BMenuItem(B_TRANSLATE("Mount"),
242 fMountAllMenuItem = new BMenuItem(B_TRANSLATE("Mount all"),
295 fMountContextMenuItem = new BMenuItem(B_TRANSLATE("Mount"),
741 // Mount items
865 status_t status = partition->Mount();
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DVolume.cpp129 Volume::Mount(fs_volume* fsVolume) function in class:Volume
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.cpp104 // Mount
106 Volume::Mount(fs_volume *fsVolume, const char *path) function in class:Volume
H A Dkernel_interface.cpp128 error = volume->Mount(_volume, device);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DVolume.cpp118 Volume::Mount(const char* deviceName, uint32 flags) function in class:Volume
124 TRACE("Volume::Mount(): Read only\n");
126 TRACE("Volume::Mount(): Read write\n");
133 ERROR("Volume::Mount(): couldn't open device\n");
143 ERROR("Volume::Mount(): Identify() failed\n");
183 TRACE("Volume::Mount(): Initialized block cache: %p\n", fBlockCache);
189 TRACE("Volume::Mount() chunk_root: %" B_PRIu64 " (physical block %" B_PRIu64
196 TRACE("Volume::Mount() root: %" B_PRIu64 " (physical block %" B_PRIu64 ")\n",
201 TRACE("Volume::Mount(): Searching extent root\n");
209 ERROR("Volume::Mount()
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileSystem.cpp145 FileSystem::Mount(FileSystem** _fs, RPC::Server* serv, const char* serverName, function in class:FileSystem
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.cpp75 // Mount
77 BeOSKernelVolume::Mount(const char* device, uint32 flags, function in class:BeOSKernelVolume
167 // possible (at the end of Mount()). The incorrect ones could be
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.cpp171 Volume::Mount(const char* deviceName, uint32 flags) function in class:Volume
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DVolume.cpp125 Volume::Mount(const char* deviceName, uint32 flags) function in class:Volume
131 TRACE("Volume::Mount(): Read only\n");
133 TRACE("Volume::Mount(): Read write\n");
140 FATAL("Volume::Mount(): couldn't open device\n");
150 FATAL("Volume::Mount(): Identify() failed\n");
172 FATAL("Volume::Mount(): can't mount R/W, volume not clean\n");
175 FATAL("Volume::Mount(): warning: volume not clean\n");
253 TRACE("Volume::Mount(): Initialized block cache: %p\n", fBlockCache);
282 TRACE("Volume::Mount(): Checking if journal was initialized\n");
290 TRACE("Volume::Mount()
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DVolume.cpp161 // Mount
163 Volume::Mount(uint32 flags) function in class:Volume
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp166 // create it later, though). Therefore we're using get_vnode() in Mount(),
171 status_t status = volume->Mount(device, flags);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A Dkernel_interface.cpp68 status_t status = volume->Mount(device, flags);

Completed in 316 milliseconds

123