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

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DSuperBlock.h50 uint32 CountFreeBlocks() const function in class:SuperBlock
H A DVolume.h54 off_t CountFreeBlocks() const;
H A DVolume.cpp246 // CountFreeBlocks
248 Volume::CountFreeBlocks() const function in class:Volume
250 return fSuperBlock->CountFreeBlocks();
H A Dkernel_interface.cpp166 info->free_blocks = volume->CountFreeBlocks();
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DVolume.h104 off_t CountFreeBlocks() const;
H A DVolume.cpp265 // CountFreeBlocks
267 Volume::CountFreeBlocks() const function in class:Volume
H A Dkernel_interface.cpp146 info->free_blocks = volume->CountFreeBlocks();

Completed in 57 milliseconds