You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: orbisFSTool/OrbisFSFormat.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ typedef struct {
85
85
uint8_t_pad1[2]; //should be zero
86
86
uint32_tuid;
87
87
uint32_tgid;
88
-
uint32_tbirthCnt; //how many times has this node existed at the same location with the same name. Set to 1 for new nodes, increase every time node was deleted, then re-created with the same name at the same location.
88
+
uint32_tbirthCnt; //how many time the node with this iNode number has been initialized. 1 for new files, then incremen each time you free the node and re-alloc it.
0 commit comments