Searched refs:fBlockShift (Results 1 – 8 of 8) sorted by relevance
51 uint32 BlockShift() const { return fBlockShift; } in BlockShift()65 uint32 fBlockShift; variable
23 fBlockShift(0), in Volume()243 fBlockShift = blockShift; in Mount()374 fBlockShift = 0; in _Unset()
51 fBlockShift = 9; in Volume()54 fBlockShift = 10; in Volume()57 fBlockShift = 11; in Volume()91 TRACE(("%s: block shift %d\n", __FUNCTION__, fBlockShift)); in Volume()144 __FUNCTION__, fBlockShift, fSectorShift, fClusterShift)); in Volume()
39 int32 BlockShift() const { return fBlockShift; } in BlockShift()67 int32 fBlockShift; variable
62 uint32 BlockShift() const { return fBlockShift; } in BlockShift()177 uint32 fBlockShift; variable
180 fBlockShift = fSuperBlock.BlockShift(); in Mount()181 if (fBlockShift < 10 || fBlockShift > 16) in Mount()183 if (fBlockShift > 12) { in Mount()187 fBlockSize = 1UL << fBlockShift; in Mount()
75 uint32 BlockShift() const { return fBlockShift; } in BlockShift()161 uint32 fBlockShift; variable
198 fBlockShift = fSuperBlock.BlockShift(); in Mount()574 fBlockShift = fSuperBlock.BlockShift(); in Initialize()