Searched refs:xdr_stream_decode_bool (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/fs/lockd/ |
D | xdr4.c | 156 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlm4svc_decode_testargs() 174 if (xdr_stream_decode_bool(xdr, &argp->block) < 0) in nlm4svc_decode_lockargs() 176 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlm4svc_decode_lockargs() 182 if (xdr_stream_decode_bool(xdr, &argp->reclaim) < 0) in nlm4svc_decode_lockargs() 199 if (xdr_stream_decode_bool(xdr, &argp->block) < 0) in nlm4svc_decode_cancargs() 201 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlm4svc_decode_cancargs()
|
D | xdr.c | 162 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlmsvc_decode_testargs() 180 if (xdr_stream_decode_bool(xdr, &argp->block) < 0) in nlmsvc_decode_lockargs() 182 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlmsvc_decode_lockargs() 188 if (xdr_stream_decode_bool(xdr, &argp->reclaim) < 0) in nlmsvc_decode_lockargs() 205 if (xdr_stream_decode_bool(xdr, &argp->block) < 0) in nlmsvc_decode_cancargs() 207 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlmsvc_decode_cancargs()
|
/linux-6.14.4/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() 300 if (xdr_stream_decode_bool(xdr, &check) < 0) in svcxdr_decode_sattrguard3()
|
D | nfs4xdr.c | 930 if (xdr_stream_decode_bool(argp->xdr, &lock->lk_is_new) < 0) in nfsd4_decode_locker4() 946 if (xdr_stream_decode_bool(argp->xdr, &lock->lk_reclaim) < 0) in nfsd4_decode_lock() 1757 if (xdr_stream_decode_bool(argp->xdr, &gdd->gdda_signal_deleg_avail) < 0) in nfsd4_decode_get_dir_delegation() 1812 if (xdr_stream_decode_bool(argp->xdr, &lcp->lc_reclaim) < 0) in nfsd4_decode_layoutcommit() 1872 if (xdr_stream_decode_bool(argp->xdr, &lrp->lr_reclaim) < 0) in nfsd4_decode_layoutreturn() 1955 if (xdr_stream_decode_bool(argp->xdr, &rc->rca_one_fs) < 0) in nfsd4_decode_reclaim_complete() 2043 if (xdr_stream_decode_bool(argp->xdr, &sync) < 0) in nfsd4_decode_copy()
|
/linux-6.14.4/include/linux/sunrpc/ |
D | xdr.h | 651 xdr_stream_decode_bool(struct xdr_stream *xdr, __u32 *ptr) in xdr_stream_decode_bool() function
|