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