Home
last modified time | relevance | path

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

/fs/nfsd/
Dnfs4xdr.c1459 typedef __be32(*nfsd4_dec)(struct nfsd4_compoundargs *argp, void *); typedef
1461 static nfsd4_dec nfsd4_dec_ops[] = {
1462 [OP_ACCESS] = (nfsd4_dec)nfsd4_decode_access,
1463 [OP_CLOSE] = (nfsd4_dec)nfsd4_decode_close,
1464 [OP_COMMIT] = (nfsd4_dec)nfsd4_decode_commit,
1465 [OP_CREATE] = (nfsd4_dec)nfsd4_decode_create,
1466 [OP_DELEGPURGE] = (nfsd4_dec)nfsd4_decode_notsupp,
1467 [OP_DELEGRETURN] = (nfsd4_dec)nfsd4_decode_delegreturn,
1468 [OP_GETATTR] = (nfsd4_dec)nfsd4_decode_getattr,
1469 [OP_GETFH] = (nfsd4_dec)nfsd4_decode_noop,
[all …]