Searched refs:SetFreeInodes (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInodeAllocator.cpp79 group->SetFreeInodes(group->FreeInodes(fVolume->Has64bitFeature()) + 1,
152 group->SetFreeInodes(freeInodes - 1, fVolume->Has64bitFeature());
H A Dext2.h151 void SetFreeInodes(uint32 freeInodes) function in struct:ext2_super_block
321 void SetFreeInodes(uint32 freeInodes, bool has64bits) function in struct:ext2_block_group
H A DVolume.cpp771 fSuperBlock.SetFreeInodes(fFreeInodes);

Completed in 22 milliseconds