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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Dmsdos.c284 u32 bsd_start, bsd_size; local
291 bsd_size = le32_to_cpu(p->p_size);
292 if (offset == bsd_start && size == bsd_size)
295 if (offset > bsd_start || offset+size < bsd_start+bsd_size) {
299 put_partition(state, state->next++, bsd_start, bsd_size);

Completed in 45 milliseconds