Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs4xdr.c5052 typedef __be32(* nfsd4_enc)(struct nfsd4_compoundres *, __be32, void *); typedef
5059 static const nfsd4_enc nfsd4_enc_ops[] = {
5060 [OP_ACCESS] = (nfsd4_enc)nfsd4_encode_access,
5061 [OP_CLOSE] = (nfsd4_enc)nfsd4_encode_close,
5062 [OP_COMMIT] = (nfsd4_enc)nfsd4_encode_commit,
5063 [OP_CREATE] = (nfsd4_enc)nfsd4_encode_create,
5064 [OP_DELEGPURGE] = (nfsd4_enc)nfsd4_encode_noop,
5065 [OP_DELEGRETURN] = (nfsd4_enc)nfsd4_encode_noop,
5066 [OP_GETATTR] = (nfsd4_enc)nfsd4_encode_getattr,
5067 [OP_GETFH] = (nfsd4_enc)nfsd4_encode_getf
[all...]
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4xdr.c5255 typedef __be32(*nfsd4_enc)(struct nfsd4_compoundres *, __be32, union nfsd4_op_u *u); typedef
5262 static const nfsd4_enc nfsd4_enc_ops[] = {
5389 nfsd4_enc encoder; in nfsd4_encode_operation()

Completed in 12 milliseconds