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

/haiku/src/add-ons/kernel/file_systems/udf/
H A DMetadataPartition.h46 Icb *fMetadataIcb;
47 Icb *fMetadataMirrorIcb;
H A DVolume.h24 class Icb;
53 Icb* RootIcb() { return fRootIcb; }
74 Icb *fRootIcb; // Destroyed by vfs via callback to put_node()
H A Dkernel_interface.cpp25 #include "Icb.h"
58 Icb *icb = (Icb *)cookie;
182 // and return a corresponding Icb object for it.
186 Icb *icb = new(std::nothrow) Icb(volume,
215 Icb *dir = (Icb *)_directory->private_node;
216 Icb *node = NULL;
231 Icb *ic
[all...]
H A DIcb.h10 /*! \file Icb.h */
20 class Icb;
61 Icb *Parent() { return fParent; }
62 const Icb *Parent() const { return fParent; }
67 friend class Icb;
69 /* The following is called by Icb::GetDirectoryIterator() */
70 DirectoryIterator(Icb *parent);
71 /* The following is called by Icb::~Icb() */
75 Icb *fParen
80 class Icb { class
[all...]
H A DIcb.cpp8 #include "Icb.h"
94 DirectoryIterator::DirectoryIterator(Icb *parent)
103 Icb::Icb(Volume *volume, long_address address) function in class:Icb
115 TRACE(("Icb::Icb: volume = %p, address(block = %" B_PRIu32 ", partition = "
152 TRACE(("Icb::Icb: status = 0x%" B_PRIx32 ", `%s'\n", status,
157 Icb::~Icb()
[all...]
H A DMetadataPartition.cpp10 #include "Icb.h"
31 fMetadataIcb = new(nothrow) Icb(volume, address);
39 fMetadataMirrorIcb = new(nothrow) Icb(volume, address);
H A DAllocationDescriptorList.h14 #include "Icb.h"
38 AllocationDescriptorList(Icb *icb,
61 Icb *fIcb;
70 AllocationDescriptorList<Accessor>::AllocationDescriptorList(Icb *icb,
110 // Icb::_Read() sequentially, as a file read is performed, but you
H A DVolume.cpp10 #include "Icb.h"
235 // We're now going to start creating Icb's, which will expect
286 fRootIcb = new(nothrow) Icb(this, fileSet->root_directory_icb());

Completed in 56 milliseconds