Home | History | Annotate | Download | only in linux

Lines Matching full:blocks

31  * Define EXT3_RESERVATION to reserve data blocks for expanding files
34 /*max window size: 1024(direct blocks) + 3([t,d]indirect blocks) */
59 #define EXT3_BAD_INO 1 /* Bad blocks inode */
124 * Structure of a blocks group descriptor
128 __le32 bg_block_bitmap; /* Blocks bitmap block */
131 __le16 bg_free_blocks_count; /* Free blocks count */
153 * Constants relative to the data blocks
202 __u32 blocks_count; /* Total number of blocks in this group */
203 __u16 reserved_blocks; /* Number of reserved blocks in this group */
264 __le32 i_blocks; /* Blocks count */
277 __le32 i_block[EXT3_N_BLOCKS];/* Pointers to blocks */
414 __le32 s_blocks_count; /* Blocks count */
415 __le32 s_r_blocks_count; /* Reserved blocks count */
416 __le32 s_free_blocks_count; /* Free blocks count */
421 /*20*/ __le32 s_blocks_per_group; /* # Blocks per group */
436 /*50*/ __le16 s_def_resuid; /* Default uid for reserved blocks */
437 __le16 s_def_resgid; /* Default gid for reserved blocks */
465 __u8 s_prealloc_blocks; /* Nr of blocks to try to preallocate*/
582 * Default values for user and/or group using reserved blocks