Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
R128
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ermine
R128
Commits
436bd75e
Commit
436bd75e
authored
17 years ago
by
Theodore Ts'o
Browse files
Options
Downloads
Patches
Plain Diff
Define/reserve new ext4 superblock fields
Signed-off-by:
"Theodore Ts'o"
<
tytso@mit.edu
>
parent
315054f0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/linux/ext4_fs.h
+8
-1
8 additions, 1 deletion
include/linux/ext4_fs.h
with
8 additions
and
1 deletion
include/linux/ext4_fs.h
+
8
−
1
View file @
436bd75e
...
...
@@ -513,7 +513,14 @@ struct ext4_super_block {
/*150*/
__le32
s_blocks_count_hi
;
/* Blocks count */
__le32
s_r_blocks_count_hi
;
/* Reserved blocks count */
__le32
s_free_blocks_count_hi
;
/* Free blocks count */
__u32
s_reserved
[
169
];
/* Padding to the end of the block */
__u16
s_min_extra_isize
;
/* All inodes have at least # bytes */
__u16
s_want_extra_isize
;
/* New inodes should reserve # bytes */
__u32
s_flags
;
/* Miscellaneous flags */
__u16
s_raid_stride
;
/* RAID stride */
__u16
s_mmp_interval
;
/* # seconds to wait in MMP checking */
__u64
s_mmp_block
;
/* Block for multi-mount protection */
__u32
s_raid_stripe_width
;
/* blocks on all data disks (N*stride)*/
__u32
s_reserved
[
163
];
/* Padding to the end of the block */
};
#ifdef __KERNEL__
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment