Searched refs:nfsd4_enc (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/nfsd/ |
D | nfs4xdr.c | 4210 typedef __be32(* nfsd4_enc)(struct nfsd4_compoundres *, __be32, void *); typedef 4217 static nfsd4_enc nfsd4_enc_ops[] = { 4218 [OP_ACCESS] = (nfsd4_enc)nfsd4_encode_access, 4219 [OP_CLOSE] = (nfsd4_enc)nfsd4_encode_close, 4220 [OP_COMMIT] = (nfsd4_enc)nfsd4_encode_commit, 4221 [OP_CREATE] = (nfsd4_enc)nfsd4_encode_create, 4222 [OP_DELEGPURGE] = (nfsd4_enc)nfsd4_encode_noop, 4223 [OP_DELEGRETURN] = (nfsd4_enc)nfsd4_encode_noop, 4224 [OP_GETATTR] = (nfsd4_enc)nfsd4_encode_getattr, 4225 [OP_GETFH] = (nfsd4_enc)nfsd4_encode_getfh, [all …]
|