• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/

Lines Matching refs:p_header

720 	struct p_header *h = (struct p_header *) &mdev->data.sbuf.header;
727 struct p_header *h = (struct p_header *) &mdev->data.sbuf.header;
947 static int drbd_recv_header(struct drbd_conf *mdev, struct p_header *h)
1269 static int receive_Barrier(struct drbd_conf *mdev, struct p_header *h)
1572 static int receive_DataReply(struct drbd_conf *mdev, struct p_header *h)
1612 static int receive_RSDataReply(struct drbd_conf *mdev, struct p_header *h)
1767 static int receive_Data(struct drbd_conf *mdev, struct p_header *h)
2017 static int receive_DataRequest(struct drbd_conf *mdev, struct p_header *h)
2696 static int receive_protocol(struct drbd_conf *mdev, struct p_header *h)
2802 static int receive_SyncParam(struct drbd_conf *mdev, struct p_header *h)
2943 static int receive_sizes(struct drbd_conf *mdev, struct p_header *h)
3059 static int receive_uuids(struct drbd_conf *mdev, struct p_header *h)
3147 static int receive_req_state(struct drbd_conf *mdev, struct p_header *h)
3177 static int receive_state(struct drbd_conf *mdev, struct p_header *h)
3288 static int receive_sync_uuid(struct drbd_conf *mdev, struct p_header *h)
3321 receive_bitmap_plain(struct drbd_conf *mdev, struct p_header *h,
3426 unsigned plain = sizeof(struct p_header) *
3464 static int receive_bitmap(struct drbd_conf *mdev, struct p_header *h)
3516 c.bytes[h->command == P_BITMAP] += sizeof(struct p_header) + h->length;
3552 static int receive_skip_(struct drbd_conf *mdev, struct p_header *h, int silent)
3572 static int receive_skip(struct drbd_conf *mdev, struct p_header *h)
3577 static int receive_skip_silent(struct drbd_conf *mdev, struct p_header *h)
3582 static int receive_UnplugRemote(struct drbd_conf *mdev, struct p_header *h)
3594 typedef int (*drbd_cmd_handler_f)(struct drbd_conf *, struct p_header *);
3629 struct p_header *header = &mdev->data.rbuf.header;
3885 (struct p_header *)p, sizeof(*p), 0 );
3902 -sizeof(struct p_header);
3979 struct p_header p;
4152 static int got_RqSReply(struct drbd_conf *mdev, struct p_header *h)
4170 static int got_Ping(struct drbd_conf *mdev, struct p_header *h)
4176 static int got_PingAck(struct drbd_conf *mdev, struct p_header *h)
4186 static int got_IsInSync(struct drbd_conf *mdev, struct p_header *h)
4256 static int got_BlockAck(struct drbd_conf *mdev, struct p_header *h)
4296 static int got_NegAck(struct drbd_conf *mdev, struct p_header *h)
4316 static int got_NegDReply(struct drbd_conf *mdev, struct p_header *h)
4329 static int got_NegRSDReply(struct drbd_conf *mdev, struct p_header *h)
4351 static int got_BarrierAck(struct drbd_conf *mdev, struct p_header *h)
4360 static int got_OVResult(struct drbd_conf *mdev, struct p_header *h)
4394 static int got_something_to_ignore_m(struct drbd_conf *mdev, struct p_header *h)
4402 int (*process)(struct drbd_conf *mdev, struct p_header *h);
4411 [P_PING] = { sizeof(struct p_header), got_Ping },
4412 [P_PING_ACK] = { sizeof(struct p_header), got_PingAck },
4435 struct p_header *h = &mdev->meta.rbuf.header;
4441 int expect = sizeof(struct p_header);
4541 ERR_IF(len != expect-sizeof(struct p_header))
4551 expect = sizeof(struct p_header);