Searched refs:r_stripe (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/block/partitions/ |
D | ldm.c | 720 int r_objid, r_name, r_vstate, r_child, r_parent, r_stripe, r_cols, len; in ldm_parse_cmp3() local 732 r_stripe = ldm_relative (buffer, buflen, 0x2E, r_parent); in ldm_parse_cmp3() 733 r_cols = ldm_relative (buffer, buflen, 0x2E, r_stripe); in ldm_parse_cmp3() 736 r_stripe = 0; in ldm_parse_cmp3() 752 comp->chunksize = r_stripe ? ldm_get_vnum (buffer+r_parent+0x2E) : 0; in ldm_parse_cmp3()
|
/linux-6.12.1/fs/nfs/filelayout/ |
D | filelayout.c | 795 u64 p_stripe, r_stripe; in filelayout_pg_test() local 810 r_stripe = (u64)req_offset(req) - segment_offset; in filelayout_pg_test() 812 do_div(r_stripe, stripe_unit); in filelayout_pg_test() 814 if (p_stripe != r_stripe) in filelayout_pg_test()
|