mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 11:03:00 +00:00
[EXT2] Upgrade to 0.69
CORE-13980
This commit is contained in:
parent
18dee7a392
commit
a1d7e9936d
24 changed files with 3032 additions and 304 deletions
|
@ -75,25 +75,6 @@ struct super_block {
|
|||
void *s_fs_info;
|
||||
};
|
||||
|
||||
struct xattr_entry {
|
||||
char xe_name_index;
|
||||
char *xe_name;
|
||||
char xe_name_len;
|
||||
char *xe_value;
|
||||
int xe_value_size;
|
||||
int xe_value_buf_size;
|
||||
struct rb_node xe_node;
|
||||
};
|
||||
|
||||
#define XATTR_FLAG_DIRTY 0x1
|
||||
#define XATTR_FLAG_LOADED 0x2
|
||||
|
||||
struct xattr_handle {
|
||||
int xh_flags;
|
||||
int xh_total_size;
|
||||
struct rb_root xh_root;
|
||||
};
|
||||
|
||||
struct inode {
|
||||
__u32 i_ino; /* inode number */
|
||||
loff_t i_size; /* size */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue