Searched refs:cu_msg (Results 1 – 1 of 1) sorted by relevance
654 struct cld_msg cu_msg; member728 if (get_unaligned(&tmp->cu_msg.cm_xid) == xid) { in cld_pipe_downcall()742 if (copy_from_user(&cup->cu_msg, src, mlen) != 0) in cld_pipe_downcall()754 cu_msg); in cld_pipe_destroy_msg()885 if (tmp->cu_msg.cm_xid == cn->cn_xid) { in alloc_cld_upcall()892 new->cu_msg.cm_vers = CLD_UPCALL_VERSION; in alloc_cld_upcall()893 put_unaligned(cn->cn_xid++, &new->cu_msg.cm_xid); in alloc_cld_upcall()898 dprintk("%s: allocated xid %u\n", __func__, new->cu_msg.cm_xid); in alloc_cld_upcall()933 cup->cu_msg.cm_cmd = Cld_Create; in nfsd4_cld_create()934 cup->cu_msg.cm_u.cm_name.cn_len = clp->cl_name.len; in nfsd4_cld_create()[all …]