Searched refs:cu_msg (Results 1 – 1 of 1) sorted by relevance
666 struct cld_msg cu_msg; member740 if (get_unaligned(&tmp->cu_msg.cm_xid) == xid) { in cld_pipe_downcall()754 if (copy_from_user(&cup->cu_msg, src, mlen) != 0) in cld_pipe_downcall()766 cu_msg); in cld_pipe_destroy_msg()897 if (tmp->cu_msg.cm_xid == cn->cn_xid) { in alloc_cld_upcall()904 new->cu_msg.cm_vers = CLD_UPCALL_VERSION; in alloc_cld_upcall()905 put_unaligned(cn->cn_xid++, &new->cu_msg.cm_xid); in alloc_cld_upcall()910 dprintk("%s: allocated xid %u\n", __func__, new->cu_msg.cm_xid); in alloc_cld_upcall()945 cup->cu_msg.cm_cmd = Cld_Create; in nfsd4_cld_create()946 cup->cu_msg.cm_u.cm_name.cn_len = clp->cl_name.len; in nfsd4_cld_create()[all …]