Home
last modified time | relevance | path

Searched refs:ext2fs_flush (Results 1 – 12 of 12) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dclosefs.c275 errcode_t ext2fs_flush(ext2_filsys fs) in ext2fs_flush() function
Dmkjournal.c579 retval = ext2fs_flush(fs); in main()
Dext2fs.h1004 extern errcode_t ext2fs_flush(ext2_filsys fs);
/external/e2fsprogs/doc/
Dlibext2fs.texinfo150 using @code{ext2fs_flush}.
213 @deftypefun errcode_t ext2fs_flush (ext2_filsys @var{fs})
235 @code{ext2fs_flush} if the filesystem is marked dirty; then close and
268 @code{ext2fs_flush}. Also, this function only initializes the
377 @code{ext2fs_flush} when the superblock is written to disk.
/external/e2fsprogs/debian/
De2fslibs.symbols246 ext2fs_flush@Base 1.37
/external/e2fsprogs/resize/
Dresize2fs.c129 ext2fs_flush(fs); in resize_fs()
2425 ext2fs_flush(rfs->old_fs); in move_itables()
2435 ext2fs_flush(fs); in move_itables()
/external/e2fsprogs/debugfs/
Djournal.c779 ext2fs_flush(fs); /* Force out any modifications */ in ext2fs_run_ext3_journal()
/external/e2fsprogs/
DTODO23 ext2fs_flush() should return a different error message for primary
DRELEASE-NOTES5963 Fix a bug in ext2fs_flush/ext2fs_close; when the MASTER_SB_ONLY flag
7677 calls) at all times. The ext2fs_flush() function now performs a sync
/external/e2fsprogs/e2fsck/
Djournal.c977 ext2fs_flush(ctx->fs); /* Force out any modifications */ in e2fsck_run_ext3_journal()
Dunix.c1902 pctx.errcode = ext2fs_flush(ctx->fs); in main()
/external/e2fsprogs/misc/
Dfuse2fs.c3977 ext2fs_flush(fs); in __translate_error()