Searched refs:AllocatedSize (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/kernel/disk_device_manager/
H A DUserDataWriter.h29 size_t AllocatedSize() const;
H A DUserDataWriter.cpp116 // AllocatedSize
118 UserDataWriter::AllocatedSize() const function in class:UserDataWriter
H A Dddm_userland_interface.cpp198 writer.AllocatedSize());
232 error = copy_to_user_value(neededSize, writer.AllocatedSize());
268 error = copy_to_user_value(neededSize, writer.AllocatedSize());
300 error = copy_to_user_value(neededSize, writer.AllocatedSize());
365 size_t neededSize = writer.AllocatedSize();
387 if (writer.AllocatedSize() != neededSize) {
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h95 off_t AllocatedSize() const;
H A Dkernel_interface.cpp93 stat.st_blocks = inode->AllocatedSize() / 512;
2244 stat->st_blocks = index.Node()->AllocatedSize() / 512;
H A DInode.cpp1429 Inode::AllocatedSize() const function in class:Inode

Completed in 65 milliseconds