Searched refs:startLBN (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660.h94 uint32 startLBN[2]; // Logical block # of start of file/directory data member in struct:iso9660_inode
H A Dkernel_interface.cpp68 vecs->offset = offset + ((off_t)node->startLBN[FS_DATA_FORMAT]
275 off_t block = baseNode->startLBN[FS_DATA_FORMAT];
442 fileVec.offset = pos + ((off_t)node->startLBN[FS_DATA_FORMAT]
595 dirCookie->startBlock = node->startLBN[FS_DATA_FORMAT];
596 dirCookie->block = node->startLBN[FS_DATA_FORMAT];
H A Diso9660.cpp508 node->startLBN[LSB_DATA] = *(uint32*)(buffer+4);
509 node->startLBN[MSB_DATA] = *(uint32*)(buffer+8);
512 node->startLBN[FS_DATA_FORMAT]);
518 node->startLBN[FS_DATA_FORMAT]);
837 node->startLBN[LSB_DATA] = *(uint32*)buffer;
839 node->startLBN[MSB_DATA] = *(uint32*)buffer;
842 (int)node->startLBN[FS_DATA_FORMAT]));

Completed in 36 milliseconds