Home
last modified time | relevance | path

Searched refs:Extent (Results 1 – 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DExtent.cpp13 Extent::Extent(Inode* inode) in Extent() function in Extent
21 Extent::~Extent() in ~Extent()
27 Extent::FillMapEntry(void* pointerToMap) in FillMapEntry()
45 Extent::FillBlockBuffer() in FillBlockBuffer()
69 Extent::Init() in Init()
100 Extent::BlockTail() in BlockTail()
108 Extent::GetOffsetFromAddress(uint32 address) in GetOffsetFromAddress()
117 Extent::BlockFirstLeaf(ExtentBlockTail* tail) in BlockFirstLeaf()
124 Extent::IsBlockType() in IsBlockType()
140 Extent::EntrySize(int len) const in EntrySize()
[all …]
H A DDirectory.cpp34 Extent* extentDir = new(std::nothrow) Extent(inode); in Init()
H A DExtent.h159 class Extent : public DirectoryIterator {
161 Extent(Inode* inode);
162 ~Extent();
H A DJamfile27 Extent.cpp
/haiku/src/tests/add-ons/kernel/file_systems/xfs/xfs_shell/
H A DJamfile47 Extent.cpp
/haiku/docs/develop/file_systems/
H A Dxfs.rst275 * Extent based file.
282 do it in Extent based directories.
319 **Extent based Files**
/haiku/src/kits/tracker/
H A DPoseView.h209 BRect Extent() const;
H A DPoseView.cpp933 BRect extent = Extent(); in Pulse()
1817 BRect srcRect(Extent()); in AddPoseToList()
2116 BRect srcRect(Extent()); in InsertPoseAfter()
8977 BPoseView::Extent() const in Extent() function in BPoseView
9058 BRect extent(Extent()); in UpdateScrollRange()
9305 (*invalidRect).bottom = Extent().bottom + fListElemHeight; in CloseGapInList()
10028 BRect extent(Extent()); in CheckAutoScroll()
H A DContainerWindow.cpp984 BRect extent = PoseView()->Extent(); in FrameResized()
1248 BRect extent(PoseView()->Extent()); in ResizeToFit()