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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dldm.h127 struct tocblock { /* We have exactly two bitmaps. */ struct
203 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 28 milliseconds