Searched refs:volume (Results 326 - 350 of 471) sorted by relevance

<<111213141516171819

/haiku/3rdparty/docker/bootstrap/
H A DMakefile15 ${ENGINE} volume rm bootstrap_work
/haiku/src/apps/musiccollection/
H A DMusicCollectionWindow.cpp321 BVolume volume; local
322 //BVolumeRoster().GetBootVolume(&volume);
324 while (roster.GetNextVolume(&volume) == B_OK) {
325 if (!volume.KnowsQuery())
328 query->SetVolume(&volume);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.h51 virtual status_t DeleteVolume(Volume* volume);
H A DFUSEVolume.cpp369 FUSEVolume* volume; member in struct:FUSEVolume::ReadDirBuffer
379 ReadDirBuffer(FUSEVolume* volume, FUSENode* directory, DirCookie* cookie, argument
382 volume(volume),
397 FUSEVolume* volume; member in struct:FUSEVolume::LockIterator
404 LockIterator(FUSEVolume* volume, FUSENode* node, bool writeLock, argument
407 volume(volume),
421 void SetTo(FUSEVolume* volume, FUSENode* node, bool writeLock, argument
426 this->volume
501 RWLockableReadLocking(FUSEVolume* volume) argument
536 RWLockableWriteLocking(FUSEVolume* volume) argument
573 RWLockableReadLocker(FUSEVolume* volume, RWLockable* lockable) argument
586 RWLockableWriteLocker(FUSEVolume* volume, RWLockable* lockable) argument
597 NodeLocker(FUSEVolume* volume, FUSENode* node, bool parent, bool writeLock) argument
630 NodeReadLocker(FUSEVolume* volume, FUSENode* node, bool parent) argument
639 NodeWriteLocker(FUSEVolume* volume, FUSENode* node, bool parent) argument
648 MultiNodeLocker(FUSEVolume* volume, FUSENode* node1, bool lockParent1, bool writeLock1, FUSENode* node2, bool lockParent2, bool writeLock2) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DVolume.h25 Volume(fs_volume *volume);
/haiku/src/system/boot/arch/x86/
H A Darch_cpu.cpp349 ucode_load(BootVolume& volume) argument
383 int fd = open_from(volume.RootDirectory(), path, O_RDONLY);
443 arch_ucode_load(BootVolume& volume) argument
445 ucode_load(volume);
/haiku/src/apps/mediaplayer/supplier/
H A DProxyAudioSupplier.cpp270 ProxyAudioSupplier::SetVolume(float volume) argument
273 fVolume = volume;
275 fVolumeConverter->SetVolume(volume);
/haiku/src/kits/storage/
H A DStatable.cpp289 // Fills out vol with the the volume that the node lives on.
291 BStatable::GetVolume(BVolume* volume) const
293 status_t result = (volume ? B_OK : B_BAD_VALUE);
299 result = volume->SetTo(stat.st_dev);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp108 Although an Equation object is quite independent from the volume on which
112 So you could run more than one query on the same volume, but it might return
113 wrong values when it runs concurrently on another volume.
130 status_t PrepareQuery(Volume* volume, Index& index,
133 status_t GetNextMatching(Volume* volume,
483 Equation::PrepareQuery(Volume* /*volume*/, Index& index,
580 Equation::GetNextMatching(Volume* volume, TreeIterator* iterator,
612 Vnode vnode(volume, offset);
666 dirent->d_dev = volume->ID();
668 dirent->d_pdev = volume
[all...]
/haiku/src/kits/tracker/
H A DFSUtils.cpp174 "destination volume to copy the selection.");
790 // write volume name
791 BVolume volume(model->NodeRef()->device);
792 result = volume.InitCheck();
793 if (result == B_OK && volume.IsReadOnly())
796 RenameVolumeUndo undo(volume, name);
797 result = volume.SetName(name);
802 BVolume volume(model->NodeRef()->device);
803 result = volume.InitCheck();
804 if (result == B_OK && volume
2796 BVolume volume; local
2987 BVolume volume; local
3201 BVolume volume; local
[all...]
H A DTrackerInitialState.cpp324 "Be Volume", "Disk volume.", kTrackerSignature);
449 BVolume volume; local
452 while (roster.GetNextVolume(&volume) == B_OK) {
453 if (volume.IsReadOnly() || !volume.IsPersistent()
454 || !volume.KnowsAttr() || !volume.KnowsQuery())
456 InstallIndices(volume.Device());
/haiku/src/servers/index/
H A DVolumeWatcher.cpp335 VolumeWatcherBase::VolumeWatcherBase(const BVolume& volume) argument
337 fVolume(volume),
423 VolumeWatcher::VolumeWatcher(const BVolume& volume) argument
425 VolumeWatcherBase(volume),
430 fCatchUpManager(volume)
/haiku/src/system/kernel/fs/
H A Dfifo.cpp846 fifo_put_vnode(fs_volume* volume, fs_vnode* vnode, bool reenter) argument
853 error = superVnode->ops->put_vnode(volume, superVnode, reenter);
862 fifo_remove_vnode(fs_volume* volume, fs_vnode* vnode, bool reenter) argument
869 error = superVnode->ops->remove_vnode(volume, superVnode, reenter);
900 fifo_close(fs_volume* volume, fs_vnode* vnode, void* _cookie) argument
1006 fifo_read_stat(fs_volume* volume, fs_vnode* vnode, struct ::stat* st) argument
1014 status_t error = superVnode->ops->read_stat(volume, superVnode, st);
1035 fifo_write_stat(fs_volume* volume, fs_vnode* vnode, const struct ::stat* st, argument
1048 status_t error = superVnode->ops->write_stat(volume, superVnode, st,
1173 fifo_get_super_vnode(fs_volume* volume, fs_vnod argument
[all...]
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp135 fs_volume* volume; member in struct:__anon34::devfs
305 put_vnode(fs->volume, vnode->stream.u.dev.partition->raw_device->id);
462 status = get_vnode(fs->volume, device->id, (void**)&partition->raw_device);
486 put_vnode(fs->volume, device->id);
552 return vfs_get_fs_node_from_path(fs->volume, path, false, true,
569 status = remove_vnode(fs->volume, node->id);
895 devfs_mount(fs_volume* volume, const char* devfs, uint32 flags, argument
916 volume->private_volume = fs;
917 volume->ops = &kVolumeOps;
918 fs->volume
1787 devfs_io(fs_volume* volume, fs_vnode* _vnode, void* _cookie, io_request* request) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp25 BTree::Node::Node(Volume* volume) argument
28 fVolume(volume),
35 BTree::Node::Node(Volume* volume, off_t block) argument
38 fVolume(volume),
509 BTree::BTree(Volume* volume) argument
513 fVolume(volume)
519 BTree::BTree(Volume* volume, btrfs_stream* stream) argument
523 fVolume(volume)
529 BTree::BTree(Volume* volume, fsblock_t rootBlock) argument
532 fVolume(volume)
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBlockAllocator.cpp36 status_t Initialize(Volume* volume, uint32 blockGroup,
124 AllocationBlockGroup::Initialize(Volume* volume, uint32 blockGroup, argument
127 fVolume = volume;
584 BlockAllocator::BlockAllocator(Volume* volume) argument
586 fVolume(volume),
870 Volume* volume = allocator->fVolume; local
880 status_t status = groups[i].Initialize(volume, i,
893 status_t status = groups[numGroups].Initialize(volume, numGroups,
908 if (freeBlocks != volume->NumFreeBlocks()) {
911 volume
[all...]
H A DDataStream.h22 DataStream(Volume* volume, ext2_data_stream* stream,
/haiku/src/servers/mail/
H A DDeskbarView.cpp139 BVolume volume(ref->device);
141 if (volume.InitCheck() != B_OK
142 || find_directory(B_TRASH_DIRECTORY, &path, false, &volume) != B_OK)
157 BVolume volume; local
160 while (volumes.GetNextVolume(&volume) == B_OK) {
163 newMailQuery->SetVolume(&volume);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.h25 static HaikuKernelVolume* GetVolume(const fs_volume* volume);
211 HaikuKernelVolume::GetVolume(const fs_volume* volume) argument
213 return static_cast<const FSVolume*>(volume)->haikuVolume;
/haiku/src/kits/midi/
H A DSoftSynth.cpp223 BSoftSynth::SetVolume(double volume) argument
226 if (volume >= 0.0) {
227 fluid_synth_set_gain(fSynth, volume);
/haiku/src/apps/people/
H A DPeopleApp.cpp186 BVolume volume; local
187 while (volumeRoster.GetNextVolume(&volume) == B_OK) {
190 fs_create_index(volume.Device(), attribute->attribute,
H A DPersonView.cpp203 BVolume volume; local
204 while (volumeRoster.GetNextVolume(&volume) == B_OK) {
206 query.SetVolume(&volume);
/haiku/src/tests/kits/storage/
H A DFindDirectoryTest.cpp107 BVolume volume;
108 status_t error = volume.SetTo(device);
110 printf("Failed to init volume\n");
113 error = find_directory(directories[i], &path, false, &volume);
128 // volume relative dirs
304 BVolume volume; local
306 CPPUNIT_ASSERT( volume.SetTo(device) == B_OK );
313 &volume);
360 // no such volume
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfile.h8 mode_t make_mode(nspace *volume, vnode *node);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlockAllocator.h18 BlockAllocator(Volume* volume);

Completed in 179 milliseconds

<<111213141516171819