Searched refs:FileSystemControlArea (Results 1 – 1 of 1) sorted by relevance
184 function FileSystemControlArea() class190 FileSystemControlArea.STORAGE_INFO_SIZE = 8 // sizeof(s64)194 FileSystemControlArea.ALLOCATION_INFO_SIZE = 4 // sizeof(u32)201 FileSystemControlArea.QuerySize = function()203 var STORAGE_OR_ALLOCATION_INFO_SIZE = FileSystemControlArea.STORAGE_INFO_SIZE;204 if (FileSystemControlArea.STORAGE_INFO_SIZE < FileSystemControlArea.ALLOCATION_INFO_SIZE)206 STORAGE_OR_ALLOCATION_INFO_SIZE = FileSystemControlArea.ALLOCATION_INFO_SIZE;211 + FileSystemControlArea.STORAGE_INFO_SIZE212 + FileSystemControlArea.STORAGE_INFO_SIZE213 + FileSystemControlArea.STORAGE_INFO_SIZE[all …]