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

/haiku/src/apps/charactermap/
H A DUnicodeBlockView.h18 uint32 BlockIndex() const { return fBlockIndex; }
21 uint32 fBlockIndex; member in class:BlockListItem
H A DUnicodeBlockView.cpp17 fBlockIndex(blockIndex)
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNode.cpp31 fBlockIndex(blockIndex),
44 fBlockIndex(0),
77 fBlockIndex = blockIndex;
265 if (!block.GetWritable(fVolume, fBlockIndex, transaction))
H A DNode.h52 inline uint64 BlockIndex() const { return fBlockIndex; }
98 uint64 fBlockIndex; member in class:Node
/haiku/src/add-ons/kernel/file_systems/udf/
H A DAllocationDescriptorList.h46 off_t _BlockIndex() const { return fBlockIndex; }
58 off_t fBlockIndex; member in class:AllocationDescriptorList
75 fBlockIndex(0),
177 fBlockIndex += fAccessor.GetLength(*descriptor);

Completed in 79 milliseconds