Searched refs:contentSize (Results 1 - 7 of 7) sorted by relevance

/haiku/src/kits/storage/disk_device/jobs/
H A DResizeJob.cpp16 off_t size, off_t contentSize)
20 fContentSize(contentSize)
15 ResizeJob(PartitionReference* partition, PartitionReference* child, off_t size, off_t contentSize) argument
H A DResizeJob.h19 off_t contentSize);
/haiku/src/add-ons/kernel/partitioning_systems/vmdk/
H A Dvmdk.cpp48 VmdkCookie(off_t contentOffset, off_t contentSize) argument
51 contentSize(contentSize)
56 off_t contentSize; member in struct:VmdkCookie
396 partition->offset + cookie->contentOffset, cookie->contentSize, -1);
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp830 off_t contentSize = *size; local
831 error = fDelegate->ValidateResize(&contentSize);
835 if (contentSize > *size)
851 off_t contentSize = size; local
853 error = fDelegate->ValidateResize(&contentSize);
857 if (contentSize > size)
865 error = fDelegate->Resize(contentSize);
875 error = fDelegate->Resize(contentSize);
/haiku/headers/private/kernel/disk_device_manager/
H A Dddm_userland_interface.h58 off_t contentSize);
/haiku/src/system/kernel/disk_device_manager/
H A Dddm_userland_interface.cpp645 off_t contentSize)
690 if (size < 0 || contentSize < 0 || size < contentSize
703 if (child->DiskSystem() && contentSize < child->ContentSize())
704 error = child->DiskSystem()->Resize(child, contentSize, DUMMY_JOB_ID);
712 && contentSize > child->ContentSize()) {
713 error = child->DiskSystem()->Resize(child, contentSize, DUMMY_JOB_ID);
643 _user_resize_partition(partition_id partitionID, int32* _changeCounter, partition_id childID, int32* _childChangeCounter, off_t size, off_t contentSize) argument
/haiku/headers/private/system/
H A Dsyscalls.h614 off_t contentSize);

Completed in 62 milliseconds