Home
last modified time | relevance | path

Searched refs:privhead (Results 1 – 2 of 2) sorted by relevance

/linux/block/partitions/
H A Dldm.h66 #define OFF_PRIV1 6 /* Offset of the first privhead
97 struct privhead { /* Offsets and sizes are in sectors. */ struct
182 struct privhead ph;
98 ver_majorprivhead global() argument
99 ver_minorprivhead global() argument
100 logical_disk_startprivhead global() argument
101 logical_disk_sizeprivhead global() argument
102 config_startprivhead global() argument
103 config_sizeprivhead global() argument
104 disk_idprivhead global() argument
H A Dldm.c59 * @ph: In-memory privhead structure in which to return parsed information
62 * sets up the in-memory privhead structure @ph with the obtained information.
67 static bool ldm_parse_privhead(const u8 *data, struct privhead *ph) in ldm_parse_privhead()
201 * ldm_compare_privheads - Compare two privhead objects
202 * @ph1: First privhead
203 * @ph2: Second privhead
205 * This compares the two privhead structures @ph1 and @ph2.
210 static bool ldm_compare_privheads (const struct privhead *ph1, in ldm_compare_privheads()
211 const struct privhead *ph2) in ldm_compare_privheads()
250 * ldm_validate_privheads - Compare the primary privhead wit
[all...]