Searched refs:Resize (Results 1 - 25 of 50) sorted by path

12

/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskSystem.h70 virtual status_t Resize(KPartition* partition, off_t size,
H A DKFileSystem.h45 virtual status_t Resize(KPartition* partition, off_t size,
H A DKPartitioningSystem.h46 virtual status_t Resize(KPartition* partition, off_t size,
/haiku/headers/private/storage/
H A DDiskSystemAddOn.h86 virtual status_t Resize(off_t size);
H A DPartition.h107 status_t Resize(off_t size);
/haiku/src/apps/magnify/
H A DMagnify.h33 void Resize(int32 width, int32 height);
/haiku/src/kits/storage/disk_device/
H A DDiskSystemAddOn.cpp177 BPartitionHandle::Resize(off_t size) function in class:BPartitionHandle
H A DPartitionDelegate.cpp205 // Resize
207 BPartition::Delegate::Resize(off_t size) function in class:BPartition::Delegate
212 return fPartitionHandle->Resize(size);
H A DPartitionDelegate.h51 status_t Resize(off_t size);
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskSystem.cpp231 // Resize
233 KDiskSystem::Resize(KPartition* partition, off_t size, disk_job_id job) function in class:KDiskSystem
H A DKFileSystem.cpp126 // Resize
128 KFileSystem::Resize(KPartition* partition, off_t size, disk_job_id job) function in class:KFileSystem
H A Dddm_userland_interface.cpp704 error = child->DiskSystem()->Resize(child, contentSize, DUMMY_JOB_ID);
713 error = child->DiskSystem()->Resize(child, contentSize, DUMMY_JOB_ID);
/haiku/src/system/kernel/slab/
H A DHashedObjectCache.cpp76 cache->hash_table.Resize(buffer, hashSize, true);
184 hash_table.Resize(buffer, hashSize, true, &oldHash);
/haiku/src/tests/add-ons/media/media-add-ons/mixer/
H A Dmain.cpp35 { Resize(1); step = 1; }
38 void Resize(int newSize) { function in class:Wave
241 fWaveView->waves[0].Resize(freq);
244 fWaveView->waves[1].Resize(irate);
247 fWaveView->waves[2].Resize(orate);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DFile.cpp121 error = Resize(0, false, transaction);
137 File::Resize(uint64 newSize, bool fillWithZeroes, Transaction& transaction) function in class:File
244 error = Resize((uint64)pos + size, false, transaction);
H A DFile.h25 virtual status_t Resize(uint64 newSize, bool fillWithZeroes,
H A DNode.cpp108 Node::Resize(uint64 newSize, bool fillWithZeroes, Transaction& transaction) function in class:Node
H A DNode.h41 virtual status_t Resize(uint64 newSize, bool fillWithZeroes,
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h335 bool Resize(void* allocation, size_t size, bool force = false, function in class:BOpenHashTable
/haiku/headers/private/kernel/util/
H A DBitmap.h30 status_t Resize(size_t bitCount);
H A DOpenHashTable.h335 bool Resize(void* allocation, size_t size, bool force = false, function in class:BOpenHashTable
/haiku/headers/private/kernel/vm/
H A DVMCache.h133 virtual status_t Resize(off_t newSize, int priority);
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A DVirtioDevice.cpp100 res = fAllocatedDescs.Resize(fDescCount);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp102 class Resize : public AbstractTraceEntry { class in namespace:BFSInodeTracing
104 Resize(Inode* inode, off_t oldSize, off_t newSize, bool trim) function in class:BFSInodeTracing::Resize
117 out.Print("bfs:%s %lld (%p), %lld -> %lld", fTrim ? "Trim" : "Resize",
2280 T(Resize(this, oldSize, size, false));
2337 T(Resize(this, max_c(Node().data.MaxDirectRange(),
H A DResizeVisitor.cpp18 ResizeVisitor::Resize(off_t size, disk_job_id job) function in class:ResizeVisitor

Completed in 222 milliseconds

12