|
cbmimage
|
Functions | |
| static int | cbmimage_i_dnp_chdir (cbmimage_image_settings *settings, cbmimage_dir_entry *dir_entry) |
| static int | cbmimage_i_dnp_set_bam (cbmimage_image_settings *settings) |
| static int | cbmimage_i_dnp_get_geos_infoblock (cbmimage_image_settings *settings) |
| int | cbmimage_i_dnp_chdir_partition_init (cbmimage_image_settings *settings) |
Variables | |
| static const cbmimage_fileimage_functions | dnp_fileimage_functions |
The number of free blocks of a DNP partition is wrong. It seems that the first 64 blocks are reserved and not counted. How to be confirmed
The partition sizes are not correct. For D1M, the last block is 12/127. For D2M, it is 25/255. For D4M, it is 50/255.
|
static |
function for chdir'ing in a DNP image
| [in] | settings | pointer to the image data internal settings |
| [in] | dir_entry | pointer to the dir_entry to which to chdir. |
| int cbmimage_i_dnp_chdir_partition_init | ( | cbmimage_image_settings * | settings | ) |
create structures for a DNP image when chdir()ing to an image
| [in] | settings | pointer to the image settings |
|
static |
get the GEOS info block of this image has one
| [in] | settings | pointer to the image data internal settings |
|
static |
Occupy additional BAM entries for DNP sub-dirs
| [in] | settings | pointer to the image data internal settings |
|
static |
template for the file image functions for DNP images
This is a template that is copied into the image specific data.