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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Dldm.h81 #define OFF_PRIV1 6 /* Offset of the first privhead
122 struct privhead { /* Offsets and sizes are in sectors. */ struct
207 struct privhead ph;
H A Dldm.c123 * @ph: In-memory privhead structure in which to return parsed information
126 * sets up the in-memory privhead structure @ph with the obtained information.
131 static bool ldm_parse_privhead(const u8 *data, struct privhead *ph)
262 * ldm_compare_privheads - Compare two privhead objects
263 * @ph1: First privhead
264 * @ph2: Second privhead
266 * This compares the two privhead structures @ph1 and @ph2.
271 static bool ldm_compare_privheads (const struct privhead *ph1,
272 const struct privhead *ph2)
311 * ldm_validate_privheads - Compare the primary privhead wit
[all...]

Completed in 49 milliseconds