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

/haiku/src/add-ons/kernel/file_systems/udf/
H A Dkernel_interface.cpp58 Icb *icb = (Icb *)cookie; local
59 return file_map_translate(icb->FileMap(), offset, size, vecs, count,
60 icb->GetVolume()->BlockSize());
186 Icb *icb = new(std::nothrow) Icb(volume, local
188 if (icb == NULL)
191 if (icb->InitCheck() == B_OK) {
192 node->private_node = icb;
194 *_type = icb->Mode();
200 delete icb;
231 Icb *icb;
251 Icb *icb = (Icb *)node->private_node; local
278 Icb *icb = (Icb *)node->private_node; local
352 Icb *icb = (Icb *)vnode->private_node; local
374 Icb *icb = (Icb *)vnode->private_node; local
389 Icb *icb = (Icb *)vnode->private_node; local
[all...]
H A DAllocationDescriptorList.h38 AllocationDescriptorList(Icb *icb,
70 AllocationDescriptorList<Accessor>::AllocationDescriptorList(Icb *icb, argument
74 fAdditionalDescriptors(icb->GetVolume()),
78 fIcb(icb),
79 fIcbDescriptors((Descriptor *)icb->AllocationDescriptors()),
80 fIcbDescriptorsSize(icb->AllocationDescriptorsSize()),
82 fVolume(icb->GetVolume())
206 // to read from the icb descriptors anymore, and
H A DIcb.cpp67 DUMP(entry->icb());
71 *id = to_vnode_id(entry->icb());
285 TRACE(("Icb::FindBlock: invalid icb descriptor flags! (flags = %d)\n",
354 TRACE(("Icb::Read: invalid icb descriptor flags! (flags = %d)\n",
H A DUdfStructures.h1705 long_address& icb() { return _icb; } function in struct:file_id_descriptor
1706 const long_address& icb() const { return _icb; } function in struct:file_id_descriptor
1935 /*! \brief icb_file_type value identifying the type of this icb entry */
2090 this icb.
2218 this icb.
H A DUdfStructures.cpp988 PRINT(("icb:\n"));
989 DUMP(icb());

Completed in 114 milliseconds