Lines Matching full:blocks
31 * Define EXT2_PREALLOCATE to preallocate data blocks for expanding files
45 #define EXT2_BAD_INO 1 /* Bad blocks inode */
147 * Structure of a blocks group descriptor
151 __u32 bg_block_bitmap; /* Blocks bitmap block */
154 __u16 bg_free_blocks_count; /* Free blocks count */
166 * Structure of a blocks group descriptor
170 __u32 bg_block_bitmap; /* Blocks bitmap block */
173 __u16 bg_free_blocks_count; /* Free blocks count */
182 __u32 bg_block_bitmap_hi; /* Blocks bitmap block MSB */
185 __u16 bg_free_blocks_count_hi;/* Free blocks count MSB */
267 /* limits imposed by 16-bit value gd_free_{blocks,inode}_count */
287 * Constants relative to the data blocks
345 __u32 blocks_count; /* Total number of blocks in this group */
346 __u16 reserved_blocks; /* Number of reserved blocks in this group */
347 __u16 unused; /* Number of reserved GDT blocks in group */
355 __u32 blocks_count; /* Total number of blocks in this group */
356 __u16 reserved_blocks; /* Number of reserved blocks in this group */
388 __u32 i_blocks; /* Blocks count */
398 __u32 i_block[EXT2_N_BLOCKS];/* Pointers to blocks */
436 __u32 i_blocks; /* Blocks count */
446 __u32 i_block[EXT2_N_BLOCKS];/* Pointers to blocks */
630 __u32 s_blocks_count; /* Blocks count */
631 __u32 s_r_blocks_count; /* Reserved blocks count */
632 __u32 s_free_blocks_count; /* Free blocks count */
637 __u32 s_blocks_per_group; /* # Blocks per group */
652 __u16 s_def_resuid; /* Default uid for reserved blocks */
653 __u16 s_def_resgid; /* Default gid for reserved blocks */
681 __u8 s_prealloc_blocks; /* Nr of blocks to try to preallocate*/
699 __u32 s_blocks_count_hi; /* Blocks count high 32bits */
700 __u32 s_r_blocks_count_hi; /* Reserved blocks count high 32 bits*/
701 __u32 s_free_blocks_hi; /* Free blocks count */
708 __u32 s_raid_stripe_width; /* blocks on all data disks (N*stride)*/
716 __u64 s_snapshot_r_blocks_count; /* reserved blocks for active
735 __u32 s_overhead_blocks; /* overhead blocks/clusters in fs */
933 * Default values for user and/or group using reserved blocks