Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dnfs4recover.c659 struct cld_msg cu_msg; member
733 if (get_unaligned(&tmp->cu_msg.cm_xid) == xid) { in cld_pipe_downcall()
747 if (copy_from_user(&cup->cu_msg, src, mlen) != 0) in cld_pipe_downcall()
759 cu_msg); in cld_pipe_destroy_msg()
890 if (tmp->cu_msg.cm_xid == cn->cn_xid) { in alloc_cld_upcall()
897 new->cu_msg.cm_vers = CLD_UPCALL_VERSION; in alloc_cld_upcall()
898 put_unaligned(cn->cn_xid++, &new->cu_msg.cm_xid); in alloc_cld_upcall()
903 dprintk("%s: allocated xid %u\n", __func__, new->cu_msg.cm_xid); in alloc_cld_upcall()
938 cup->cu_msg.cm_cmd = Cld_Create; in nfsd4_cld_create()
939 cup->cu_msg.cm_u.cm_name.cn_len = clp->cl_name.len; in nfsd4_cld_create()
[all …]