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