Searched refs:xdr_stream_decode_bool (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/fs/lockd/ |
D | xdr.c | 163 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlmsvc_decode_testargs() 182 if (xdr_stream_decode_bool(xdr, &argp->block) < 0) in nlmsvc_decode_lockargs() 184 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlmsvc_decode_lockargs() 190 if (xdr_stream_decode_bool(xdr, &argp->reclaim) < 0) in nlmsvc_decode_lockargs() 208 if (xdr_stream_decode_bool(xdr, &argp->block) < 0) in nlmsvc_decode_cancargs() 210 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlmsvc_decode_cancargs()
|
D | xdr4.c | 162 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlm4svc_decode_testargs() 181 if (xdr_stream_decode_bool(xdr, &argp->block) < 0) in nlm4svc_decode_lockargs() 183 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlm4svc_decode_lockargs() 189 if (xdr_stream_decode_bool(xdr, &argp->reclaim) < 0) in nlm4svc_decode_lockargs() 207 if (xdr_stream_decode_bool(xdr, &argp->block) < 0) in nlm4svc_decode_cancargs() 209 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlm4svc_decode_cancargs()
|
/Linux-v5.15/fs/nfsd/ |
D | nfs3xdr.c | 217 if (xdr_stream_decode_bool(xdr, &set_it) < 0) in svcxdr_decode_sattr3() 227 if (xdr_stream_decode_bool(xdr, &set_it) < 0) in svcxdr_decode_sattr3() 238 if (xdr_stream_decode_bool(xdr, &set_it) < 0) in svcxdr_decode_sattr3() 249 if (xdr_stream_decode_bool(xdr, &set_it) < 0) in svcxdr_decode_sattr3() 301 if (xdr_stream_decode_bool(xdr, &check) < 0) in svcxdr_decode_sattrguard3()
|
D | nfs4xdr.c | 901 if (xdr_stream_decode_bool(argp->xdr, &lock->lk_is_new) < 0) in nfsd4_decode_locker4() 915 if (xdr_stream_decode_bool(argp->xdr, &lock->lk_reclaim) < 0) in nfsd4_decode_lock() 1710 if (xdr_stream_decode_bool(argp->xdr, &lcp->lc_reclaim) < 0) in nfsd4_decode_layoutcommit() 1766 if (xdr_stream_decode_bool(argp->xdr, &lrp->lr_reclaim) < 0) in nfsd4_decode_layoutreturn() 1838 if (xdr_stream_decode_bool(argp->xdr, &rc->rca_one_fs) < 0) in nfsd4_decode_reclaim_complete()
|
/Linux-v5.15/include/linux/sunrpc/ |
D | xdr.h | 603 xdr_stream_decode_bool(struct xdr_stream *xdr, __u32 *ptr) in xdr_stream_decode_bool() function
|