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

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDataStream.cpp82 uint32* indirectBlocks = (uint32*)cached.SetTo(B_LENDIAN_TO_HOST_INT32( local
84 if (indirectBlocks == NULL)
87 block = B_LENDIAN_TO_HOST_INT32(indirectBlocks[index]);
93 && indirectBlocks[index] == ++nextBlock)
99 uint32* indirectBlocks = (uint32*)cached.SetTo(B_LENDIAN_TO_HOST_INT32( local
101 if (indirectBlocks == NULL)
104 uint32 indirectIndex = B_LENDIAN_TO_HOST_INT32(indirectBlocks[index
110 indirectBlocks = (uint32*)cached.SetTo(indirectIndex);
111 if (indirectBlocks == NULL)
115 indirectBlocks[inde
129 uint32* indirectBlocks = (uint32*)cached.SetTo(B_LENDIAN_TO_HOST_INT32( local
[all...]

Completed in 33 milliseconds