Searched refs:cu_msg (Results 1 – 1 of 1) sorted by relevance
744 struct cld_msg cu_msg; member919 cu_u.cu_msg); in cld_pipe_destroy_msg()1065 if (tmp->cu_u.cu_msg.cm_xid == cn->cn_xid) { in alloc_cld_upcall()1072 new->cu_u.cu_msg.cm_vers = nn->client_tracking_ops->version; in alloc_cld_upcall()1073 put_unaligned(cn->cn_xid++, &new->cu_u.cu_msg.cm_xid); in alloc_cld_upcall()1078 dprintk("%s: allocated xid %u\n", __func__, new->cu_u.cu_msg.cm_xid); in alloc_cld_upcall()1113 cup->cu_u.cu_msg.cm_cmd = Cld_Create; in nfsd4_cld_create()1114 cup->cu_u.cu_msg.cm_u.cm_name.cn_len = clp->cl_name.len; in nfsd4_cld_create()1115 memcpy(cup->cu_u.cu_msg.cm_u.cm_name.cn_id, clp->cl_name.data, in nfsd4_cld_create()1118 ret = cld_pipe_upcall(cn->cn_pipe, &cup->cu_u.cu_msg, nn); in nfsd4_cld_create()[all …]