Home
last modified time | relevance | path

Searched refs:cu_u (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/fs/nfsd/
Dnfs4recover.c746 } cu_u; member
754 struct cld_upcall *cup = container_of(cmsg, struct cld_upcall, cu_u); in __cld_pipe_upcall()
889 if (get_unaligned(&tmp->cu_u.cu_hdr.cm_xid) == xid) { in cld_pipe_downcall()
907 if (copy_from_user(&cup->cu_u.cu_msg_v2, src, mlen) != 0) in cld_pipe_downcall()
919 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()
[all …]