Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dnfs4recover.c666 struct cld_msg cu_msg; member
674 struct cld_upcall *cup = container_of(cmsg, struct cld_upcall, cu_msg); in __cld_pipe_upcall()
735 if (get_unaligned(&tmp->cu_msg.cm_xid) == xid) { in cld_pipe_downcall()
749 if (copy_from_user(&cup->cu_msg, src, mlen) != 0) in cld_pipe_downcall()
761 cu_msg); in cld_pipe_destroy_msg()
892 if (tmp->cu_msg.cm_xid == cn->cn_xid) { in alloc_cld_upcall()
899 new->cu_msg.cm_vers = CLD_UPCALL_VERSION; in alloc_cld_upcall()
900 put_unaligned(cn->cn_xid++, &new->cu_msg.cm_xid); in alloc_cld_upcall()
905 dprintk("%s: allocated xid %u\n", __func__, new->cu_msg.cm_xid); in alloc_cld_upcall()
940 cup->cu_msg.cm_cmd = Cld_Create; in nfsd4_cld_create()
[all …]