Lines Matching defs:xdr

907 static __be32 *reserve_space(struct xdr_stream *xdr, size_t nbytes)  in reserve_space()
914 static void encode_opaque_fixed(struct xdr_stream *xdr, const void *buf, size_t len) in encode_opaque_fixed()
922 static void encode_string(struct xdr_stream *xdr, unsigned int len, const char *str) in encode_string()
930 static void encode_uint32(struct xdr_stream *xdr, u32 n) in encode_uint32()
938 static void encode_uint64(struct xdr_stream *xdr, u64 n) in encode_uint64()
946 static void encode_nfs4_seqid(struct xdr_stream *xdr, in encode_nfs4_seqid()
955 static void encode_compound_hdr(struct xdr_stream *xdr, in encode_compound_hdr()
975 static void encode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 op, in encode_op_hdr()
990 static void encode_nfs4_stateid(struct xdr_stream *xdr, const nfs4_stateid *stateid) in encode_nfs4_stateid()
995 static void encode_nfs4_verifier(struct xdr_stream *xdr, const nfs4_verifier *verf) in encode_nfs4_verifier()
1000 static void encode_attrs(struct xdr_stream *xdr, const struct iattr *iap, in encode_attrs()
1121 static void encode_access(struct xdr_stream *xdr, u32 access, struct compound_hdr *hdr) in encode_access()
1127 static void encode_close(struct xdr_stream *xdr, const struct nfs_closeargs *arg, struct compound_h… in encode_close()
1134 static void encode_commit(struct xdr_stream *xdr, const struct nfs_commitargs *args, struct compoun… in encode_commit()
1144 static void encode_create(struct xdr_stream *xdr, const struct nfs4_create_arg *create, struct comp… in encode_create()
1172 static void encode_getattr_one(struct xdr_stream *xdr, uint32_t bitmap, struct compound_hdr *hdr) in encode_getattr_one()
1182 static void encode_getattr_two(struct xdr_stream *xdr, uint32_t bm0, uint32_t bm1, struct compound_… in encode_getattr_two()
1194 encode_getattr_three(struct xdr_stream *xdr, in encode_getattr_three()
1219 static void encode_getfattr(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr) in encode_getfattr()
1227 static void encode_getfattr_open(struct xdr_stream *xdr, const u32 *bitmask, in encode_getfattr_open()
1238 static void encode_fsinfo(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr) in encode_fsinfo()
1247 static void encode_fs_locations(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hd… in encode_fs_locations()
1253 static void encode_getfh(struct xdr_stream *xdr, struct compound_hdr *hdr) in encode_getfh()
1258 static void encode_link(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr) in encode_link()
1278 static void encode_lockowner(struct xdr_stream *xdr, const struct nfs_lowner *lowner) in encode_lockowner()
1294 static void encode_lock(struct xdr_stream *xdr, const struct nfs_lock_args *args, struct compound_h… in encode_lock()
1317 static void encode_lockt(struct xdr_stream *xdr, const struct nfs_lockt_args *args, struct compound… in encode_lockt()
1329 static void encode_locku(struct xdr_stream *xdr, const struct nfs_locku_args *args, struct compound… in encode_locku()
1342 static void encode_release_lockowner(struct xdr_stream *xdr, const struct nfs_lowner *lowner, struc… in encode_release_lockowner()
1348 static void encode_lookup(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr) in encode_lookup()
1354 static void encode_share_access(struct xdr_stream *xdr, u32 share_access) in encode_share_access()
1363 static inline void encode_openhdr(struct xdr_stream *xdr, const struct nfs_openargs *arg) in encode_openhdr()
1381 static inline void encode_createmode(struct xdr_stream *xdr, const struct nfs_openargs *arg) in encode_createmode()
1408 static void encode_opentype(struct xdr_stream *xdr, const struct nfs_openargs *arg) in encode_opentype()
1423 static inline void encode_delegation_type(struct xdr_stream *xdr, fmode_t delegation_type) in encode_delegation_type()
1443 static inline void encode_claim_null(struct xdr_stream *xdr, const struct qstr *name) in encode_claim_null()
1452 static inline void encode_claim_previous(struct xdr_stream *xdr, fmode_t type) in encode_claim_previous()
1461 static inline void encode_claim_delegate_cur(struct xdr_stream *xdr, const struct qstr *name, const… in encode_claim_delegate_cur()
1471 static inline void encode_claim_fh(struct xdr_stream *xdr) in encode_claim_fh()
1479 static inline void encode_claim_delegate_cur_fh(struct xdr_stream *xdr, const nfs4_stateid *stateid) in encode_claim_delegate_cur_fh()
1488 static void encode_open(struct xdr_stream *xdr, const struct nfs_openargs *arg, struct compound_hdr… in encode_open()
1514 static void encode_open_confirm(struct xdr_stream *xdr, const struct nfs_open_confirmargs *arg, str… in encode_open_confirm()
1521 static void encode_open_downgrade(struct xdr_stream *xdr, const struct nfs_closeargs *arg, struct c… in encode_open_downgrade()
1530 encode_putfh(struct xdr_stream *xdr, const struct nfs_fh *fh, struct compound_hdr *hdr) in encode_putfh()
1536 static void encode_putrootfh(struct xdr_stream *xdr, struct compound_hdr *hdr) in encode_putrootfh()
1541 static void encode_read(struct xdr_stream *xdr, const struct nfs_pgio_args *args, in encode_read()
1554 static void encode_readdir(struct xdr_stream *xdr, const struct nfs4_readdir_arg *readdir, struct r… in encode_readdir()
1604 static void encode_readlink(struct xdr_stream *xdr, const struct nfs4_readlink *readlink, struct rp… in encode_readlink()
1609 static void encode_remove(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr) in encode_remove()
1615 static void encode_rename(struct xdr_stream *xdr, const struct qstr *oldname, const struct qstr *ne… in encode_rename()
1622 static void encode_renew(struct xdr_stream *xdr, clientid4 clid, in encode_renew()
1630 encode_restorefh(struct xdr_stream *xdr, struct compound_hdr *hdr) in encode_restorefh()
1636 encode_setacl(struct xdr_stream *xdr, struct nfs_setaclargs *arg, struct compound_hdr *hdr) in encode_setacl()
1651 encode_savefh(struct xdr_stream *xdr, struct compound_hdr *hdr) in encode_savefh()
1656 static void encode_setattr(struct xdr_stream *xdr, const struct nfs_setattrargs *arg, const struct … in encode_setattr()
1663 static void encode_setclientid(struct xdr_stream *xdr, const struct nfs4_setclientid *setclientid, … in encode_setclientid()
1679 static void encode_setclientid_confirm(struct xdr_stream *xdr, const struct nfs4_setclientid_res *a… in encode_setclientid_confirm()
1687 static void encode_write(struct xdr_stream *xdr, const struct nfs_pgio_args *args, in encode_write()
1703 static void encode_delegreturn(struct xdr_stream *xdr, const nfs4_stateid *stateid, struct compound… in encode_delegreturn()
1709 static void encode_secinfo(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hd… in encode_secinfo()
1717 static void encode_bind_conn_to_session(struct xdr_stream *xdr, in encode_bind_conn_to_session()
1731 static void encode_op_map(struct xdr_stream *xdr, struct nfs4_op_map *op_map) in encode_op_map()
1739 static void encode_exchange_id(struct xdr_stream *xdr, in encode_exchange_id()
1790 static void encode_create_session(struct xdr_stream *xdr, in encode_create_session()
1843 static void encode_destroy_session(struct xdr_stream *xdr, in encode_destroy_session()
1851 static void encode_destroy_clientid(struct xdr_stream *xdr, in encode_destroy_clientid()
1859 static void encode_reclaim_complete(struct xdr_stream *xdr, in encode_reclaim_complete()
1868 static void encode_sequence(struct xdr_stream *xdr, in encode_sequence()
1908 encode_getdeviceinfo(struct xdr_stream *xdr, in encode_getdeviceinfo()
1927 encode_layoutget(struct xdr_stream *xdr, in encode_layoutget()
1954 encode_layoutcommit(struct xdr_stream *xdr, in encode_layoutcommit()
1992 encode_layoutreturn(struct xdr_stream *xdr, in encode_layoutreturn()
2018 encode_secinfo_no_name(struct xdr_stream *xdr, in encode_secinfo_no_name()
2027 static void encode_test_stateid(struct xdr_stream *xdr, in encode_test_stateid()
2036 static void encode_free_stateid(struct xdr_stream *xdr, in encode_free_stateid()
2062 static void nfs4_xdr_enc_access(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_access()
2080 static void nfs4_xdr_enc_lookup(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_lookup()
2100 struct xdr_stream *xdr, in nfs4_xdr_enc_lookup_root()
2118 static void nfs4_xdr_enc_remove(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_remove()
2135 static void nfs4_xdr_enc_rename(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_rename()
2154 static void nfs4_xdr_enc_link(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_link()
2175 static void nfs4_xdr_enc_create(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_create()
2194 static void nfs4_xdr_enc_symlink(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_symlink()
2203 static void nfs4_xdr_enc_getattr(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_getattr()
2220 static void nfs4_xdr_enc_close(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_close()
2238 static void nfs4_xdr_enc_open(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_open()
2260 struct xdr_stream *xdr, in nfs4_xdr_enc_open_confirm()
2277 struct xdr_stream *xdr, in nfs4_xdr_enc_open_noattr()
2298 struct xdr_stream *xdr, in nfs4_xdr_enc_open_downgrade()
2316 static void nfs4_xdr_enc_lock(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_lock()
2333 static void nfs4_xdr_enc_lockt(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_lockt()
2350 static void nfs4_xdr_enc_locku(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_locku()
2365 struct xdr_stream *xdr, in nfs4_xdr_enc_release_lockowner()
2380 static void nfs4_xdr_enc_readlink(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_readlink()
2400 static void nfs4_xdr_enc_readdir(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_readdir()
2423 static void nfs4_xdr_enc_read(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_read()
2444 static void nfs4_xdr_enc_setattr(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_setattr()
2462 static void nfs4_xdr_enc_getacl(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_getacl()
2485 static void nfs4_xdr_enc_write(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_write()
2505 static void nfs4_xdr_enc_commit(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_commit()
2522 static void nfs4_xdr_enc_fsinfo(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_fsinfo()
2539 static void nfs4_xdr_enc_pathconf(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_pathconf()
2557 static void nfs4_xdr_enc_statfs(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_statfs()
2576 struct xdr_stream *xdr, in nfs4_xdr_enc_server_caps()
2597 static void nfs4_xdr_enc_renew(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_renew()
2613 struct xdr_stream *xdr, in nfs4_xdr_enc_setclientid()
2629 struct xdr_stream *xdr, in nfs4_xdr_enc_setclientid_confirm()
2645 struct xdr_stream *xdr, in nfs4_xdr_enc_delegreturn()
2664 struct xdr_stream *xdr, in nfs4_xdr_enc_fs_locations()
2697 struct xdr_stream *xdr, in nfs4_xdr_enc_secinfo()
2715 struct xdr_stream *xdr, in nfs4_xdr_enc_fsid_present()
2736 struct xdr_stream *xdr, in nfs4_xdr_enc_bind_conn_to_session()
2752 struct xdr_stream *xdr, in nfs4_xdr_enc_exchange_id()
2768 struct xdr_stream *xdr, in nfs4_xdr_enc_create_session()
2784 struct xdr_stream *xdr, in nfs4_xdr_enc_destroy_session()
2800 struct xdr_stream *xdr, in nfs4_xdr_enc_destroy_clientid()
2815 static void nfs4_xdr_enc_sequence(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_sequence()
2831 struct xdr_stream *xdr, in nfs4_xdr_enc_get_lease_time()
2850 struct xdr_stream *xdr, in nfs4_xdr_enc_reclaim_complete()
2867 struct xdr_stream *xdr, in nfs4_xdr_enc_getdeviceinfo()
2891 struct xdr_stream *xdr, in nfs4_xdr_enc_layoutget()
2913 struct xdr_stream *xdr, in nfs4_xdr_enc_layoutcommit()
2934 struct xdr_stream *xdr, in nfs4_xdr_enc_layoutreturn()
2952 struct xdr_stream *xdr, in nfs4_xdr_enc_secinfo_no_name()
2971 struct xdr_stream *xdr, in nfs4_xdr_enc_test_stateid()
2988 struct xdr_stream *xdr, in nfs4_xdr_enc_free_stateid()
3002 static void print_overflow_msg(const char *func, const struct xdr_stream *xdr) in print_overflow_msg()
3009 static int decode_opaque_inline(struct xdr_stream *xdr, unsigned int *len, char **string) in decode_opaque_inline()
3027 static int decode_compound_hdr(struct xdr_stream *xdr, struct compound_hdr *hdr) in decode_compound_hdr()
3051 static bool __decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected, in __decode_op_hdr()
3082 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) in decode_op_hdr()
3091 static int decode_ace(struct xdr_stream *xdr, void *ace, struct nfs_client *clp) in decode_ace()
3104 static int decode_attr_bitmap(struct xdr_stream *xdr, uint32_t *bitmap) in decode_attr_bitmap()
3132 static int decode_attr_length(struct xdr_stream *xdr, uint32_t *attrlen, unsigned int *savep) in decode_attr_length()
3147 static int decode_attr_supported(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *bitmask) in decode_attr_supported()
3162 static int decode_attr_type(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *type) in decode_attr_type()
3189 static int decode_attr_fh_expire_type(struct xdr_stream *xdr, in decode_attr_fh_expire_type()
3211 static int decode_attr_change(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *change) in decode_attr_change()
3235 static int decode_attr_size(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *size) in decode_attr_size()
3258 static int decode_attr_link_support(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_link_support()
3279 static int decode_attr_symlink_support(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_symlink_support()
3300 static int decode_attr_fsid(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_fsid *fsid) in decode_attr_fsid()
3327 static int decode_attr_lease_time(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_lease_time()
3348 static int decode_attr_error(struct xdr_stream *xdr, uint32_t *bitmap, int32_t *res) in decode_attr_error()
3367 static int decode_attr_filehandle(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_fh *fh) in decode_attr_filehandle()
3399 static int decode_attr_aclsupport(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_aclsupport()
3420 static int decode_attr_fileid(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *fileid) in decode_attr_fileid()
3443 static int decode_attr_mounted_on_fileid(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *fileid) in decode_attr_mounted_on_fileid()
3466 static int decode_attr_files_avail(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_files_avail()
3488 static int decode_attr_files_free(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_files_free()
3510 static int decode_attr_files_total(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_files_total()
3532 static int decode_pathname(struct xdr_stream *xdr, struct nfs4_pathname *path) in decode_pathname()
3577 static int decode_attr_fs_locations(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs4_fs_locati… in decode_attr_fs_locations()
3656 static int decode_attr_maxfilesize(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_maxfilesize()
3678 static int decode_attr_maxlink(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *maxlink) in decode_attr_maxlink()
3700 static int decode_attr_maxname(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *maxname) in decode_attr_maxname()
3722 static int decode_attr_maxread(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_maxread()
3748 static int decode_attr_maxwrite(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_maxwrite()
3774 static int decode_attr_mode(struct xdr_stream *xdr, uint32_t *bitmap, umode_t *mode) in decode_attr_mode()
3799 static int decode_attr_nlink(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *nlink) in decode_attr_nlink()
3822 static int decode_attr_owner(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_owner()
3865 static int decode_attr_group(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_group()
3908 static int decode_attr_rdev(struct xdr_stream *xdr, uint32_t *bitmap, dev_t *rdev) in decode_attr_rdev()
3938 static int decode_attr_space_avail(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_space_avail()
3960 static int decode_attr_space_free(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_space_free()
3982 static int decode_attr_space_total(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_space_total()
4004 static int decode_attr_space_used(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *used) in decode_attr_space_used()
4028 static int decode_attr_time(struct xdr_stream *xdr, struct timespec *time) in decode_attr_time()
4047 static int decode_attr_time_access(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec *time) in decode_attr_time_access()
4065 static int decode_attr_time_metadata(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec *tim… in decode_attr_time_metadata()
4083 static int decode_attr_time_delta(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_time_delta()
4101 static int decode_attr_security_label(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_security_label()
4151 static int decode_attr_time_modify(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec *time) in decode_attr_time_modify()
4169 static int verify_attr_len(struct xdr_stream *xdr, unsigned int savep, uint32_t attrlen) in verify_attr_len()
4186 static int decode_change_info(struct xdr_stream *xdr, struct nfs4_change_info *cinfo) in decode_change_info()
4202 static int decode_access(struct xdr_stream *xdr, u32 *supported, u32 *access) in decode_access()
4224 static int decode_opaque_fixed(struct xdr_stream *xdr, void *buf, size_t len) in decode_opaque_fixed()
4237 static int decode_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_stateid()
4242 static int decode_close(struct xdr_stream *xdr, struct nfs_closeres *res) in decode_close()
4254 static int decode_verifier(struct xdr_stream *xdr, void *verifier) in decode_verifier()
4259 static int decode_write_verifier(struct xdr_stream *xdr, struct nfs_write_verifier *verifier) in decode_write_verifier()
4264 static int decode_commit(struct xdr_stream *xdr, struct nfs_commitres *res) in decode_commit()
4274 static int decode_create(struct xdr_stream *xdr, struct nfs4_change_info *cinfo) in decode_create()
4297 static int decode_server_caps(struct xdr_stream *xdr, struct nfs4_server_caps_res *res) in decode_server_caps()
4326 static int decode_statfs(struct xdr_stream *xdr, struct nfs_fsstat *fsstat) in decode_statfs()
4358 static int decode_pathconf(struct xdr_stream *xdr, struct nfs_pathconf *pathconf) in decode_pathconf()
4382 static int decode_threshold_hint(struct xdr_stream *xdr, in decode_threshold_hint()
4402 static int decode_first_threshold_item4(struct xdr_stream *xdr, in decode_first_threshold_item4()
4457 static int decode_attr_mdsthreshold(struct xdr_stream *xdr, in decode_attr_mdsthreshold()
4491 static int decode_getfattr_attrs(struct xdr_stream *xdr, uint32_t *bitmap, in decode_getfattr_attrs()
4613 static int decode_getfattr_generic(struct xdr_stream *xdr, struct nfs_fattr *fattr, in decode_getfattr_generic()
4645 static int decode_getfattr_label(struct xdr_stream *xdr, struct nfs_fattr *fattr, in decode_getfattr_label()
4651 static int decode_getfattr(struct xdr_stream *xdr, struct nfs_fattr *fattr, in decode_getfattr()
4661 static int decode_first_pnfs_layout_type(struct xdr_stream *xdr, in decode_first_pnfs_layout_type()
4696 static int decode_attr_pnfstype(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_pnfstype()
4715 static int decode_attr_layout_blksize(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_layout_blksize()
4734 static int decode_fsinfo(struct xdr_stream *xdr, struct nfs_fsinfo *fsinfo) in decode_fsinfo()
4775 static int decode_getfh(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_getfh()
4805 static int decode_link(struct xdr_stream *xdr, struct nfs4_change_info *cinfo) in decode_link()
4818 static int decode_lock_denied (struct xdr_stream *xdr, struct file_lock *fl) in decode_lock_denied()
4850 static int decode_lock(struct xdr_stream *xdr, struct nfs_lock_res *res) in decode_lock()
4870 static int decode_lockt(struct xdr_stream *xdr, struct nfs_lockt_res *res) in decode_lockt()
4879 static int decode_locku(struct xdr_stream *xdr, struct nfs_locku_res *res) in decode_locku()
4891 static int decode_release_lockowner(struct xdr_stream *xdr) in decode_release_lockowner()
4896 static int decode_lookup(struct xdr_stream *xdr) in decode_lookup()
4902 static int decode_space_limit(struct xdr_stream *xdr, u64 *maxsize) in decode_space_limit()
4926 static int decode_rw_delegation(struct xdr_stream *xdr, in decode_rw_delegation()
4956 static int decode_no_delegation(struct xdr_stream *xdr, struct nfs_openres *res) in decode_no_delegation()
4977 static int decode_delegation(struct xdr_stream *xdr, struct nfs_openres *res) in decode_delegation()
5002 static int decode_open(struct xdr_stream *xdr, struct nfs_openres *res) in decode_open()
5045 static int decode_open_confirm(struct xdr_stream *xdr, struct nfs_open_confirmres *res) in decode_open_confirm()
5057 static int decode_open_downgrade(struct xdr_stream *xdr, struct nfs_closeres *res) in decode_open_downgrade()
5069 static int decode_putfh(struct xdr_stream *xdr) in decode_putfh()
5074 static int decode_putrootfh(struct xdr_stream *xdr) in decode_putrootfh()
5079 static int decode_read(struct xdr_stream *xdr, struct rpc_rqst *req, in decode_read()
5109 static int decode_readdir(struct xdr_stream *xdr, struct rpc_rqst *req, struct nfs4_readdir_res *re… in decode_readdir()
5125 static int decode_readlink(struct xdr_stream *xdr, struct rpc_rqst *req) in decode_readlink()
5165 static int decode_remove(struct xdr_stream *xdr, struct nfs4_change_info *cinfo) in decode_remove()
5177 static int decode_rename(struct xdr_stream *xdr, struct nfs4_change_info *old_cinfo, in decode_rename()
5192 static int decode_renew(struct xdr_stream *xdr) in decode_renew()
5198 decode_restorefh(struct xdr_stream *xdr) in decode_restorefh()
5203 static int decode_getacl(struct xdr_stream *xdr, struct rpc_rqst *req, in decode_getacl()
5251 decode_savefh(struct xdr_stream *xdr) in decode_savefh()
5256 static int decode_setattr(struct xdr_stream *xdr) in decode_setattr()
5277 static int decode_setclientid(struct xdr_stream *xdr, struct nfs4_setclientid_res *res) in decode_setclientid()
5329 static int decode_setclientid_confirm(struct xdr_stream *xdr) in decode_setclientid_confirm()
5334 static int decode_write(struct xdr_stream *xdr, struct nfs_pgio_res *res) in decode_write()
5354 static int decode_delegreturn(struct xdr_stream *xdr) in decode_delegreturn()
5359 static int decode_secinfo_gss(struct xdr_stream *xdr, in decode_secinfo_gss()
5393 static int decode_secinfo_common(struct xdr_stream *xdr, struct nfs4_secinfo_res *res) in decode_secinfo_common()
5433 static int decode_secinfo(struct xdr_stream *xdr, struct nfs4_secinfo_res *res) in decode_secinfo()
5442 static int decode_secinfo_no_name(struct xdr_stream *xdr, struct nfs4_secinfo_res *res) in decode_secinfo_no_name()
5450 static int decode_op_map(struct xdr_stream *xdr, struct nfs4_op_map *op_map) in decode_op_map()
5467 static int decode_exchange_id(struct xdr_stream *xdr, in decode_exchange_id()
5569 static int decode_chan_attrs(struct xdr_stream *xdr, in decode_chan_attrs()
5603 static int decode_sessionid(struct xdr_stream *xdr, struct nfs4_sessionid *sid) in decode_sessionid()
5608 static int decode_bind_conn_to_session(struct xdr_stream *xdr, in decode_bind_conn_to_session()
5639 static int decode_create_session(struct xdr_stream *xdr, in decode_create_session()
5668 static int decode_destroy_session(struct xdr_stream *xdr, void *dummy) in decode_destroy_session()
5673 static int decode_destroy_clientid(struct xdr_stream *xdr, void *dummy) in decode_destroy_clientid()
5678 static int decode_reclaim_complete(struct xdr_stream *xdr, void *dummy) in decode_reclaim_complete()
5684 static int decode_sequence(struct xdr_stream *xdr, in decode_sequence()
5755 static int decode_getdeviceinfo(struct xdr_stream *xdr, in decode_getdeviceinfo()
5821 static int decode_layoutget(struct xdr_stream *xdr, struct rpc_rqst *req, in decode_layoutget()
5888 static int decode_layoutreturn(struct xdr_stream *xdr, in decode_layoutreturn()
5909 static int decode_layoutcommit(struct xdr_stream *xdr, in decode_layoutcommit()
5939 static int decode_test_stateid(struct xdr_stream *xdr, in decode_test_stateid()
5969 static int decode_free_stateid(struct xdr_stream *xdr, in decode_free_stateid()
5985 struct xdr_stream *xdr, in nfs4_xdr_dec_open_downgrade()
6011 static int nfs4_xdr_dec_access(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_access()
6037 static int nfs4_xdr_dec_lookup(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_lookup()
6067 struct xdr_stream *xdr, in nfs4_xdr_dec_lookup_root()
6093 static int nfs4_xdr_dec_remove(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_remove()
6116 static int nfs4_xdr_dec_rename(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_rename()
6145 static int nfs4_xdr_dec_link(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_link()
6184 static int nfs4_xdr_dec_create(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_create()
6213 static int nfs4_xdr_dec_symlink(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_symlink()
6222 static int nfs4_xdr_dec_getattr(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_getattr()
6245 static void nfs4_xdr_enc_setacl(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_setacl()
6263 nfs4_xdr_dec_setacl(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_setacl()
6287 nfs4_xdr_dec_getacl(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_getacl()
6315 static int nfs4_xdr_dec_close(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_close()
6347 static int nfs4_xdr_dec_open(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_open()
6379 struct xdr_stream *xdr, in nfs4_xdr_dec_open_confirm()
6400 struct xdr_stream *xdr, in nfs4_xdr_dec_open_noattr()
6429 struct xdr_stream *xdr, in nfs4_xdr_dec_setattr()
6455 static int nfs4_xdr_dec_lock(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_lock()
6478 static int nfs4_xdr_dec_lockt(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_lockt()
6501 static int nfs4_xdr_dec_locku(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_locku()
6522 struct xdr_stream *xdr, void *dummy) in nfs4_xdr_dec_release_lockowner()
6537 struct xdr_stream *xdr, in nfs4_xdr_dec_readlink()
6560 static int nfs4_xdr_dec_readdir(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_readdir()
6583 static int nfs4_xdr_dec_read(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_read()
6609 static int nfs4_xdr_dec_write(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_write()
6639 static int nfs4_xdr_dec_commit(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_commit()
6663 static int nfs4_xdr_dec_fsinfo(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_dec_fsinfo()
6682 static int nfs4_xdr_dec_pathconf(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_dec_pathconf()
6701 static int nfs4_xdr_dec_statfs(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_dec_statfs()
6721 struct xdr_stream *xdr, in nfs4_xdr_dec_server_caps()
6744 static int nfs4_xdr_dec_renew(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_renew()
6760 struct xdr_stream *xdr, in nfs4_xdr_dec_setclientid()
6776 struct xdr_stream *xdr) in nfs4_xdr_dec_setclientid_confirm()
6791 struct xdr_stream *xdr, in nfs4_xdr_dec_delegreturn()
6818 struct xdr_stream *xdr, in nfs4_xdr_dec_fs_locations()
6861 struct xdr_stream *xdr, in nfs4_xdr_dec_secinfo()
6885 struct xdr_stream *xdr, in nfs4_xdr_dec_fsid_present()
6914 struct xdr_stream *xdr, in nfs4_xdr_dec_bind_conn_to_session()
6930 struct xdr_stream *xdr, in nfs4_xdr_dec_exchange_id()
6946 struct xdr_stream *xdr, in nfs4_xdr_dec_create_session()
6962 struct xdr_stream *xdr, in nfs4_xdr_dec_destroy_session()
6978 struct xdr_stream *xdr, in nfs4_xdr_dec_destroy_clientid()
6994 struct xdr_stream *xdr, in nfs4_xdr_dec_sequence()
7010 struct xdr_stream *xdr, in nfs4_xdr_dec_get_lease_time()
7030 struct xdr_stream *xdr, in nfs4_xdr_dec_reclaim_complete()
7048 struct xdr_stream *xdr, in nfs4_xdr_dec_getdeviceinfo()
7069 struct xdr_stream *xdr, in nfs4_xdr_dec_layoutget()
7093 struct xdr_stream *xdr, in nfs4_xdr_dec_layoutreturn()
7117 struct xdr_stream *xdr, in nfs4_xdr_dec_layoutcommit()
7144 struct xdr_stream *xdr, in nfs4_xdr_dec_secinfo_no_name()
7168 struct xdr_stream *xdr, in nfs4_xdr_dec_test_stateid()
7189 struct xdr_stream *xdr, in nfs4_xdr_dec_free_stateid()
7221 int nfs4_decode_dirent(struct xdr_stream *xdr, struct nfs_entry *entry, in nfs4_decode_dirent()