Home
last modified time | relevance | path

Searched refs:reply (Results 1 – 5 of 5) sorted by relevance

/fs/afs/
A Dcmservice.c507 } reply; in SRXAFSCB_TellMeAboutYourself() local
511 memset(&reply, 0, sizeof(reply)); in SRXAFSCB_TellMeAboutYourself()
513 reply.ia.uuid[0] = call->net->uuid.time_low; in SRXAFSCB_TellMeAboutYourself()
514 reply.ia.uuid[1] = htonl(ntohs(call->net->uuid.time_mid)); in SRXAFSCB_TellMeAboutYourself()
515 reply.ia.uuid[2] = htonl(ntohs(call->net->uuid.time_hi_and_version)); in SRXAFSCB_TellMeAboutYourself()
516 reply.ia.uuid[3] = htonl((s8) call->net->uuid.clock_seq_hi_and_reserved); in SRXAFSCB_TellMeAboutYourself()
517 reply.ia.uuid[4] = htonl((s8) call->net->uuid.clock_seq_low); in SRXAFSCB_TellMeAboutYourself()
519 reply.ia.uuid[loop + 5] = htonl((s8) call->net->uuid.node[loop]); in SRXAFSCB_TellMeAboutYourself()
521 reply.cap.capcount = htonl(1); in SRXAFSCB_TellMeAboutYourself()
522 reply.cap.caps[0] = htonl(AFS_CAP_ERROR_TRANSLATION); in SRXAFSCB_TellMeAboutYourself()
[all …]
/fs/nfs/blocklayout/
A Drpc_pipefs.c57 struct bl_dev_msg *reply = &nn->bl_mount_reply; in bl_resolve_deviceid() local
97 if (reply->status != BL_DEVICE_REQUEST_PROC) { in bl_resolve_deviceid()
99 __func__, reply->status); in bl_resolve_deviceid()
103 dev = MKDEV(reply->major, reply->minor); in bl_resolve_deviceid()
/fs/dlm/
A Drcom.c585 int stop, reply = 0, names = 0, lookup = 0, lock = 0; in dlm_receive_rcom() local
591 reply = 1; in dlm_receive_rcom()
598 reply = 1; in dlm_receive_rcom()
605 reply = 1; in dlm_receive_rcom()
612 reply = 1; in dlm_receive_rcom()
625 if (reply && (le64_to_cpu(rc->rc_seq_reply) != seq)) in dlm_receive_rcom()
A Dlock.c4071 int error, reply = 1; in receive_convert() local
4105 reply = !down_conversion(lkb); in receive_convert()
4108 if (reply) in receive_convert()
/fs/ceph/
A Dmds_client.c4459 struct ceph_msg *reply; in send_reconnect_partial() local
4477 if (!reply) in send_reconnect_partial()
4512 reply->hdr.version = cpu_to_le16(5); in send_reconnect_partial()
4513 reply->hdr.compat_version = cpu_to_le16(4); in send_reconnect_partial()
4527 ceph_msg_put(reply); in send_reconnect_partial()
4835 struct ceph_msg *reply; in send_mds_reconnect() local
4850 if (!reply) in send_mds_reconnect()
4970 reply->hdr.compat_version = cpu_to_le16(4); in send_mds_reconnect()
4975 ceph_con_send(&session->s_con, reply); in send_mds_reconnect()
4988 ceph_msg_put(reply); in send_mds_reconnect()
[all …]

Completed in 27 milliseconds