Searched refs:volume (Results 201 - 225 of 471) sorted by relevance

1234567891011>>

/haiku/src/servers/package/
H A DPackageDaemon.h38 void _UnregisterVolume(Volume* volume);
/haiku/src/kits/tracker/
H A DDesktopPoseView.cpp130 BVolume volume(device);
131 if (volume.InitCheck() != B_OK)
135 && (!volume.IsShared()
137 // place an icon for the volume onto the desktop
138 CreateVolumePose(&volume, true);
H A DQueryPoseView.cpp490 BVolume volume;
491 // match a volume with the info embedded in
493 result = MatchArchivedVolume(&volume, &message, index);
495 // start the query on this volume
497 fQueryListRep->fQueryList, &volume);
503 // if B_DEV_BAD_DRIVE_NUM, the volume just isn't
518 BVolume volume; variable
521 while (roster.GetNextVolume(&volume) == B_OK)
522 if (volume.IsPersistent() && volume
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DNameIndex.h21 status_t Init(Volume* volume);
H A DIndex.cpp35 Index::Init(Volume* volume, const char* name, uint32 type, bool fixedKeyLength, argument
41 fVolume = volume;
/haiku/src/bin/desklink/
H A DMixerControl.h20 // The volume which choices
37 void SetVolume(float volume);
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DFile.h18 File(Volume &volume, int32 block);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DTree.cpp64 Tree::Init(Volume *volume, Node *rootNode, uint32 treeHeight) argument
66 status_t error = (volume && volume->GetBlockCache() && rootNode
74 fVolume = volume;
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DExtentStream.h23 ExtentStream(Volume* volume, Inode* inode,
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSizeIndex.h15 SizeIndex(Volume *volume);
H A DAttributeIndexImpl.h13 AttributeIndexImpl(Volume *volume, const char *name, uint32 type,
H A DLastModifiedIndex.h15 LastModifiedIndex(Volume *volume);
H A DNameIndex.h17 NameIndex(Volume *volume);
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp69 PackageNode(PackageVolume* volume, mode_t mode) argument
71 fVolume(volume),
143 PackageFile(PackageVolume* volume, mode_t mode, const BPackageData& data) argument
145 PackageNode(volume, mode),
169 PackageSymlink(PackageVolume* volume, mode_t mode) argument
171 PackageNode(volume, mode),
201 PackageDirectory(PackageVolume* volume, mode_t mode) argument
203 PackageNode(volume, mode)
373 PackageLoaderContentHandler(PackageVolume* volume, argument
376 fVolume(volume),
852 PackageVolume* volume = new(std::nothrow) PackageVolume; local
[all...]
/haiku/src/system/boot/arch/riscv64/
H A Darch_cpu.cpp53 arch_ucode_load(BootVolume& volume) argument
/haiku/headers/private/system/
H A Dddm_userland_interface_defs.h28 dev_t volume; member in struct:user_partition_data
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DVolume.h21 Volume(fs_volume* volume);
H A DInode.cpp20 Inode::Inode(Volume* volume, ino_t id) argument
22 fVolume(volume),
51 Inode::Inode(Volume* volume, ino_t id, const ufs2_inode& item) argument
53 fVolume(volume),
67 Inode::Inode(Volume* volume) argument
69 fVolume(volume),
240 // you never have write access to a read-only volume
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DFile.h17 File(Volume* volume, uint64 blockIndex,
19 File(Volume* volume, mode_t mode);
/haiku/src/tests/servers/registrar/
H A Drun_test_registrar.cpp75 // search on current volume only
77 BVolume volume(device);
79 query.SetVolume(&volume);
100 // As a fallback (maybe the volume does not support queries for example)
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DVolume.cpp14 Volume::Volume(fs_volume *volume) argument
15 : fFSVolume(volume)
18 mutex_init(&fLock, "xfs volume");
19 TRACE("Volume::Volume() : Initialising volume");
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp172 AllocationBlock(Volume* volume);
223 AllocationBlock::AllocationBlock(Volume* volume) argument
224 : CachedBlock(volume)
374 does it maintain the free ranges hints or the volume's used blocks count.
411 Volume* volume = transaction.GetVolume();
414 uint32 bitsPerBlock = volume->BlockSize() << 3;
418 AllocationBlock cached(volume);
443 does it maintain the free ranges hints or the volume's used blocks count.
472 Volume* volume = transaction.GetVolume();
475 uint32 bitsPerBlock = volume
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A Dnetfs.cpp193 // create and init the volume manager
250 Volume* volume = volumeManager->GetRootVolume();
251 VolumePutter _(volume);
256 if (volume)
257 error = volume->Sync();
272 Volume* volume = volumeManager->GetRootVolume(); local
273 VolumePutter _(volume);
278 if (volume)
279 error = volume->ReadFSStat(info);
294 Volume* volume
319 Volume* volume = volumeManager->GetVolume(vnid); local
881 Volume* volume = volumeManager->GetRootVolume(); local
935 Volume* volume = volumeManager->GetRootVolume(); local
[all...]
/haiku/src/tests/kits/storage/
H A DQueryTest.cpp838 BVolume volume(dev_for_path("/boot"));
839 CPPUNIT_ASSERT( volume.InitCheck() == B_OK );
840 CPPUNIT_ASSERT( query.SetVolume(&volume) == B_OK );
898 // NULL volume
908 // invalid volume
912 BVolume volume(-2);
913 CPPUNIT_ASSERT( volume.InitCheck() == B_BAD_VALUE );
914 CPPUNIT_ASSERT( query.SetVolume(&volume) == B_OK );
917 // valid volume
922 BVolume volume(devic
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp73 void Delete(Volume* volume) argument
76 volume->GetFileSystem()->PutVNodeOps(ops);
176 Volume* volume; member in struct:Volume::IterativeFDIOCookie
184 IterativeFDIOCookie(Volume* volume, int fd, int32 requestID, argument
188 volume(volume),
235 IORequestRemover(Volume* volume, int32 requestID) argument
237 fVolume(volume),
262 VNodeRemover(Volume* volume, VNode* node) argument
264 fVolume(volume),
4686 Volume* volume = cookie->volume; local
4772 Volume* volume = cookie->volume; local
[all...]

Completed in 147 milliseconds

1234567891011>>