Home
last modified time | relevance | path

Searched refs:fBlockShift (Results 1 – 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/udf/
H A DVolume.h51 uint32 BlockShift() const { return fBlockShift; } in BlockShift()
65 uint32 fBlockShift; variable
H A DVolume.cpp23 fBlockShift(0), in Volume()
243 fBlockShift = blockShift; in Mount()
374 fBlockShift = 0; in _Unset()
/haiku/src/system/boot/loader/file_systems/fat/
H A DVolume.cpp51 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()
H A DVolume.h39 int32 BlockShift() const { return fBlockShift; } in BlockShift()
67 int32 fBlockShift; variable
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DVolume.h62 uint32 BlockShift() const { return fBlockShift; } in BlockShift()
177 uint32 fBlockShift; variable
H A DVolume.cpp180 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()
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.h75 uint32 BlockShift() const { return fBlockShift; } in BlockShift()
161 uint32 fBlockShift; variable
H A DVolume.cpp198 fBlockShift = fSuperBlock.BlockShift(); in Mount()
574 fBlockShift = fSuperBlock.BlockShift(); in Initialize()