Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfsd/
Dnfs4xdr.c5216 typedef __be32(* nfsd4_enc)(struct nfsd4_compoundres *, __be32, void *); typedef
5223 static const nfsd4_enc nfsd4_enc_ops[] = {
5224 [OP_ACCESS] = (nfsd4_enc)nfsd4_encode_access,
5225 [OP_CLOSE] = (nfsd4_enc)nfsd4_encode_close,
5226 [OP_COMMIT] = (nfsd4_enc)nfsd4_encode_commit,
5227 [OP_CREATE] = (nfsd4_enc)nfsd4_encode_create,
5228 [OP_DELEGPURGE] = (nfsd4_enc)nfsd4_encode_noop,
5229 [OP_DELEGRETURN] = (nfsd4_enc)nfsd4_encode_noop,
5230 [OP_GETATTR] = (nfsd4_enc)nfsd4_encode_getattr,
5231 [OP_GETFH] = (nfsd4_enc)nfsd4_encode_getfh,
[all …]