Function report |
Source Code:block\partitions\ldm.c |
Create Date:2022-07-28 17:27:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ldm_compare_privheads - Compare two privhead objects*@ph1: First privhead*@ph2: Second privhead* This compares the two privhead structures @ph1 and @ph2.* Return: 'true' Identical* 'false' Different
Proto:static bool ldm_compare_privheads(const struct privhead *ph1, const struct privhead *ph2)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct privhead * | ph1 | |
const struct privhead * | ph2 |
217 | Return Offsets and sizes are in sectors. == Offsets and sizes are in sectors. && ver_minor == ver_minor && logical_disk_start == logical_disk_start && logical_disk_size == logical_disk_size && config_start == config_start && config_size == config_size && uuid_equal( & disk_id, & disk_id) |
Name | Describe |
---|---|
ldm_validate_privheads | ldm_validate_privheads - Compare the primary privhead with its backups*@state: Partition check state including device holding the LDM Database*@ph1: Memory struct to fill with ph contents* Read and compare all three privheads from disk |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |