Lines Matching refs:SB
65 Layout.SB->BlockSize, SL, MsfData, Allocator);
74 SL.Length = Layout.SB->NumDirectoryBytes;
75 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator);
83 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator);
332 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator);
341 SL.Length = Layout.SB->NumDirectoryBytes;
342 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator);
361 createStream(Layout.SB->BlockSize, FullLayout, MsfData, Allocator);
364 std::vector<uint8_t> InitData(Layout.SB->BlockSize, 0xFF);
368 return createStream(Layout.SB->BlockSize, MinLayout, MsfData, Allocator);