Lines Matching full:blocks
31 * Define EXT2_PREALLOCATE to preallocate data blocks for expanding files
45 #define EXT2_BAD_INO 1 /* Bad blocks inode */
137 * Structure of a blocks group descriptor
141 __u32 bg_block_bitmap; /* Blocks bitmap block */
144 __u16 bg_free_blocks_count; /* Free blocks count */
155 __u32 bg_block_bitmap; /* Blocks bitmap block */
158 __u16 bg_free_blocks_count; /* Free blocks count */
165 __u32 bg_block_bitmap_hi; /* Blocks bitmap block MSB */
168 __u16 bg_free_blocks_count_hi;/* Free blocks count MSB */
232 /* limits imposed by 16-bit value gd_free_{blocks,inode}_count */
243 * Constants relative to the data blocks
278 #define EXT4_EOFBLOCKS_FL 0x00400000 /* Blocks allocated beyond EOF */
297 __u32 blocks_count; /* Total number of blocks in this group */
298 __u16 reserved_blocks; /* Number of reserved blocks in this group */
299 __u16 unused; /* Number of reserved GDT blocks in group */
307 __u32 blocks_count; /* Total number of blocks in this group */
308 __u16 reserved_blocks; /* Number of reserved blocks in this group */
339 __u32 i_blocks; /* Blocks count */
349 __u32 i_block[EXT2_N_BLOCKS];/* Pointers to blocks */
386 __u32 i_blocks; /* Blocks count */
396 __u32 i_block[EXT2_N_BLOCKS];/* Pointers to blocks */
515 __u32 s_blocks_count; /* Blocks count */
516 __u32 s_r_blocks_count; /* Reserved blocks count */
517 __u32 s_free_blocks_count; /* Free blocks count */
522 __u32 s_blocks_per_group; /* # Blocks per group */
537 __u16 s_def_resuid; /* Default uid for reserved blocks */
538 __u16 s_def_resgid; /* Default gid for reserved blocks */
566 __u8 s_prealloc_blocks; /* Nr of blocks to try to preallocate*/
584 __u32 s_blocks_count_hi; /* Blocks count high 32bits */
585 __u32 s_r_blocks_count_hi; /* Reserved blocks count high 32 bits*/
586 __u32 s_free_blocks_hi; /* Free blocks count */
593 __u32 s_raid_stripe_width; /* blocks on all data disks (N*stride)*/
600 __u64 s_snapshot_r_blocks_count; /* reserved blocks for active
697 * Default values for user and/or group using reserved blocks