Lines Matching refs:nfsd4_dec

2266 typedef __be32(*nfsd4_dec)(struct nfsd4_compoundargs *argp, void *);  typedef
2268 static const nfsd4_dec nfsd4_dec_ops[] = {
2269 [OP_ACCESS] = (nfsd4_dec)nfsd4_decode_access,
2270 [OP_CLOSE] = (nfsd4_dec)nfsd4_decode_close,
2271 [OP_COMMIT] = (nfsd4_dec)nfsd4_decode_commit,
2272 [OP_CREATE] = (nfsd4_dec)nfsd4_decode_create,
2273 [OP_DELEGPURGE] = (nfsd4_dec)nfsd4_decode_notsupp,
2274 [OP_DELEGRETURN] = (nfsd4_dec)nfsd4_decode_delegreturn,
2275 [OP_GETATTR] = (nfsd4_dec)nfsd4_decode_getattr,
2276 [OP_GETFH] = (nfsd4_dec)nfsd4_decode_noop,
2277 [OP_LINK] = (nfsd4_dec)nfsd4_decode_link,
2278 [OP_LOCK] = (nfsd4_dec)nfsd4_decode_lock,
2279 [OP_LOCKT] = (nfsd4_dec)nfsd4_decode_lockt,
2280 [OP_LOCKU] = (nfsd4_dec)nfsd4_decode_locku,
2281 [OP_LOOKUP] = (nfsd4_dec)nfsd4_decode_lookup,
2282 [OP_LOOKUPP] = (nfsd4_dec)nfsd4_decode_noop,
2283 [OP_NVERIFY] = (nfsd4_dec)nfsd4_decode_verify,
2284 [OP_OPEN] = (nfsd4_dec)nfsd4_decode_open,
2285 [OP_OPENATTR] = (nfsd4_dec)nfsd4_decode_notsupp,
2286 [OP_OPEN_CONFIRM] = (nfsd4_dec)nfsd4_decode_open_confirm,
2287 [OP_OPEN_DOWNGRADE] = (nfsd4_dec)nfsd4_decode_open_downgrade,
2288 [OP_PUTFH] = (nfsd4_dec)nfsd4_decode_putfh,
2289 [OP_PUTPUBFH] = (nfsd4_dec)nfsd4_decode_putpubfh,
2290 [OP_PUTROOTFH] = (nfsd4_dec)nfsd4_decode_noop,
2291 [OP_READ] = (nfsd4_dec)nfsd4_decode_read,
2292 [OP_READDIR] = (nfsd4_dec)nfsd4_decode_readdir,
2293 [OP_READLINK] = (nfsd4_dec)nfsd4_decode_noop,
2294 [OP_REMOVE] = (nfsd4_dec)nfsd4_decode_remove,
2295 [OP_RENAME] = (nfsd4_dec)nfsd4_decode_rename,
2296 [OP_RENEW] = (nfsd4_dec)nfsd4_decode_renew,
2297 [OP_RESTOREFH] = (nfsd4_dec)nfsd4_decode_noop,
2298 [OP_SAVEFH] = (nfsd4_dec)nfsd4_decode_noop,
2299 [OP_SECINFO] = (nfsd4_dec)nfsd4_decode_secinfo,
2300 [OP_SETATTR] = (nfsd4_dec)nfsd4_decode_setattr,
2301 [OP_SETCLIENTID] = (nfsd4_dec)nfsd4_decode_setclientid,
2302 [OP_SETCLIENTID_CONFIRM] = (nfsd4_dec)nfsd4_decode_setclientid_confirm,
2303 [OP_VERIFY] = (nfsd4_dec)nfsd4_decode_verify,
2304 [OP_WRITE] = (nfsd4_dec)nfsd4_decode_write,
2305 [OP_RELEASE_LOCKOWNER] = (nfsd4_dec)nfsd4_decode_release_lockowner,
2308 [OP_BACKCHANNEL_CTL] = (nfsd4_dec)nfsd4_decode_backchannel_ctl,
2309 [OP_BIND_CONN_TO_SESSION]= (nfsd4_dec)nfsd4_decode_bind_conn_to_session,
2310 [OP_EXCHANGE_ID] = (nfsd4_dec)nfsd4_decode_exchange_id,
2311 [OP_CREATE_SESSION] = (nfsd4_dec)nfsd4_decode_create_session,
2312 [OP_DESTROY_SESSION] = (nfsd4_dec)nfsd4_decode_destroy_session,
2313 [OP_FREE_STATEID] = (nfsd4_dec)nfsd4_decode_free_stateid,
2314 [OP_GET_DIR_DELEGATION] = (nfsd4_dec)nfsd4_decode_notsupp,
2316 [OP_GETDEVICEINFO] = (nfsd4_dec)nfsd4_decode_getdeviceinfo,
2317 [OP_GETDEVICELIST] = (nfsd4_dec)nfsd4_decode_notsupp,
2318 [OP_LAYOUTCOMMIT] = (nfsd4_dec)nfsd4_decode_layoutcommit,
2319 [OP_LAYOUTGET] = (nfsd4_dec)nfsd4_decode_layoutget,
2320 [OP_LAYOUTRETURN] = (nfsd4_dec)nfsd4_decode_layoutreturn,
2322 [OP_GETDEVICEINFO] = (nfsd4_dec)nfsd4_decode_notsupp,
2323 [OP_GETDEVICELIST] = (nfsd4_dec)nfsd4_decode_notsupp,
2324 [OP_LAYOUTCOMMIT] = (nfsd4_dec)nfsd4_decode_notsupp,
2325 [OP_LAYOUTGET] = (nfsd4_dec)nfsd4_decode_notsupp,
2326 [OP_LAYOUTRETURN] = (nfsd4_dec)nfsd4_decode_notsupp,
2328 [OP_SECINFO_NO_NAME] = (nfsd4_dec)nfsd4_decode_secinfo_no_name,
2329 [OP_SEQUENCE] = (nfsd4_dec)nfsd4_decode_sequence,
2330 [OP_SET_SSV] = (nfsd4_dec)nfsd4_decode_notsupp,
2331 [OP_TEST_STATEID] = (nfsd4_dec)nfsd4_decode_test_stateid,
2332 [OP_WANT_DELEGATION] = (nfsd4_dec)nfsd4_decode_notsupp,
2333 [OP_DESTROY_CLIENTID] = (nfsd4_dec)nfsd4_decode_destroy_clientid,
2334 [OP_RECLAIM_COMPLETE] = (nfsd4_dec)nfsd4_decode_reclaim_complete,
2337 [OP_ALLOCATE] = (nfsd4_dec)nfsd4_decode_fallocate,
2338 [OP_COPY] = (nfsd4_dec)nfsd4_decode_copy,
2339 [OP_COPY_NOTIFY] = (nfsd4_dec)nfsd4_decode_copy_notify,
2340 [OP_DEALLOCATE] = (nfsd4_dec)nfsd4_decode_fallocate,
2341 [OP_IO_ADVISE] = (nfsd4_dec)nfsd4_decode_notsupp,
2342 [OP_LAYOUTERROR] = (nfsd4_dec)nfsd4_decode_notsupp,
2343 [OP_LAYOUTSTATS] = (nfsd4_dec)nfsd4_decode_notsupp,
2344 [OP_OFFLOAD_CANCEL] = (nfsd4_dec)nfsd4_decode_offload_status,
2345 [OP_OFFLOAD_STATUS] = (nfsd4_dec)nfsd4_decode_offload_status,
2346 [OP_READ_PLUS] = (nfsd4_dec)nfsd4_decode_read,
2347 [OP_SEEK] = (nfsd4_dec)nfsd4_decode_seek,
2348 [OP_WRITE_SAME] = (nfsd4_dec)nfsd4_decode_notsupp,
2349 [OP_CLONE] = (nfsd4_dec)nfsd4_decode_clone,
2351 [OP_GETXATTR] = (nfsd4_dec)nfsd4_decode_getxattr,
2352 [OP_SETXATTR] = (nfsd4_dec)nfsd4_decode_setxattr,
2353 [OP_LISTXATTRS] = (nfsd4_dec)nfsd4_decode_listxattrs,
2354 [OP_REMOVEXATTR] = (nfsd4_dec)nfsd4_decode_removexattr,