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