Searched refs:tocblock (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.h132 struct tocblock { /* We have exactly two bitmaps. */ struct
208 struct tocblock toc;
H A Dldm.c182 * in @data and sets up the in-memory tocblock structure @toc with the obtained
190 static bool ldm_parse_tocblock (const u8 *data, struct tocblock *toc)
286 * ldm_compare_tocblocks - Compare two tocblock objects
290 * This compares the two tocblock structures @toc1 and @toc2.
295 static bool ldm_compare_tocblocks (const struct tocblock *toc1,
296 const struct tocblock *toc2)
411 struct tocblock *tb[4];
426 tb[2] = (struct tocblock*)((u8*)tb[1] + sizeof(*tb[1]));
427 tb[3] = (struct tocblock*)((u8*)tb[2] + sizeof(*tb[2]));
488 struct tocblock *to
[all...]

Completed in 83 milliseconds