Searched refs:r_stripe (Results 1 – 1 of 1) sorted by relevance
/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 748 r_stripe = ldm_relative (buffer, buflen, 0x2E, r_parent); in ldm_parse_cmp3() 749 r_cols = ldm_relative (buffer, buflen, 0x2E, r_stripe); in ldm_parse_cmp3() 752 r_stripe = 0; in ldm_parse_cmp3() 769 comp->chunksize = r_stripe ? ldm_get_vnum (buffer+r_parent+0x2E) : 0; in ldm_parse_cmp3()
|