Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dnfs4xdr.c4284 typedef __be32(* nfsd4_enc)(struct nfsd4_compoundres *, __be32, void *); typedef
4291 static const nfsd4_enc nfsd4_enc_ops[] = {
4292 [OP_ACCESS] = (nfsd4_enc)nfsd4_encode_access,
4293 [OP_CLOSE] = (nfsd4_enc)nfsd4_encode_close,
4294 [OP_COMMIT] = (nfsd4_enc)nfsd4_encode_commit,
4295 [OP_CREATE] = (nfsd4_enc)nfsd4_encode_create,
4296 [OP_DELEGPURGE] = (nfsd4_enc)nfsd4_encode_noop,
4297 [OP_DELEGRETURN] = (nfsd4_enc)nfsd4_encode_noop,
4298 [OP_GETATTR] = (nfsd4_enc)nfsd4_encode_getattr,
4299 [OP_GETFH] = (nfsd4_enc)nfsd4_encode_getfh,
[all …]