Changeset e80b1de in mainline
- Timestamp:
- 2011-03-07T20:03:45Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bc99ed6
- Parents:
- e2267e82
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/minix/minix.h
re2267e82 re80b1de 107 107 /*Total number of inodes on the device*/ 108 108 uint32_t s_ninodes; 109 uint16_t s_pad0; 109 110 /*Number of inode bitmap blocks*/ 110 111 int16_t s_ibmap_blocks; … … 115 116 /*Base 2 logarithm of the zone to block ratio*/ 116 117 int16_t s_log2_zone_size; 117 int16_t s_pad ;118 int16_t s_pad1; 118 119 /*Maximum file size expressed in bytes*/ 119 120 int32_t s_max_file_size;
Note:
See TracChangeset
for help on using the changeset viewer.