Lines Matching defs:rds_mr
209 struct rds_mr { struct
210 struct rb_node r_rb_node;
211 atomic_t r_refcount;
212 u32 r_key;
215 unsigned int r_use_once:1;
216 unsigned int r_invalidate:1;
217 unsigned int r_write:1;
223 unsigned long r_state;
224 struct rds_sock *r_sock; /* back pointer to the socket that owns us */
225 struct rds_transport *r_trans;
226 void *r_trans_private;