e2fsprogs/resize
Lukas Czerner c859cb1de0 e2fsprogs: create open() and stat() helpers
In many places we are using #ifdef HAVE_OPEN64 to determine if we can
use open64() but that's ugly. This commit creates two new helpers
ext2fs_open_file() for open() and ext2fs_stat() for stat(). Also we need
new typedef ext2fs_struct_stat for struct stat.

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2011-09-15 23:46:57 -04:00
..
Makefile.in Don't use in-tree header files if using system uuid or blkid libraries 2009-10-04 14:45:08 -04:00
Makefile.pq Many files: 1997-11-14 05:23:04 +00:00
extent.c Merge branch 'maint' into next 2010-07-19 02:37:41 -04:00
main.c e2fsprogs: create open() and stat() helpers 2011-09-15 23:46:57 -04:00
online.c resize2fs: add support for new in-kernel online resize ioctl 2011-09-14 13:26:57 -04:00
resize2fs.8.in resize2fs.8.in: Document that resize2fs -p only works on offline resizes 2010-11-26 19:35:30 -05:00
resize2fs.c ext2fs: Handle internal journal over 2^32 bytes 2011-06-11 12:17:29 -04:00
resize2fs.h resize2fs: Fix up to be 64-bit block number safe 2010-06-13 18:00:00 -04:00
sim_progress.c resize2fs: Fix potential memory corruption in ext2fs_progress_init() 2008-10-01 19:42:57 -04:00
test_extent.c resize2fs: Fix up to be 64-bit block number safe 2010-06-13 18:00:00 -04:00
test_extent.in Many files: 1997-06-17 03:52:12 +00:00