Home
last modified time | relevance | path

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

/external/e2fsprogs/contrib/
Dadd_ext4_encrypt.c56 retval = ext2fs_close(fs); in main()
/external/e2fsprogs/misc/
De2initrd_helper.c396 return (ext2fs_close (fs) ? 1 : 0); in main()
Dtune2fs.c2728 ext2fs_close(jfs); in fs_update_journal_user()
Dfuse2fs.c3867 err = ext2fs_close(global_fs); in main()
/external/e2fsprogs/lib/ext2fs/
Dclosefs.c465 errcode_t ext2fs_close(ext2_filsys fs) in ext2fs_close() function
Dext2fs.h994 extern errcode_t ext2fs_close(ext2_filsys fs);
/external/e2fsprogs/debian/
De2fslibs.symbols124 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
/external/e2fsprogs/
DRELEASE-NOTES690 takes care of freeing the ext2_filsys structure even if ext2fs_close()
1687 Fix file descriptor leak in ext2fs_close() if the file system with
2822 updates in ext2fs_close().
5963 Fix a bug in ext2fs_flush/ext2fs_close; when the MASTER_SB_ONLY flag
8084 smash the backup copies in ext2fs_close(). (The problem was that when