GNU Info

Info Node: (libext2fs.info)Other functions

(libext2fs.info)Other functions


Prev: Byte-swapping functions Up: EXT2FS Library Functions
Enter node , (file) or (file)node

Other functions
===============

   /* alloc.c */

 - Function: errcode_t ext2fs_new_inode (ext2_filsys FS, ext2_ino_t
          DIR, int MODE, ext2fs_inode_bitmap MAP, ext2_ino_t *RET)

 - Function: errcode_t ext2fs_new_block (ext2_filsys FS, blk_t GOAL,
          ext2fs_block_bitmap MAP, blk_t *RET)

 - Function: errcode_t ext2fs_get_free_blocks (ext2_filsys FS, blk_t
          START, blk_t FINISH, int NUM, ext2fs_block_bitmap MAP, blk_t
          *RET)

   /* check_desc.c */

 - Function: errcode_t ext2fs_check_desc (ext2_filsys FS)

 - Function: errcode_t ext2_get_num_dirs (ext2_filsys FS, ext2_ino_t
          *RET_NUM_DIRS)

   /* getsize.c */

 - Function: errcode_t ext2fs_get_device_size (const char *FILE, int
          BLOCKSIZE, blk_t *RETBLOCKS)

   /* ismounted.c */

 - Function: errcode_t ext2fs_check_if_mounted (const char *FILE, int
          *MOUNT_FLAGS)

   /* version.c */

 - Function: int ext2fs_get_library_version (const char **VER_STRING,
          const char **DATE_STRING)
     This function returns the current version of the ext2 library.  The
     return value contains an integer version code, which consists of
     the major version number of the library multiplied by 100, plus
     the minor version number of the library.  Hence, if the library
     version is 1.08, the returned value will be 108.

     If VER_STRING and/or DATE_STRING are non-NULL, they will be set to
     point at a constant string containing the library version and/or
     release date, respectively.

 - Function: int ext2fs_parse_version_string (const char *VER_STRING)
     This function takes a version string which may included in an
     application and returns a version code using the same algorithm
     used by `ext2fs_get_library_version'.  It can be used by programs
     included in the `e2fsprogs' distribution to assure that they are
     using an up-to-date ext2 shared library.

   /* inline functions */

 - Function: int ext2fs_group_of_blk (ext2_filsys FS, blk_t BLK)
     This function returns the block group which contains the block BLK.


 - Function: int ext2fs_group_of_ino (ext2_filsys FS, ext2_ino_t INO)
     This function returns the block group which contains the inode INO.


automatically generated by info2www version 1.2.2.9