Searched refs:nfsd4_enc (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs4xdr.c | 5044 typedef __be32(* nfsd4_enc)(struct nfsd4_compoundres *, __be32, void *); typedef 5051 static const nfsd4_enc nfsd4_enc_ops[] = { 5052 [OP_ACCESS] = (nfsd4_enc)nfsd4_encode_access, 5053 [OP_CLOSE] = (nfsd4_enc)nfsd4_encode_close, 5054 [OP_COMMIT] = (nfsd4_enc)nfsd4_encode_commit, 5055 [OP_CREATE] = (nfsd4_enc)nfsd4_encode_create, 5056 [OP_DELEGPURGE] = (nfsd4_enc)nfsd4_encode_noop, 5057 [OP_DELEGRETURN] = (nfsd4_enc)nfsd4_encode_noop, 5058 [OP_GETATTR] = (nfsd4_enc)nfsd4_encode_getattr, 5059 [OP_GETFH] = (nfsd4_enc)nfsd4_encode_getfh, [all …]
|