Searched refs:xdr_stream_decode_u64 (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/nfsd/ |
A D | nfs4xdr.c | 408 if (xdr_stream_decode_u64(argp->xdr, &size) < 0) in nfsd4_decode_fattr4() 795 if (xdr_stream_decode_u64(argp->xdr, &commit->co_offset) < 0) in nfsd4_decode_commit() 927 if (xdr_stream_decode_u64(argp->xdr, &lock->lk_offset) < 0) in nfsd4_decode_lock() 929 if (xdr_stream_decode_u64(argp->xdr, &lock->lk_length) < 0) in nfsd4_decode_lock() 943 if (xdr_stream_decode_u64(argp->xdr, &lockt->lt_offset) < 0) in nfsd4_decode_lockt() 945 if (xdr_stream_decode_u64(argp->xdr, &lockt->lt_length) < 0) in nfsd4_decode_lockt() 966 if (xdr_stream_decode_u64(argp->xdr, &locku->lu_offset) < 0) in nfsd4_decode_locku() 968 if (xdr_stream_decode_u64(argp->xdr, &locku->lu_length) < 0) in nfsd4_decode_locku() 1266 if (xdr_stream_decode_u64(argp->xdr, &read->rd_offset) < 0) in nfsd4_decode_read() 1995 if (xdr_stream_decode_u64(argp->xdr, ©->cp_count) < 0) in nfsd4_decode_copy() [all …]
|
A D | nfs3xdr.c | 254 if (xdr_stream_decode_u64(xdr, &newsize) < 0) in svcxdr_decode_sattr3() 540 if (xdr_stream_decode_u64(xdr, &args->offset) < 0) in nfs3svc_decode_readargs() 556 if (xdr_stream_decode_u64(xdr, &args->offset) < 0) in nfs3svc_decode_writeargs() 687 if (xdr_stream_decode_u64(xdr, &args->cookie) < 0) in nfs3svc_decode_readdirargs() 706 if (xdr_stream_decode_u64(xdr, &args->cookie) < 0) in nfs3svc_decode_readdirplusargs() 727 if (xdr_stream_decode_u64(xdr, &args->offset) < 0) in nfs3svc_decode_commitargs()
|
/linux-6.3-rc2/fs/lockd/ |
A D | xdr4.c | 75 if (xdr_stream_decode_u64(xdr, &lock->lock_start) < 0) in svcxdr_decode_lock() 77 if (xdr_stream_decode_u64(xdr, &lock->lock_len) < 0) in svcxdr_decode_lock()
|
/linux-6.3-rc2/include/linux/sunrpc/ |
A D | xdr.h | 690 xdr_stream_decode_u64(struct xdr_stream *xdr, __u64 *ptr) in xdr_stream_decode_u64() function
|
Completed in 17 milliseconds