aboutsummaryrefslogtreecommitdiff
path: root/ext2fs/ext2_fs_i.h
Commit message (Collapse)AuthorAgeFilesLines
* ext2fs Merge 2 headersEtienne Brateau2022-01-231-41/+0
| | | | | * ext2_fs_i.h: merge it into ext2_fs.h. This is also done in the linux tree Message-Id: <20220123041715.19402-1-etienne.brateau@gmail.com>
* Fix supporting >4GiB files in ext2fsSamuel Thibault2016-04-261-1/+0
| | | | | | | | | | * ext2fs/inode.c (diskfs_user_read_node): When sizeof(off_t) >= 8, add di->i_size_high as high-64bit part to st->st_size. Drop setting unused info->i_high_size. (write_node): When sizeof(off_t) >= 8, write high-64bit part of st->st_size to di->i_size_high. * ext2fs/ext2_fs_i.h (ext2_inode_info): Remove i_high_size field. * pfinet/linux-src/include/linux/ext2_fs_i.h (ext2_inode_info): Likewise.
* 1999-08-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-08-231-1/+3
| | | | | * ext2_fs.h, ext2_fs_i.h: Replaced with Linux 2.3.14 versions. * ext2fs.h (i_mode_high): New macro, missing from ext_fs.h.
* (u32, u16, u8, s32, s16, s8):Miles Bader1996-08-121-15/+15
| | | | All uses of these types changed to have a leading `__'.
* entered into RCSMiles Bader1995-04-141-2/+2
|
* Formerly ext2_fs_i.h.~3~Miles Bader1995-04-141-1/+1
|
* Formerly ext2_fs_i.h.~2~Miles Bader1995-04-141-12/+12
|
* Initial revisionMiles Bader1995-04-111-0/+40