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