Searched refs:r_vstate (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/block/partitions/ |
D | ldm.c | 720 int r_objid, r_name, r_vstate, r_child, r_parent, r_stripe, r_cols, len; in ldm_parse_cmp3() local 727 r_vstate = ldm_relative (buffer, buflen, 0x18, r_name); in ldm_parse_cmp3() 728 r_child = ldm_relative (buffer, buflen, 0x1D, r_vstate); in ldm_parse_cmp3() 749 comp->type = buffer[0x18 + r_vstate]; in ldm_parse_cmp3() 750 comp->children = ldm_get_vnum (buffer + 0x1D + r_vstate); in ldm_parse_cmp3()
|