Home
last modified time | relevance | path

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

/external/e2fsprogs/contrib/
Dadd_ext4_encrypt.c56 retval = ext2fs_close(fs); in main()
/external/e2fsprogs/doc/RelNotes/
Dv1.31.txt15 Fix a bug in ext2fs_flush/ext2fs_close; when the MASTER_SB_ONLY flag
Dv1.06.txt5 smash the backup copies in ext2fs_close(). (The problem was that when
Dv1.42.txt273 takes care of freeing the ext2_filsys structure even if ext2fs_close()
1270 Fix file descriptor leak in ext2fs_close() if the file system with
Dv1.41.txt715 updates in ext2fs_close().
/external/e2fsprogs/misc/
De2initrd_helper.c396 return (ext2fs_close (fs) ? 1 : 0); in main()
Dtune2fs.c2888 ext2fs_close(jfs); in fs_update_journal_user()
Dfuse2fs.c3868 err = ext2fs_close(global_fs); in main()
/external/e2fsprogs/lib/ext2fs/
Dclosefs.c469 errcode_t ext2fs_close(ext2_filsys fs) in ext2fs_close() function
Dext2fs.h1011 extern errcode_t ext2fs_close(ext2_filsys fs);
/external/e2fsprogs/debian/
Dlibext2fs2.symbols126 ext2fs_close@Base 1.37
/external/e2fsprogs/doc/
Dlibext2fs.texinfo148 The filesystem can also be closed using @code{ext2fs_close}, and any
232 @deftypefun errcode_t ext2fs_close (ext2_filsys @var{fs})
267 will be done when the application program calls @code{ext2fs_close} or
374 the superblock information to be flushed out when @code{ext2fs_close} is