Searched refs:cu_u (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4recover.c | 746 } 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 in nfsd4_cld_create() [all...] |
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4recover.c | 746 } 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 in nfsd4_cld_create() [all...] |
Completed in 5 milliseconds