Filesystem services: Difference between revisions
| Line 2,078: | Line 2,078: | ||
| | 0x0 | | 0x0 | ||
| | 0x8 | | 0x8 | ||
| |  | | SaveDataSize | ||
| |- | |- | ||
| | 0x8 | | 0x8 | ||
| | 0x8 | | 0x8 | ||
| |  | | JournalSize | ||
| |- | |- | ||
| | 0x10 | | 0x10 | ||
| | 0x8 | | 0x8 | ||
| |  | | AvailableSize</br>0x4000 for SystemSaveData/SaveData/DeviceSaveData/BcatSaveData. | ||
| |- | |- | ||
| | 0x18 | | 0x18 | ||
| | 0x8 | | 0x8 | ||
| |  | | OwnerId</br>Official user-processes only uses 0 here for SystemSaveData/SaveData. For the dedicated save-creation code with SaveData/DeviceSaveData, this value comes from an input param with official user-processes. For BcatSaveData, this is the hard-coded [[Title_list|titleID]] of the bcat-sysmodule. | ||
| |- | |- | ||
| | 0x20 | | 0x20 | ||
| | 0x4 | | 0x4 | ||
| |  | | Flags</br>Written using an input param for official user-processes. Hard-coded 0 for BcatSaveData. | ||
| |- | |- | ||
| | 0x24 | | 0x24 | ||
| | 0x1 | | 0x1 | ||
| | [[#SaveDataSpaceId]] | | [[#SaveDataSpaceId]]</br>Official user-processes only uses 0 here for SystemSaveData, 1 for SaveData/DeviceSaveData/BcatSaveData. | ||
| |- | |- | ||
| | 0x25 | | 0x25 | ||