Searched refs:r_vtype (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/block/partitions/ |
D | ldm.c | 995 int r_objid, r_name, r_vtype, r_disable_drive_letter, r_child, r_size; in ldm_parse_vol5() local 1010 r_vtype = ldm_relative(buffer, buflen, 0x18, r_name); in ldm_parse_vol5() 1011 if (r_vtype < 0) { in ldm_parse_vol5() 1012 ldm_error("r_vtype %d < 0", r_vtype); in ldm_parse_vol5() 1015 r_disable_drive_letter = ldm_relative(buffer, buflen, 0x18, r_vtype); in ldm_parse_vol5()
|