Searched refs:svcxdr_decode_cookie (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/fs/lockd/ |
| D | xdr.c | 161 if (!svcxdr_decode_cookie(xdr, &argp->cookie)) in nlmsvc_decode_testargs() 180 if (!svcxdr_decode_cookie(xdr, &argp->cookie)) in nlmsvc_decode_lockargs() 206 if (!svcxdr_decode_cookie(xdr, &argp->cookie)) in nlmsvc_decode_cancargs() 226 if (!svcxdr_decode_cookie(xdr, &argp->cookie)) in nlmsvc_decode_unlockargs() 241 if (!svcxdr_decode_cookie(xdr, &resp->cookie)) in nlmsvc_decode_res() 286 if (!svcxdr_decode_cookie(xdr, &argp->cookie)) in nlmsvc_decode_shareargs()
|
| D | xdr4.c | 160 if (!svcxdr_decode_cookie(xdr, &argp->cookie)) in nlm4svc_decode_testargs() 179 if (!svcxdr_decode_cookie(xdr, &argp->cookie)) in nlm4svc_decode_lockargs() 205 if (!svcxdr_decode_cookie(xdr, &argp->cookie)) in nlm4svc_decode_cancargs() 224 if (!svcxdr_decode_cookie(xdr, &argp->cookie)) in nlm4svc_decode_unlockargs() 239 if (!svcxdr_decode_cookie(xdr, &resp->cookie)) in nlm4svc_decode_res() 284 if (!svcxdr_decode_cookie(xdr, &argp->cookie)) in nlm4svc_decode_shareargs()
|
| D | svcxdr.h | 73 svcxdr_decode_cookie(struct xdr_stream *xdr, struct nlm_cookie *cookie) in svcxdr_decode_cookie() function
|