GNU Info

Info Node: (libext2fs.info)Closing and flushing out changes

(libext2fs.info)Closing and flushing out changes


Next: Initializing a filesystem Prev: Opening an ext2 filesystem Up: Filesystem-level functions
Enter node , (file) or (file)node

Closing and flushing out changes
--------------------------------

 - Function: errcode_t ext2fs_flush (ext2_filsys FS)
     Write any changes to the high-level filesystem data structures in
     the FS filesystem.  The following data structures will be written
     out:

        * The filesystem superblock

        * The filesystem group descriptors

        * The filesystem bitmaps, if read in via `ext2fs_read_bitmaps'.


 - Function: void ext2fs_free (ext2_filsys FS)
     Close the io_manager abstraction for FS and release all memory
     associated with the filesystem handle.

 - Function: errcode_t ext2fs_close (ext2_filsys FS)
     Flush out any changes to the high-level filesystem data structures
     using `ext2fs_flush' if the filesystem is marked dirty; then close
     and free the filesystem using `ext2fs_free'.



automatically generated by info2www version 1.2.2.9