Home
last modified time | relevance | path

Searched refs:client_opcnt (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/nfsd/
H A Dxdr4.h869 u32 client_opcnt; member
H A Dnfs4proc.c2831 trace_nfsd_compound(rqstp, args->tag, args->taglen, args->client_opcnt); in nfsd4_proc_compound()
2839 args->client_opcnt > resp->opcnt) { in nfsd4_proc_compound()
2921 trace_nfsd_compound_status(args->client_opcnt, resp->opcnt, in nfsd4_proc_compound()
H A Dnfs4xdr.c2503 if (xdr_stream_decode_u32(argp->xdr, &argp->client_opcnt) < 0) in nfsd4_decode_compound()
2505 argp->opcnt = min_t(u32, argp->client_opcnt, in nfsd4_decode_compound()