Home
last modified time | relevance | path

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

/external/e2fsprogs/doc/RelNotes/
Dv1.31.txt15 Fix a bug in ext2fs_flush/ext2fs_close; when the MASTER_SB_ONLY flag
Dv1.12.txt82 calls) at all times. The ext2fs_flush() function now performs a sync
/external/e2fsprogs/lib/ext2fs/
Dclosefs.c273 errcode_t ext2fs_flush(ext2_filsys fs) in ext2fs_flush() function
Dmkjournal.c581 retval = ext2fs_flush(fs); in main()
Dext2fs.h1014 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/
Dlibext2fs2.symbols251 ext2fs_flush@Base 1.37
/external/e2fsprogs/debugfs/
Djournal.c787 ext2fs_flush(fs); /* Force out any modifications */ in ext2fs_run_ext3_journal()
/external/e2fsprogs/resize/
Dresize2fs.c129 ext2fs_flush(fs); in resize_fs()
2583 ext2fs_flush(rfs->old_fs); in move_itables()
2593 ext2fs_flush(fs); in move_itables()
/external/e2fsprogs/e2fsck/
Djournal.c980 ext2fs_flush(ctx->fs); /* Force out any modifications */ in e2fsck_run_ext3_journal()
Dunix.c1968 pctx.errcode = ext2fs_flush(ctx->fs); in main()
/external/e2fsprogs/misc/
Dfuse2fs.c3978 ext2fs_flush(fs); in __translate_error()