Searched refs:r_parent (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/block/partitions/ |
H A D | ldm.c | 788 int r_objid, r_name, r_vstate, r_child, r_parent, r_stripe, r_cols, len; ldm_parse_cmp3() local 797 r_parent = ldm_relative (buffer, buflen, 0x2D, r_child); ldm_parse_cmp3() 800 r_stripe = ldm_relative (buffer, buflen, 0x2E, r_parent); ldm_parse_cmp3() 806 len = r_parent; ldm_parse_cmp3() 821 comp->chunksize = r_stripe ? ldm_get_vnum (buffer+r_parent+0x2E) : 0; ldm_parse_cmp3() 999 int r_objid, r_name, r_size, r_parent, r_diskid, r_index, len; ldm_parse_prt3() local 1018 r_parent = ldm_relative(buffer, buflen, 0x34, r_size); ldm_parse_prt3() 1019 if (r_parent < 0) { ldm_parse_prt3() 1020 ldm_error("r_parent %d < 0", r_parent); ldm_parse_prt3() 1023 r_diskid = ldm_relative(buffer, buflen, 0x34, r_parent); ldm_parse_prt3() 1054 part->disk_id = ldm_get_vnum(buffer + 0x34 + r_parent); ldm_parse_prt3()
|
Completed in 35 milliseconds