Home
last modified time | relevance | path

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

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