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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/partitions/
H A Dmsdos.c268 int i, bsd_start, bsd_size; local
270 bsd_start = le32_to_cpu(bsd_p->p_offset);
278 if (start+size <= bsd_start || start >= bsd_start+bsd_size)
281 if (start == bsd_start && size == bsd_size)
284 if (start <= bsd_start && start+size >= bsd_start+bsd_size) {
288 i, start, size, bsd_start, bsd_size);
296 i, start, size, bsd_start, bsd_size);
302 add_gd_partition(hd, *current_minor, bsd_start, bsd_siz
[all...]

Completed in 30 milliseconds