Searched refs:reply (Results 1 – 5 of 5) sorted by relevance
/fs/afs/ |
D | cmservice.c | 597 } reply; in SRXAFSCB_TellMeAboutYourself() local 601 memset(&reply, 0, sizeof(reply)); in SRXAFSCB_TellMeAboutYourself() 603 reply.ia.uuid[0] = call->net->uuid.time_low; in SRXAFSCB_TellMeAboutYourself() 604 reply.ia.uuid[1] = htonl(ntohs(call->net->uuid.time_mid)); in SRXAFSCB_TellMeAboutYourself() 605 reply.ia.uuid[2] = htonl(ntohs(call->net->uuid.time_hi_and_version)); in SRXAFSCB_TellMeAboutYourself() 606 reply.ia.uuid[3] = htonl((s8) call->net->uuid.clock_seq_hi_and_reserved); in SRXAFSCB_TellMeAboutYourself() 607 reply.ia.uuid[4] = htonl((s8) call->net->uuid.clock_seq_low); in SRXAFSCB_TellMeAboutYourself() 609 reply.ia.uuid[loop + 5] = htonl((s8) call->net->uuid.node[loop]); in SRXAFSCB_TellMeAboutYourself() 611 reply.cap.capcount = htonl(1); in SRXAFSCB_TellMeAboutYourself() 612 reply.cap.caps[0] = htonl(AFS_CAP_ERROR_TRANSLATION); in SRXAFSCB_TellMeAboutYourself() [all …]
|
/fs/nfs/blocklayout/ |
D | rpc_pipefs.c | 58 struct bl_dev_msg *reply = &nn->bl_mount_reply; in bl_resolve_deviceid() local 98 if (reply->status != BL_DEVICE_REQUEST_PROC) { in bl_resolve_deviceid() 100 __func__, reply->status); in bl_resolve_deviceid() 104 dev = MKDEV(reply->major, reply->minor); in bl_resolve_deviceid()
|
/fs/dlm/ |
D | rcom.c | 537 int stop, reply = 0, names = 0, lookup = 0, lock = 0; in dlm_receive_rcom() local 543 reply = 1; in dlm_receive_rcom() 550 reply = 1; in dlm_receive_rcom() 557 reply = 1; in dlm_receive_rcom() 564 reply = 1; in dlm_receive_rcom() 577 if (reply && (rc->rc_seq_reply != seq)) in dlm_receive_rcom()
|
D | lock.c | 4169 int error, reply = 1; in receive_convert() local 4202 reply = !down_conversion(lkb); in receive_convert() 4205 if (reply) in receive_convert()
|
/fs/ceph/ |
D | mds_client.c | 3257 struct ceph_msg *reply; in send_reconnect_partial() local 3274 reply = ceph_msg_new2(CEPH_MSG_CLIENT_RECONNECT, 0, 1, GFP_NOFS, false); in send_reconnect_partial() 3275 if (!reply) in send_reconnect_partial() 3310 reply->hdr.version = cpu_to_le16(5); in send_reconnect_partial() 3311 reply->hdr.compat_version = cpu_to_le16(4); in send_reconnect_partial() 3313 reply->hdr.data_len = cpu_to_le32(recon_state->pagelist->length); in send_reconnect_partial() 3314 ceph_msg_data_add_pagelist(reply, recon_state->pagelist); in send_reconnect_partial() 3316 ceph_con_send(&recon_state->session->s_con, reply); in send_reconnect_partial() 3325 ceph_msg_put(reply); in send_reconnect_partial() 3580 struct ceph_msg *reply; in send_mds_reconnect() local [all …]
|