Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
436bd75e
Commit
436bd75e
authored
May 31, 2007
by
Theodore Ts'o
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define/reserve new ext4 superblock fields
Signed-off-by:
"Theodore Ts'o"
<
tytso@mit.edu
>
parent
315054f0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
include/linux/ext4_fs.h
include/linux/ext4_fs.h
+8
-1
No files found.
include/linux/ext4_fs.h
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__
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment