r_stripe          722 block/partitions/ldm.c 	int r_objid, r_name, r_vstate, r_child, r_parent, r_stripe, r_cols, len;
r_stripe          734 block/partitions/ldm.c 		r_stripe = ldm_relative (buffer, buflen, 0x2E, r_parent);
r_stripe          735 block/partitions/ldm.c 		r_cols   = ldm_relative (buffer, buflen, 0x2E, r_stripe);
r_stripe          738 block/partitions/ldm.c 		r_stripe = 0;
r_stripe          755 block/partitions/ldm.c 	comp->chunksize = r_stripe ? ldm_get_vnum (buffer+r_parent+0x2E) : 0;
r_stripe          851 fs/nfs/filelayout/filelayout.c 	u64 p_stripe, r_stripe;
r_stripe          864 fs/nfs/filelayout/filelayout.c 		r_stripe = (u64)req_offset(req) - segment_offset;
r_stripe          866 fs/nfs/filelayout/filelayout.c 		do_div(r_stripe, stripe_unit);
r_stripe          868 fs/nfs/filelayout/filelayout.c 		if (p_stripe != r_stripe)