Searched refs:r_stripe (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/block/partitions/ |
D | ldm.c | 722 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() 755 comp->chunksize = r_stripe ? ldm_get_vnum (buffer+r_parent+0x2E) : 0; in ldm_parse_cmp3()
|
/Linux-v5.4/fs/nfs/filelayout/ |
D | filelayout.c | 851 u64 p_stripe, r_stripe; in filelayout_pg_test() local 864 r_stripe = (u64)req_offset(req) - segment_offset; in filelayout_pg_test() 866 do_div(r_stripe, stripe_unit); in filelayout_pg_test() 868 if (p_stripe != r_stripe) in filelayout_pg_test()
|