Lines Matching refs:nfsd4_dec

1798 typedef __be32(*nfsd4_dec)(struct nfsd4_compoundargs *argp, void *);  typedef
1800 static const nfsd4_dec nfsd4_dec_ops[] = {
1801 [OP_ACCESS] = (nfsd4_dec)nfsd4_decode_access,
1802 [OP_CLOSE] = (nfsd4_dec)nfsd4_decode_close,
1803 [OP_COMMIT] = (nfsd4_dec)nfsd4_decode_commit,
1804 [OP_CREATE] = (nfsd4_dec)nfsd4_decode_create,
1805 [OP_DELEGPURGE] = (nfsd4_dec)nfsd4_decode_notsupp,
1806 [OP_DELEGRETURN] = (nfsd4_dec)nfsd4_decode_delegreturn,
1807 [OP_GETATTR] = (nfsd4_dec)nfsd4_decode_getattr,
1808 [OP_GETFH] = (nfsd4_dec)nfsd4_decode_noop,
1809 [OP_LINK] = (nfsd4_dec)nfsd4_decode_link,
1810 [OP_LOCK] = (nfsd4_dec)nfsd4_decode_lock,
1811 [OP_LOCKT] = (nfsd4_dec)nfsd4_decode_lockt,
1812 [OP_LOCKU] = (nfsd4_dec)nfsd4_decode_locku,
1813 [OP_LOOKUP] = (nfsd4_dec)nfsd4_decode_lookup,
1814 [OP_LOOKUPP] = (nfsd4_dec)nfsd4_decode_noop,
1815 [OP_NVERIFY] = (nfsd4_dec)nfsd4_decode_verify,
1816 [OP_OPEN] = (nfsd4_dec)nfsd4_decode_open,
1817 [OP_OPENATTR] = (nfsd4_dec)nfsd4_decode_notsupp,
1818 [OP_OPEN_CONFIRM] = (nfsd4_dec)nfsd4_decode_open_confirm,
1819 [OP_OPEN_DOWNGRADE] = (nfsd4_dec)nfsd4_decode_open_downgrade,
1820 [OP_PUTFH] = (nfsd4_dec)nfsd4_decode_putfh,
1821 [OP_PUTPUBFH] = (nfsd4_dec)nfsd4_decode_putpubfh,
1822 [OP_PUTROOTFH] = (nfsd4_dec)nfsd4_decode_noop,
1823 [OP_READ] = (nfsd4_dec)nfsd4_decode_read,
1824 [OP_READDIR] = (nfsd4_dec)nfsd4_decode_readdir,
1825 [OP_READLINK] = (nfsd4_dec)nfsd4_decode_noop,
1826 [OP_REMOVE] = (nfsd4_dec)nfsd4_decode_remove,
1827 [OP_RENAME] = (nfsd4_dec)nfsd4_decode_rename,
1828 [OP_RENEW] = (nfsd4_dec)nfsd4_decode_renew,
1829 [OP_RESTOREFH] = (nfsd4_dec)nfsd4_decode_noop,
1830 [OP_SAVEFH] = (nfsd4_dec)nfsd4_decode_noop,
1831 [OP_SECINFO] = (nfsd4_dec)nfsd4_decode_secinfo,
1832 [OP_SETATTR] = (nfsd4_dec)nfsd4_decode_setattr,
1833 [OP_SETCLIENTID] = (nfsd4_dec)nfsd4_decode_setclientid,
1834 [OP_SETCLIENTID_CONFIRM] = (nfsd4_dec)nfsd4_decode_setclientid_confirm,
1835 [OP_VERIFY] = (nfsd4_dec)nfsd4_decode_verify,
1836 [OP_WRITE] = (nfsd4_dec)nfsd4_decode_write,
1837 [OP_RELEASE_LOCKOWNER] = (nfsd4_dec)nfsd4_decode_release_lockowner,
1840 [OP_BACKCHANNEL_CTL] = (nfsd4_dec)nfsd4_decode_backchannel_ctl,
1841 [OP_BIND_CONN_TO_SESSION]= (nfsd4_dec)nfsd4_decode_bind_conn_to_session,
1842 [OP_EXCHANGE_ID] = (nfsd4_dec)nfsd4_decode_exchange_id,
1843 [OP_CREATE_SESSION] = (nfsd4_dec)nfsd4_decode_create_session,
1844 [OP_DESTROY_SESSION] = (nfsd4_dec)nfsd4_decode_destroy_session,
1845 [OP_FREE_STATEID] = (nfsd4_dec)nfsd4_decode_free_stateid,
1846 [OP_GET_DIR_DELEGATION] = (nfsd4_dec)nfsd4_decode_notsupp,
1848 [OP_GETDEVICEINFO] = (nfsd4_dec)nfsd4_decode_getdeviceinfo,
1849 [OP_GETDEVICELIST] = (nfsd4_dec)nfsd4_decode_notsupp,
1850 [OP_LAYOUTCOMMIT] = (nfsd4_dec)nfsd4_decode_layoutcommit,
1851 [OP_LAYOUTGET] = (nfsd4_dec)nfsd4_decode_layoutget,
1852 [OP_LAYOUTRETURN] = (nfsd4_dec)nfsd4_decode_layoutreturn,
1854 [OP_GETDEVICEINFO] = (nfsd4_dec)nfsd4_decode_notsupp,
1855 [OP_GETDEVICELIST] = (nfsd4_dec)nfsd4_decode_notsupp,
1856 [OP_LAYOUTCOMMIT] = (nfsd4_dec)nfsd4_decode_notsupp,
1857 [OP_LAYOUTGET] = (nfsd4_dec)nfsd4_decode_notsupp,
1858 [OP_LAYOUTRETURN] = (nfsd4_dec)nfsd4_decode_notsupp,
1860 [OP_SECINFO_NO_NAME] = (nfsd4_dec)nfsd4_decode_secinfo_no_name,
1861 [OP_SEQUENCE] = (nfsd4_dec)nfsd4_decode_sequence,
1862 [OP_SET_SSV] = (nfsd4_dec)nfsd4_decode_notsupp,
1863 [OP_TEST_STATEID] = (nfsd4_dec)nfsd4_decode_test_stateid,
1864 [OP_WANT_DELEGATION] = (nfsd4_dec)nfsd4_decode_notsupp,
1865 [OP_DESTROY_CLIENTID] = (nfsd4_dec)nfsd4_decode_destroy_clientid,
1866 [OP_RECLAIM_COMPLETE] = (nfsd4_dec)nfsd4_decode_reclaim_complete,
1869 [OP_ALLOCATE] = (nfsd4_dec)nfsd4_decode_fallocate,
1870 [OP_COPY] = (nfsd4_dec)nfsd4_decode_copy,
1871 [OP_COPY_NOTIFY] = (nfsd4_dec)nfsd4_decode_notsupp,
1872 [OP_DEALLOCATE] = (nfsd4_dec)nfsd4_decode_fallocate,
1873 [OP_IO_ADVISE] = (nfsd4_dec)nfsd4_decode_notsupp,
1874 [OP_LAYOUTERROR] = (nfsd4_dec)nfsd4_decode_notsupp,
1875 [OP_LAYOUTSTATS] = (nfsd4_dec)nfsd4_decode_notsupp,
1876 [OP_OFFLOAD_CANCEL] = (nfsd4_dec)nfsd4_decode_notsupp,
1877 [OP_OFFLOAD_STATUS] = (nfsd4_dec)nfsd4_decode_notsupp,
1878 [OP_READ_PLUS] = (nfsd4_dec)nfsd4_decode_notsupp,
1879 [OP_SEEK] = (nfsd4_dec)nfsd4_decode_seek,
1880 [OP_WRITE_SAME] = (nfsd4_dec)nfsd4_decode_notsupp,
1881 [OP_CLONE] = (nfsd4_dec)nfsd4_decode_clone,