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