Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/include
In directory usw-pr-cvs1:/tmp/cvs-serv27223/include
Modified Files:
layout.h
Log Message:
More work on mkntfs dir stuff.
Index: layout.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/layout.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -U2 -r1.5 -r1.6
--- layout.h 2001/06/04 11:29:45 1.5
+++ layout.h 2001/06/04 14:04:30 1.6
@@ -1767,9 +1767,10 @@
*/
typedef struct {
- NTFS_RECORD; /* Magic is "INDX". */
- __s64 lsn; /* $LogFile sequence number of the last
+/* 0*/ NTFS_RECORD; /* Magic is "INDX". */
+/* 8*/ __s64 lsn; /* $LogFile sequence number of the last
modification of this index block. */
- VCN index_block_vcn; /* Virtual cluster number of the index block. */
- INDEX_HEADER index; /* Describes the following index entries. */
+/* 16*/ VCN index_block_vcn; /* Virtual cluster number of the index block. */
+/* 24*/ INDEX_HEADER index; /* Describes the following index entries. */
+/* sizeof()= 40 (0x28) bytes */
/*
* When creating the index block, we place the update sequence array at this
|