Home
last modified time | relevance | path

Searched refs:r_stripe (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/block/partitions/
H A Dldm.c722 int r_objid, r_name, r_vstate, r_child, r_parent, r_stripe, r_cols, len; in ldm_parse_cmp3() local
734 r_stripe = ldm_relative (buffer, buflen, 0x2E, r_parent); in ldm_parse_cmp3()
735 r_cols = ldm_relative (buffer, buflen, 0x2E, r_stripe); in ldm_parse_cmp3()
738 r_stripe = 0; in ldm_parse_cmp3()
754 comp->chunksize = r_stripe ? ldm_get_vnum (buffer+r_parent+0x2E) : 0; in ldm_parse_cmp3()
/openbmc/linux/fs/nfs/filelayout/
H A Dfilelayout.c803 u64 p_stripe, r_stripe; in filelayout_pg_test() local
818 r_stripe = (u64)req_offset(req) - segment_offset; in filelayout_pg_test()
820 do_div(r_stripe, stripe_unit); in filelayout_pg_test()
822 if (p_stripe != r_stripe) in filelayout_pg_test()