Lines Matching defs:cmd

697 	struct socket *sock, enum drbd_packets cmd)  in drbd_send_fp()
922 static int drbd_recv_header(struct drbd_conf *mdev, enum drbd_packets *cmd, unsigned int *packet_si… in drbd_recv_header()
1159 static int receive_Barrier(struct drbd_conf *mdev, enum drbd_packets cmd, unsigned int data_size) in receive_Barrier()
1468 static int receive_DataReply(struct drbd_conf *mdev, enum drbd_packets cmd, unsigned int data_size) in receive_DataReply()
1499 static int receive_RSDataReply(struct drbd_conf *mdev, enum drbd_packets cmd, unsigned int data_siz… in receive_RSDataReply()
1651 static int receive_Data(struct drbd_conf *mdev, enum drbd_packets cmd, unsigned int data_size) in receive_Data()
1939 static int receive_DataRequest(struct drbd_conf *mdev, enum drbd_packets cmd, unsigned int digest_s… in receive_DataRequest()
2664 static int receive_protocol(struct drbd_conf *mdev, enum drbd_packets cmd, unsigned int data_size) in receive_protocol()
2763 static int receive_SyncParam(struct drbd_conf *mdev, enum drbd_packets cmd, unsigned int packet_siz… in receive_SyncParam()
2927 static int receive_sizes(struct drbd_conf *mdev, enum drbd_packets cmd, unsigned int data_size) in receive_sizes()
3030 static int receive_uuids(struct drbd_conf *mdev, enum drbd_packets cmd, unsigned int data_size) in receive_uuids()
3124 static int receive_req_state(struct drbd_conf *mdev, enum drbd_packets cmd, unsigned int data_size) in receive_req_state()
3150 static int receive_state(struct drbd_conf *mdev, enum drbd_packets cmd, unsigned int data_size) in receive_state()
3302 static int receive_sync_uuid(struct drbd_conf *mdev, enum drbd_packets cmd, unsigned int data_size) in receive_sync_uuid()
3497 static int receive_bitmap(struct drbd_conf *mdev, enum drbd_packets cmd, unsigned int data_size) in receive_bitmap()
3588 static int receive_skip(struct drbd_conf *mdev, enum drbd_packets cmd, unsigned int data_size) in receive_skip()
3607 static int receive_UnplugRemote(struct drbd_conf *mdev, enum drbd_packets cmd, unsigned int data_si… in receive_UnplugRemote()
3616 static int receive_out_of_sync(struct drbd_conf *mdev, enum drbd_packets cmd, unsigned int data_siz… in receive_out_of_sync()
3682 enum drbd_packets cmd; in drbdd() local
3939 enum drbd_packets cmd; in drbd_do_handshake() local
4020 enum drbd_packets cmd; in drbd_do_auth() local
4498 static struct asender_cmd *get_asender_cmd(int cmd) in get_asender_cmd()
4530 struct asender_cmd *cmd = NULL; in drbd_asender() local