Searched refs:cu_u (Results 1 – 1 of 1) sorted by relevance
747 } cu_u; member755 struct cld_upcall *cup = container_of(cmsg, struct cld_upcall, cu_u); in __cld_pipe_upcall()898 if (get_unaligned(&tmp->cu_u.cu_hdr.cm_xid) == xid) { in cld_pipe_downcall()916 if (copy_from_user(&cup->cu_u.cu_msg_v2, src, mlen) != 0) in cld_pipe_downcall()928 cu_u.cu_msg); in cld_pipe_destroy_msg()1074 if (tmp->cu_u.cu_msg.cm_xid == cn->cn_xid) { in alloc_cld_upcall()1081 new->cu_u.cu_msg.cm_vers = nn->client_tracking_ops->version; in alloc_cld_upcall()1082 put_unaligned(cn->cn_xid++, &new->cu_u.cu_msg.cm_xid); in alloc_cld_upcall()1087 dprintk("%s: allocated xid %u\n", __func__, new->cu_u.cu_msg.cm_xid); in alloc_cld_upcall()1122 cup->cu_u.cu_msg.cm_cmd = Cld_Create; in nfsd4_cld_create()[all …]