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

/linux-master/block/partitions/
H A Dldm.c722 int r_objid, r_name, r_vstate, r_child, r_parent, r_stripe, r_cols, len; local
730 r_child = ldm_relative (buffer, buflen, 0x1D, r_vstate);
731 r_parent = ldm_relative (buffer, buflen, 0x2D, r_child);
753 comp->parent_id = ldm_get_vnum (buffer + 0x2D + r_child);
997 int r_objid, r_name, r_vtype, r_disable_drive_letter, r_child, r_size; local
1023 r_child = ldm_relative(buffer, buflen, 0x2D, r_disable_drive_letter);
1024 if (r_child < 0) {
1025 ldm_error("r_child %d < 0", r_child);
1028 r_size = ldm_relative(buffer, buflen, 0x3D, r_child);
[all...]

Completed in 115 milliseconds