Lines Matching full:blocks
31 * Define EXT2_PREALLOCATE to preallocate data blocks for expanding files
58 #define EXT2_BAD_INO 1 /* Bad blocks inode */
134 * Structure of a blocks group descriptor
138 __le32 bg_block_bitmap; /* Blocks bitmap block */
141 __le16 bg_free_blocks_count; /* Free blocks count */
163 * Constants relative to the data blocks
221 __le32 i_blocks; /* Blocks count */
234 __le32 i_block[EXT2_N_BLOCKS];/* Pointers to blocks */
343 __le32 s_blocks_count; /* Blocks count */
344 __le32 s_r_blocks_count; /* Reserved blocks count */
345 __le32 s_free_blocks_count; /* Free blocks count */
350 __le32 s_blocks_per_group; /* # Blocks per group */
365 __le16 s_def_resuid; /* Default uid for reserved blocks */
366 __le16 s_def_resgid; /* Default gid for reserved blocks */
394 __u8 s_prealloc_blocks; /* Nr of blocks to try to preallocate*/
486 * Default values for user and/or group using reserved blocks