aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r--fs/ext4/ext4.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index 4dc64ed58d26..2a0f75d55fad 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
@@ -403,6 +403,9 @@ struct ext4_mount_options {
403#endif 403#endif
404}; 404};
405 405
406/* Max physical block we can addres w/o extents */
407#define EXT4_MAX_BLOCK_FILE_PHYS 0xFFFFFFFF
408
406/* 409/*
407 * Structure of an inode on the disk 410 * Structure of an inode on the disk
408 */ 411 */
@@ -857,6 +860,7 @@ struct ext4_sb_info {
857 unsigned long s_gdb_count; /* Number of group descriptor blocks */ 860 unsigned long s_gdb_count; /* Number of group descriptor blocks */
858 unsigned long s_desc_per_block; /* Number of group descriptors per block */ 861 unsigned long s_desc_per_block; /* Number of group descriptors per block */
859 ext4_group_t s_groups_count; /* Number of groups in the fs */ 862 ext4_group_t s_groups_count; /* Number of groups in the fs */
863 ext4_group_t s_blockfile_groups;/* Groups acceptable for non-extent files */
860 unsigned long s_overhead_last; /* Last calculated overhead */ 864 unsigned long s_overhead_last; /* Last calculated overhead */
861 unsigned long s_blocks_last; /* Last seen block count */ 865 unsigned long s_blocks_last; /* Last seen block count */
862 loff_t s_bitmap_maxbytes; /* max bytes for bitmap files */ 866 loff_t s_bitmap_maxbytes; /* max bytes for bitmap files */