Searched refs:svcxdr_decode_cookie (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/lockd/ |
D | xdr.c | 160 if (!svcxdr_decode_cookie(xdr, &argp->cookie)) in nlmsvc_decode_testargs() 178 if (!svcxdr_decode_cookie(xdr, &argp->cookie)) in nlmsvc_decode_lockargs() 203 if (!svcxdr_decode_cookie(xdr, &argp->cookie)) in nlmsvc_decode_cancargs() 222 if (!svcxdr_decode_cookie(xdr, &argp->cookie)) in nlmsvc_decode_unlockargs() 236 if (!svcxdr_decode_cookie(xdr, &resp->cookie)) in nlmsvc_decode_res() 280 if (!svcxdr_decode_cookie(xdr, &argp->cookie)) in nlmsvc_decode_shareargs()
|
D | xdr4.c | 155 if (!svcxdr_decode_cookie(xdr, &argp->cookie)) in nlm4svc_decode_testargs() 173 if (!svcxdr_decode_cookie(xdr, &argp->cookie)) in nlm4svc_decode_lockargs() 198 if (!svcxdr_decode_cookie(xdr, &argp->cookie)) in nlm4svc_decode_cancargs() 217 if (!svcxdr_decode_cookie(xdr, &argp->cookie)) in nlm4svc_decode_unlockargs() 231 if (!svcxdr_decode_cookie(xdr, &resp->cookie)) in nlm4svc_decode_res() 275 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
|