Searched refs:icbAddress (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/makeudfimage/
H A DUdfBuilder.h36 Udf::long_address icbAddress; //!< Udf icb address member in struct:node_data
92 Udf::tag_id fileEntryType, Udf::long_address icbAddress,
125 Udf::tag_id fileEntryType, Udf::long_address icbAddress,
172 icb->tag().set_location(icbAddress.block());
122 _WriteFileEntry(FileEntry *icb, uint8 fileType, uint16 linkCount, uint64 dataLength, uint64 objectSize, struct stat stats, uint64 uniqueId, uint32 allocationDescriptorsLength, Udf::tag_id fileEntryType, Udf::long_address icbAddress, Udf::extent_address icbExtent, std::list<Udf::long_address> dataAddresses) argument
H A DUdfBuilder.cpp844 fileset.root_directory_icb() = rootNode.icbAddress;
1201 Udf::long_address icbAddress; local
1205 error = _PartitionAllocator().GetNextExtent(_BlockSize(), true, icbAddress,
1210 icbAddress.partition(), icbAddress.block(),
1211 icbAddress.length(), icbExtent.location(),
1213 node.icbAddress = icbAddress;
1272 parent->icb() = isRootDirectory ? icbAddress : parentIcbAddress;
1326 childStats, childNode, icbAddress);
1443 Udf::long_address icbAddress; local
[all...]

Completed in 36 milliseconds