Searched refs:volume (Results 101 - 125 of 471) sorted by relevance

1234567891011>>

/haiku/src/system/boot/loader/file_systems/fat/
H A DCachedBlock.h27 CachedBlock(Volume &volume);
28 CachedBlock(Volume &volume, off_t block);
H A DCachedBlock.cpp23 CachedBlock::CachedBlock(Volume &volume) argument
25 fVolume(volume),
32 CachedBlock::CachedBlock(Volume &volume, off_t block) argument
34 fVolume(volume),
/haiku/src/system/boot/loader/file_systems/bfs/
H A DDirectory.h20 Directory(Volume &volume, block_run run);
21 Directory(Volume &volume, off_t id);
H A DFile.h19 File(Volume &volume, block_run run);
20 File(Volume &volume, off_t id);
H A DStream.cpp26 CachedBlock(Volume& volume);
27 CachedBlock(Volume& volume, block_run run);
48 CachedBlock::CachedBlock(Volume& volume) argument
50 fVolume(volume),
57 CachedBlock::CachedBlock(Volume &volume, block_run run) argument
59 fVolume(volume),
110 Stream::Stream(Volume& volume, block_run run) argument
112 fVolume(volume)
114 if (read_pos(volume.Device(), volume
120 Stream(Volume& volume, off_t id) argument
419 NodeFactory(Volume& volume, off_t id) argument
[all...]
H A DStream.h21 Stream(Volume &volume, block_run run);
22 Stream(Volume &volume, off_t id);
40 static Node *NodeFactory(Volume &volume, off_t id);
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DDirectory.h21 Directory(Volume &volume, RootBlock &root);
22 Directory(Volume &volume, int32 block);
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dntfs.h18 #include "libntfs/volume.h"
28 struct volume { struct
29 ~volume()
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dduckduckgo_request.h19 struct fs_volume *volume; member in struct:duckduckgo_request
46 extern status_t duckduckgo_request_open(const char *query_string, struct fs_volume *volume, struct fs_node *query_node, struct duckduckgo_request **req);
/haiku/src/system/boot/platform/bios_ia32/
H A Dcpu.cpp76 platform_load_ucode(BootVolume& volume) argument
78 arch_ucode_load(volume);
/haiku/data/system/boot/first_login/
H A Ddefault_deskbar_items.sh3 # install ProcessController, NetworkStatus, PowerStatus & volume control in the Deskbar
7 /boot/system/bin/desklink --add-volume
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DDataStream.h22 DataStream(Volume* volume, Inode* inode,
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DNoJournal.h17 NoJournal(Volume* volume);
/haiku/src/apps/diskusage/
H A DSnapshot.cpp25 static const char* kVolumeType = "application/x-vnd.Be-volume";
81 // This is the volume's root directory; treat it as a volume type.
112 VolumeSnapshot::VolumeSnapshot(const BVolume* volume) argument
115 volume->GetName(nameBuffer);
118 capacity = volume->Capacity();
119 freeBytes = volume->FreeBytes();
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DSuperBlock.h25 void Initialize(Volume* volume);
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageFSRoot.h41 static status_t RegisterVolume(Volume* volume);
42 void UnregisterVolume(Volume* volume);
60 status_t _AddVolume(Volume* volume);
61 void _RemoveVolume(Volume* volume);
/haiku/src/tests/add-ons/index_server/fulltext_search/
H A DBeaconSearcher.h32 BPath GetIndexPath(BVolume *volume);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSymLink.h13 SymLink(Volume *volume);
H A DAttributeIndex.h14 AttributeIndex(Volume *volume, const char *name, uint32 type,
/haiku/src/system/boot/platform/u-boot/
H A Dcpu.cpp41 platform_load_ucode(BootVolume& volume) argument
/haiku/src/apps/bootmanager/
H A DBootDrive.cpp77 BVolume volume; local
78 if (volumeRoster.GetBootVolume(&volume) != B_OK)
83 if (roster.FindPartitionByVolume(volume, &device, NULL) == B_OK) {
/haiku/src/kits/shared/
H A DQueryFile.cpp87 BVolume volume; local
88 status_t status = BPrivate::MatchArchivedVolume(&volume,
91 fStatus = AddVolume(volume);
110 BVolume volume; local
111 while (roster.GetNextVolume(&volume) == B_OK) {
112 if (volume.IsPersistent() && volume.KnowsQuery())
113 AddVolume(volume);
181 BQueryFile::AddVolume(const BVolume& volume) argument
183 return fVolumes.AddItem((void*)(addr_t)volume
[all...]
/haiku/src/preferences/virtualmemory/
H A DSettings.h36 dev_t SwapVolume() { return fCurrentSettings.volume; }
45 void SetSwapVolume(dev_t volume,
64 dev_t volume; member in struct:Settings::SwapSettings
/haiku/src/add-ons/kernel/file_systems/udf/
H A DMetadataPartition.cpp15 MetadataPartition::MetadataPartition(Volume *volume, argument
31 fMetadataIcb = new(nothrow) Icb(volume, address);
39 fMetadataMirrorIcb = new(nothrow) Icb(volume, address);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DJournal.h17 Journal(Volume* volume);
44 Transaction(Volume* volume);
55 status_t Start(Volume* volume);

Completed in 93 milliseconds

1234567891011>>