2 * Copyright 2011, Haiku Inc. All rights reserved.
3 * This file may be used under the terms of the MIT License.
18 Chunk(btrfs_chunk
* chunk
,
22 status_t
FindBlock(off_t logical
, off_t
& physical
);
23 fsblock_t
Offset() const { return fChunkOffset
; }
25 { return fChunkOffset
+ fChunk
->Length(); }
28 fsblock_t fChunkOffset
;