Lines Matching refs:SL
61 MSFStreamLayout SL; in createIndexedStream() local
62 SL.Blocks = Layout.StreamMap[StreamIndex]; in createIndexedStream()
63 SL.Length = Layout.StreamSizes[StreamIndex]; in createIndexedStream()
65 Layout.SB->BlockSize, SL, MsfData, Allocator); in createIndexedStream()
72 MSFStreamLayout SL; in createDirectoryStream() local
73 SL.Blocks = Layout.DirectoryBlocks; in createDirectoryStream()
74 SL.Length = Layout.SB->NumDirectoryBytes; in createDirectoryStream()
75 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator); in createDirectoryStream()
82 MSFStreamLayout SL(getFpmStreamLayout(Layout)); in createFpmStream() local
83 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator); in createFpmStream()
329 MSFStreamLayout SL; in createIndexedStream() local
330 SL.Blocks = Layout.StreamMap[StreamIndex]; in createIndexedStream()
331 SL.Length = Layout.StreamSizes[StreamIndex]; in createIndexedStream()
332 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator); in createIndexedStream()
339 MSFStreamLayout SL; in createDirectoryStream() local
340 SL.Blocks = Layout.DirectoryBlocks; in createDirectoryStream()
341 SL.Length = Layout.SB->NumDirectoryBytes; in createDirectoryStream()
342 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator); in createDirectoryStream()