Searched refs:get_root_block (Results 1 - 6 of 6) sorted by last modified time

/haiku/src/system/boot/loader/file_systems/fat/
H A Dfatfs.h41 status_t get_root_block(int fDevice, char *buffer, int32 blockSize, off_t partitionSize);
H A Dfatfs.cpp23 FATFS::get_root_block(int fDevice, char *buffer, int32 blockSize, off_t partitionSize)
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A Damiga_ffs.h199 status_t get_root_block(int fDevice, char *buffer, int32 blockSize, off_t partitionSize);
H A Damiga_ffs.cpp211 FFS::get_root_block(int fDevice, char *buffer, int32 blockSize, off_t partitionSize) function in class:FFS
H A DVolume.cpp56 if (get_root_block(fDevice, buffer, blockSize, partition->size) != B_OK) {
61 if (get_root_block(fDevice, buffer, size, partition->size) == B_OK) {
/haiku/src/system/boot/loader/file_systems/hfs_plus/
H A Dhfs_plus.cpp23 HFSPlus::get_root_block(int fDevice, char *buffer, int32 blockSize, off_t partitionSize)

Completed in 65 milliseconds