Searched refs:config_start (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.c145 ph->config_start = get_unaligned_be64(data + 0x012B);
164 ph->logical_disk_size > ph->config_start)) {
280 (ph1->config_start == ph2->config_start) &&
344 /* off[1 & 2] are relative to ph[0]->config_start */
345 ph[0]->config_start = 0;
349 data = read_part_sector(state, ph[0]->config_start + off[i],
368 if ((ph[0]->config_start > num_sects) ||
369 ((ph[0]->config_start + ph[0]->config_size) > num_sects)) {
374 if ((ph[0]->logical_disk_start > ph[0]->config_start) ||
[all...]
H A Dldm.h122 u64 config_start; member in struct:privhead

Completed in 103 milliseconds