Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfsd/
Dxdr4.h723 u32 client_opcnt; member
Dnfs4proc.c2652 trace_nfsd_compound(rqstp, args->tag, args->taglen, args->client_opcnt); in nfsd4_proc_compound()
2660 args->client_opcnt > resp->opcnt) { in nfsd4_proc_compound()
2741 trace_nfsd_compound_status(args->client_opcnt, resp->opcnt, in nfsd4_proc_compound()
Dnfs4xdr.c2401 if (xdr_stream_decode_u32(argp->xdr, &argp->client_opcnt) < 0) in nfsd4_decode_compound()
2403 argp->opcnt = min_t(u32, argp->client_opcnt, in nfsd4_decode_compound()