Searched refs:r_stripe (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/fs/nfs/ |
D | nfs4filelayout.c | 663 u64 p_stripe, r_stripe; in filelayout_pg_test() local 669 r_stripe = (u64)req->wb_index << PAGE_CACHE_SHIFT; in filelayout_pg_test() 673 do_div(r_stripe, stripe_unit); in filelayout_pg_test() 675 return (p_stripe == r_stripe); in filelayout_pg_test()
|
/linux-2.6.39/fs/partitions/ |
D | ldm.c | 786 int r_objid, r_name, r_vstate, r_child, r_parent, r_stripe, r_cols, len; in ldm_parse_cmp3() local 798 r_stripe = ldm_relative (buffer, buflen, 0x2E, r_parent); in ldm_parse_cmp3() 799 r_cols = ldm_relative (buffer, buflen, 0x2E, r_stripe); in ldm_parse_cmp3() 802 r_stripe = 0; in ldm_parse_cmp3() 819 comp->chunksize = r_stripe ? ldm_get_vnum (buffer+r_parent+0x2E) : 0; in ldm_parse_cmp3()
|