Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfsd/
Dnfs4xdr.c2096 typedef __be32(*nfsd4_dec)(struct nfsd4_compoundargs *argp, void *); typedef
2098 static const nfsd4_dec nfsd4_dec_ops[] = {
2099 [OP_ACCESS] = (nfsd4_dec)nfsd4_decode_access,
2100 [OP_CLOSE] = (nfsd4_dec)nfsd4_decode_close,
2101 [OP_COMMIT] = (nfsd4_dec)nfsd4_decode_commit,
2102 [OP_CREATE] = (nfsd4_dec)nfsd4_decode_create,
2103 [OP_DELEGPURGE] = (nfsd4_dec)nfsd4_decode_notsupp,
2104 [OP_DELEGRETURN] = (nfsd4_dec)nfsd4_decode_delegreturn,
2105 [OP_GETATTR] = (nfsd4_dec)nfsd4_decode_getattr,
2106 [OP_GETFH] = (nfsd4_dec)nfsd4_decode_noop,
[all …]