Searched defs:pointerToMap (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DSymlink.cpp29 void* pointerToMap = DIR_DFORK_PTR(fInode->Buffer(), fInode->CoreInodeSize()); local
H A DNodeAttribute.cpp82 uint64* pointerToMap = (uint64*)(((char*)attributeFork + num * EXTENT_SIZE)); local
H A DExtent.cpp27 Extent::FillMapEntry(void* pointerToMap) argument
76 void* pointerToMap = DIR_DFORK_PTR(fInode->Buffer(), fInode->CoreInodeSize()); local
131 void* pointerToMap = DIR_DFORK_PTR(fInode->Buffer(), fInode->CoreInodeSize()); local
H A DLeafAttribute.cpp68 uint64* pointerToMap = (uint64*)((char*)attributeFork); local
H A DNode.cpp42 void* pointerToMap = (void*)((char*)directoryFork + i * EXTENT_SIZE); local
90 void* pointerToMap = (void*)((char*)directoryFork + num * EXTENT_SIZE); local
H A DLeafDirectory.cpp96 uint64* pointerToMap = (uint64*)((char*)directoryFork local
113 uint64* pointerToMap = (uint64*)((char*)directoryFork + num * EXTENT_SIZE); local
H A DBPlusTree.cpp585 void* pointerToMap; local

Completed in 50 milliseconds