Lines Matching defs:rds_mr
227 struct rds_mr { struct
228 struct rb_node r_rb_node;
229 atomic_t r_refcount;
230 u32 r_key;
233 unsigned int r_use_once:1;
234 unsigned int r_invalidate:1;
235 unsigned int r_write:1;
241 unsigned long r_state;
242 struct rds_sock *r_sock; /* back pointer to the socket that owns us */
243 struct rds_transport *r_trans;
244 void *r_trans_private;