Lines Matching refs:CachedExtent
30 struct CachedExtent : AVLTreeNode { struct
37 static CachedExtent* Create(uint64 offset, uint64 length, argument
48 CachedExtent() {} in CachedExtent() argument
49 CachedExtent(const CachedExtent& other);
55 typedef CachedExtent Value;
91 status_t FindNext(CachedExtent** chosen, uint64 offset,
93 status_t AddExtent(CachedExtent* extent);
99 status_t _AddAllocatedExtent(CachedExtent* node);
100 status_t _AddFreeExtent(CachedExtent* node);
101 void _CombineFreeExtent(CachedExtent* node);
102 void _RemoveExtent(CachedExtent* node);
103 void _DumpInOrder(CachedExtent* node) const;
104 void _Delete(CachedExtent* node);
129 CachedExtent* extent);