Searched refs:ext2fs_close (Results 1 – 9 of 9) sorted by relevance
56 retval = ext2fs_close(fs); in main()
396 return (ext2fs_close (fs) ? 1 : 0); in main()
2728 ext2fs_close(jfs); in fs_update_journal_user()
3867 err = ext2fs_close(global_fs); in main()
465 errcode_t ext2fs_close(ext2_filsys fs) in ext2fs_close() function
994 extern errcode_t ext2fs_close(ext2_filsys fs);
124 ext2fs_close@Base 1.37
148 The filesystem can also be closed using @code{ext2fs_close}, and any232 @deftypefun errcode_t ext2fs_close (ext2_filsys @var{fs})267 will be done when the application program calls @code{ext2fs_close} or374 the superblock information to be flushed out when @code{ext2fs_close} is
690 takes care of freeing the ext2_filsys structure even if ext2fs_close()1687 Fix file descriptor leak in ext2fs_close() if the file system with2822 updates in ext2fs_close().5963 Fix a bug in ext2fs_flush/ext2fs_close; when the MASTER_SB_ONLY flag8084 smash the backup copies in ext2fs_close(). (The problem was that when