comparison toys/e2fs.h @ 112:aadd28817955

Next iteration of mke2fs development.
author Rob Landley <rob@landley.net>
date Wed, 18 Apr 2007 21:39:46 -0400
parents 97d717829ff0
children 786841fdb1e0
comparison
equal deleted inserted replaced
111:a3b8838c3908 112:aadd28817955
98 uint32_t reserved1; 98 uint32_t reserved1;
99 uint32_t block[15]; // Pointers to blocks 99 uint32_t block[15]; // Pointers to blocks
100 uint32_t generation; // File version (for NFS) 100 uint32_t generation; // File version (for NFS)
101 uint32_t file_acl; // File ACL 101 uint32_t file_acl; // File ACL
102 uint32_t dir_acl; // Directory ACL (or top bits of file length) 102 uint32_t dir_acl; // Directory ACL (or top bits of file length)
103 uint32_t faddr; // Fragment address 103 uint32_t faddr; // Last block in file
104 uint8_t frag; // Fragment number 104 uint8_t frag; // Fragment number
105 uint8_t fsize; // Fragment size 105 uint8_t fsize; // Fragment size
106 uint16_t pad1; 106 uint16_t pad1;
107 uint16_t uid_high; // High bits of uid 107 uint16_t uid_high; // High bits of uid
108 uint16_t gid_high; // High bits of gid 108 uint16_t gid_high; // High bits of gid