Searched refs:fMetadataIcb (Results 1 – 2 of 2) sorted by relevance
26 fMetadataIcb(NULL) in MetadataPartition()31 fMetadataIcb = new(nothrow) Icb(volume, address); in MetadataPartition()32 if (fMetadataIcb == NULL || fMetadataIcb->InitCheck() != B_OK) in MetadataPartition()50 delete fMetadataIcb; in ~MetadataPartition()61 status_t status = fMetadataIcb->FindBlock(logicalBlock, block, isRecorded); in MapBlock()
46 Icb *fMetadataIcb; variable