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