Lines Matching defs:xdr
968 static __be32 *reserve_space(struct xdr_stream *xdr, size_t nbytes) in reserve_space()
975 static void encode_string(struct xdr_stream *xdr, unsigned int len, const char *str) in encode_string()
980 static void encode_uint32(struct xdr_stream *xdr, u32 n) in encode_uint32()
985 static void encode_uint64(struct xdr_stream *xdr, u64 n) in encode_uint64()
990 static ssize_t xdr_encode_bitmap4(struct xdr_stream *xdr, in xdr_encode_bitmap4()
1019 static void encode_nfs4_seqid(struct xdr_stream *xdr, in encode_nfs4_seqid()
1028 static void encode_compound_hdr(struct xdr_stream *xdr, in encode_compound_hdr()
1047 static void encode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 op, in encode_op_hdr()
1062 static void encode_nfs4_stateid(struct xdr_stream *xdr, in encode_nfs4_stateid()
1068 static void encode_nfs4_verifier(struct xdr_stream *xdr, const nfs4_verifier *verf) in encode_nfs4_verifier()
1081 static void encode_attrs(struct xdr_stream *xdr, const struct iattr *iap, in encode_attrs()
1200 static void encode_access(struct xdr_stream *xdr, u32 access, struct compound_hdr *hdr) in encode_access()
1206 static void encode_close(struct xdr_stream *xdr, const struct nfs_closeargs *arg, struct compound_h… in encode_close()
1213 static void encode_commit(struct xdr_stream *xdr, const struct nfs_commitargs *args, struct compoun… in encode_commit()
1223 static void encode_create(struct xdr_stream *xdr, const struct nfs4_create_arg *create, struct comp… in encode_create()
1254 static void encode_getattr(struct xdr_stream *xdr, in encode_getattr()
1270 static void encode_getfattr(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr) in encode_getfattr()
1276 static void encode_getfattr_open(struct xdr_stream *xdr, const u32 *bitmask, in encode_getfattr_open()
1283 static void encode_fsinfo(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr) in encode_fsinfo()
1289 static void encode_fs_locations(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hd… in encode_fs_locations()
1295 static void encode_getfh(struct xdr_stream *xdr, struct compound_hdr *hdr) in encode_getfh()
1300 static void encode_link(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr) in encode_link()
1320 static void encode_lockowner(struct xdr_stream *xdr, const struct nfs_lowner *lowner) in encode_lockowner()
1336 static void encode_lock(struct xdr_stream *xdr, const struct nfs_lock_args *args, struct compound_h… in encode_lock()
1359 static void encode_lockt(struct xdr_stream *xdr, const struct nfs_lockt_args *args, struct compound… in encode_lockt()
1371 static void encode_locku(struct xdr_stream *xdr, const struct nfs_locku_args *args, struct compound… in encode_locku()
1384 static void encode_release_lockowner(struct xdr_stream *xdr, const struct nfs_lowner *lowner, struc… in encode_release_lockowner()
1390 static void encode_lookup(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr) in encode_lookup()
1396 static void encode_lookupp(struct xdr_stream *xdr, struct compound_hdr *hdr) in encode_lookupp()
1401 static void encode_share_access(struct xdr_stream *xdr, u32 share_access) in encode_share_access()
1410 static inline void encode_openhdr(struct xdr_stream *xdr, const struct nfs_openargs *arg) in encode_openhdr()
1428 static inline void encode_createmode(struct xdr_stream *xdr, const struct nfs_openargs *arg) in encode_createmode()
1456 static void encode_opentype(struct xdr_stream *xdr, const struct nfs_openargs *arg) in encode_opentype()
1471 static inline void encode_delegation_type(struct xdr_stream *xdr, u32 delegation_type) in encode_delegation_type()
1489 static inline void encode_claim_null(struct xdr_stream *xdr, const struct qstr *name) in encode_claim_null()
1498 static inline void encode_claim_previous(struct xdr_stream *xdr, u32 type) in encode_claim_previous()
1507 static inline void encode_claim_delegate_cur(struct xdr_stream *xdr, const struct qstr *name, const… in encode_claim_delegate_cur()
1517 static inline void encode_claim_fh(struct xdr_stream *xdr) in encode_claim_fh()
1525 static inline void encode_claim_delegate_cur_fh(struct xdr_stream *xdr, const nfs4_stateid *stateid) in encode_claim_delegate_cur_fh()
1534 static void encode_open(struct xdr_stream *xdr, const struct nfs_openargs *arg, struct compound_hdr… in encode_open()
1560 static void encode_open_confirm(struct xdr_stream *xdr, const struct nfs_open_confirmargs *arg, str… in encode_open_confirm()
1567 static void encode_open_downgrade(struct xdr_stream *xdr, const struct nfs_closeargs *arg, struct c… in encode_open_downgrade()
1576 encode_putfh(struct xdr_stream *xdr, const struct nfs_fh *fh, struct compound_hdr *hdr) in encode_putfh()
1582 static void encode_putrootfh(struct xdr_stream *xdr, struct compound_hdr *hdr) in encode_putrootfh()
1587 static void encode_read(struct xdr_stream *xdr, const struct nfs_pgio_args *args, in encode_read()
1600 static void encode_readdir(struct xdr_stream *xdr, const struct nfs4_readdir_arg *readdir, struct r… in encode_readdir()
1659 static void encode_readlink(struct xdr_stream *xdr, const struct nfs4_readlink *readlink, struct rp… in encode_readlink()
1664 static void encode_remove(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr) in encode_remove()
1670 static void encode_rename(struct xdr_stream *xdr, const struct qstr *oldname, const struct qstr *ne… in encode_rename()
1677 static void encode_renew(struct xdr_stream *xdr, clientid4 clid, in encode_renew()
1685 encode_restorefh(struct xdr_stream *xdr, struct compound_hdr *hdr) in encode_restorefh()
1707 static void encode_setacl(struct xdr_stream *xdr, in encode_setacl()
1723 encode_savefh(struct xdr_stream *xdr, struct compound_hdr *hdr) in encode_savefh()
1728 static void encode_setattr(struct xdr_stream *xdr, const struct nfs_setattrargs *arg, const struct … in encode_setattr()
1736 static void encode_delegattr(struct xdr_stream *xdr, in encode_delegattr()
1763 static void encode_setclientid(struct xdr_stream *xdr, const struct nfs4_setclientid *setclientid, … in encode_setclientid()
1780 static void encode_setclientid_confirm(struct xdr_stream *xdr, const struct nfs4_setclientid_res *a… in encode_setclientid_confirm()
1788 static void encode_write(struct xdr_stream *xdr, const struct nfs_pgio_args *args, in encode_write()
1804 static void encode_delegreturn(struct xdr_stream *xdr, const nfs4_stateid *stateid, struct compound… in encode_delegreturn()
1810 static void encode_secinfo(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hd… in encode_secinfo()
1818 static void encode_bind_conn_to_session(struct xdr_stream *xdr, in encode_bind_conn_to_session()
1832 static void encode_op_map(struct xdr_stream *xdr, const struct nfs4_op_map *op_map) in encode_op_map()
1840 static void encode_exchange_id(struct xdr_stream *xdr, in encode_exchange_id()
1892 static void encode_create_session(struct xdr_stream *xdr, in encode_create_session()
1945 static void encode_destroy_session(struct xdr_stream *xdr, in encode_destroy_session()
1953 static void encode_destroy_clientid(struct xdr_stream *xdr, in encode_destroy_clientid()
1961 static void encode_reclaim_complete(struct xdr_stream *xdr, in encode_reclaim_complete()
1970 static void encode_sequence(struct xdr_stream *xdr, in encode_sequence()
2010 encode_getdeviceinfo(struct xdr_stream *xdr, in encode_getdeviceinfo()
2029 encode_layoutget(struct xdr_stream *xdr, in encode_layoutget()
2056 encode_layoutcommit(struct xdr_stream *xdr, in encode_layoutcommit()
2093 encode_layoutreturn(struct xdr_stream *xdr, in encode_layoutreturn()
2118 encode_secinfo_no_name(struct xdr_stream *xdr, in encode_secinfo_no_name()
2127 static void encode_test_stateid(struct xdr_stream *xdr, in encode_test_stateid()
2136 static void encode_free_stateid(struct xdr_stream *xdr, in encode_free_stateid()
2145 encode_layoutreturn(struct xdr_stream *xdr, in encode_layoutreturn()
2152 encode_layoutget(struct xdr_stream *xdr, in encode_layoutget()
2176 static void nfs4_xdr_enc_access(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_access()
2196 static void nfs4_xdr_enc_lookup(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_lookup()
2216 static void nfs4_xdr_enc_lookupp(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_lookupp()
2237 struct xdr_stream *xdr, in nfs4_xdr_enc_lookup_root()
2256 static void nfs4_xdr_enc_remove(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_remove()
2274 static void nfs4_xdr_enc_rename(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_rename()
2294 static void nfs4_xdr_enc_link(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_link()
2316 static void nfs4_xdr_enc_create(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_create()
2336 static void nfs4_xdr_enc_symlink(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_symlink()
2347 static void nfs4_xdr_enc_getattr(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_getattr()
2365 static void nfs4_xdr_enc_close(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_close()
2387 static void nfs4_xdr_enc_open(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_open()
2416 struct xdr_stream *xdr, in nfs4_xdr_enc_open_confirm()
2434 struct xdr_stream *xdr, in nfs4_xdr_enc_open_noattr()
2462 struct xdr_stream *xdr, in nfs4_xdr_enc_open_downgrade()
2482 static void nfs4_xdr_enc_lock(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_lock()
2500 static void nfs4_xdr_enc_lockt(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_lockt()
2518 static void nfs4_xdr_enc_locku(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_locku()
2534 struct xdr_stream *xdr, in nfs4_xdr_enc_release_lockowner()
2550 static void nfs4_xdr_enc_readlink(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_readlink()
2571 static void nfs4_xdr_enc_readdir(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_readdir()
2592 static void nfs4_xdr_enc_read(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_read()
2614 static void nfs4_xdr_enc_setattr(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_setattr()
2633 static void nfs4_xdr_enc_getacl(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_getacl()
2660 static void nfs4_xdr_enc_write(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_write()
2681 static void nfs4_xdr_enc_commit(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_commit()
2699 static void nfs4_xdr_enc_fsinfo(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_fsinfo()
2717 static void nfs4_xdr_enc_pathconf(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_pathconf()
2736 static void nfs4_xdr_enc_statfs(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_statfs()
2756 struct xdr_stream *xdr, in nfs4_xdr_enc_server_caps()
2775 static void nfs4_xdr_enc_renew(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_renew()
2793 struct xdr_stream *xdr, in nfs4_xdr_enc_setclientid()
2810 struct xdr_stream *xdr, in nfs4_xdr_enc_setclientid_confirm()
2827 struct xdr_stream *xdr, in nfs4_xdr_enc_delegreturn()
2852 struct xdr_stream *xdr, in nfs4_xdr_enc_fs_locations()
2885 struct xdr_stream *xdr, in nfs4_xdr_enc_secinfo()
2904 struct xdr_stream *xdr, in nfs4_xdr_enc_fsid_present()
2926 struct xdr_stream *xdr, in nfs4_xdr_enc_bind_conn_to_session()
2943 struct xdr_stream *xdr, in nfs4_xdr_enc_exchange_id()
2960 struct xdr_stream *xdr, in nfs4_xdr_enc_create_session()
2977 struct xdr_stream *xdr, in nfs4_xdr_enc_destroy_session()
2994 struct xdr_stream *xdr, in nfs4_xdr_enc_destroy_clientid()
3010 static void nfs4_xdr_enc_sequence(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_sequence()
3029 struct xdr_stream *xdr, in nfs4_xdr_enc_get_lease_time()
3051 struct xdr_stream *xdr, in nfs4_xdr_enc_reclaim_complete()
3069 struct xdr_stream *xdr, in nfs4_xdr_enc_getdeviceinfo()
3096 struct xdr_stream *xdr, in nfs4_xdr_enc_layoutget()
3118 struct xdr_stream *xdr, in nfs4_xdr_enc_layoutcommit()
3140 struct xdr_stream *xdr, in nfs4_xdr_enc_layoutreturn()
3159 struct xdr_stream *xdr, in nfs4_xdr_enc_secinfo_no_name()
3178 struct xdr_stream *xdr, in nfs4_xdr_enc_test_stateid()
3196 struct xdr_stream *xdr, in nfs4_xdr_enc_free_stateid()
3211 static int decode_opaque_inline(struct xdr_stream *xdr, unsigned int *len, char **string) in decode_opaque_inline()
3221 static int decode_compound_hdr(struct xdr_stream *xdr, struct compound_hdr *hdr) in decode_compound_hdr()
3245 static bool __decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected, in __decode_op_hdr()
3276 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) in decode_op_hdr()
3285 static int decode_ace(struct xdr_stream *xdr, void *ace) in decode_ace()
3298 decode_bitmap4(struct xdr_stream *xdr, uint32_t *bitmap, size_t sz) in decode_bitmap4()
3310 static int decode_attr_bitmap(struct xdr_stream *xdr, uint32_t *bitmap) in decode_attr_bitmap()
3317 static int decode_attr_length(struct xdr_stream *xdr, uint32_t *attrlen, unsigned int *savep) in decode_attr_length()
3329 static int decode_attr_supported(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *bitmask) in decode_attr_supported()
3344 static int decode_attr_type(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *type) in decode_attr_type()
3368 static int decode_attr_fh_expire_type(struct xdr_stream *xdr, in decode_attr_fh_expire_type()
3387 static int decode_attr_change(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *change) in decode_attr_change()
3408 static int decode_attr_size(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *size) in decode_attr_size()
3428 static int decode_attr_link_support(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_link_support()
3446 static int decode_attr_symlink_support(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_symlink_support()
3464 static int decode_attr_fsid(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_fsid *fsid) in decode_attr_fsid()
3488 static int decode_attr_lease_time(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_lease_time()
3506 static int decode_attr_error(struct xdr_stream *xdr, uint32_t *bitmap, int32_t *res) in decode_attr_error()
3522 static int decode_attr_exclcreat_supported(struct xdr_stream *xdr, in decode_attr_exclcreat_supported()
3538 static int decode_attr_filehandle(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_fh *fh) in decode_attr_filehandle()
3570 static int decode_attr_aclsupport(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_aclsupport()
3588 static int decode_attr_case_insensitive(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_case_insensitive()
3606 static int decode_attr_case_preserving(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_case_preserving()
3624 static int decode_attr_fileid(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *fileid) in decode_attr_fileid()
3644 static int decode_attr_mounted_on_fileid(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *fileid) in decode_attr_mounted_on_fileid()
3664 static int decode_attr_files_avail(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_files_avail()
3683 static int decode_attr_files_free(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_files_free()
3702 static int decode_attr_files_total(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_files_total()
3721 static int decode_pathname(struct xdr_stream *xdr, struct nfs4_pathname *path) in decode_pathname()
3763 static int decode_attr_fs_locations(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs4_fs_locati… in decode_attr_fs_locations()
3839 static int decode_attr_maxfilesize(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_maxfilesize()
3858 static int decode_attr_maxlink(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *maxlink) in decode_attr_maxlink()
3877 static int decode_attr_maxname(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *maxname) in decode_attr_maxname()
3896 static int decode_attr_maxread(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_maxread()
3919 static int decode_attr_maxwrite(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_maxwrite()
3942 static int decode_attr_mode(struct xdr_stream *xdr, uint32_t *bitmap, umode_t *mode) in decode_attr_mode()
3964 static int decode_attr_nlink(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *nlink) in decode_attr_nlink()
3984 static ssize_t decode_nfs4_string(struct xdr_stream *xdr, in decode_nfs4_string()
3997 static int decode_attr_owner(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_owner()
4031 static int decode_attr_group(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_group()
4065 static int decode_attr_rdev(struct xdr_stream *xdr, uint32_t *bitmap, dev_t *rdev) in decode_attr_rdev()
4092 static int decode_attr_space_avail(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_space_avail()
4111 static int decode_attr_space_free(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_space_free()
4130 static int decode_attr_space_total(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_space_total()
4149 static int decode_attr_space_used(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *used) in decode_attr_space_used()
4181 static int decode_attr_time(struct xdr_stream *xdr, struct timespec64 *time) in decode_attr_time()
4192 static int decode_attr_time_access(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec64 *tim… in decode_attr_time_access()
4210 static int decode_attr_time_metadata(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec64 *t… in decode_attr_time_metadata()
4228 static int decode_attr_time_delta(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_time_delta()
4246 static int decode_attr_security_label(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_security_label()
4295 static int decode_attr_time_modify(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec64 *tim… in decode_attr_time_modify()
4313 static int decode_attr_xattrsupport(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_xattrsupport()
4332 static int decode_attr_open_arguments(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_open_arguments()
4354 static int verify_attr_len(struct xdr_stream *xdr, unsigned int savep, uint32_t attrlen) in verify_attr_len()
4371 static int decode_change_info(struct xdr_stream *xdr, struct nfs4_change_info *cinfo) in decode_change_info()
4384 static int decode_access(struct xdr_stream *xdr, u32 *supported, u32 *access) in decode_access()
4403 static int decode_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_stateid()
4408 static int decode_open_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_open_stateid()
4414 static int decode_lock_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_lock_stateid()
4420 static int decode_delegation_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_delegation_stateid()
4426 static int decode_invalid_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_invalid_stateid()
4434 static int decode_close(struct xdr_stream *xdr, struct nfs_closeres *res) in decode_close()
4446 static int decode_verifier(struct xdr_stream *xdr, void *verifier) in decode_verifier()
4451 static int decode_write_verifier(struct xdr_stream *xdr, struct nfs_write_verifier *verifier) in decode_write_verifier()
4456 static int decode_commit(struct xdr_stream *xdr, struct nfs_commitres *res) in decode_commit()
4469 static int decode_create(struct xdr_stream *xdr, struct nfs4_change_info *cinfo) in decode_create()
4490 static int decode_server_caps(struct xdr_stream *xdr, struct nfs4_server_caps_res *res) in decode_server_caps()
4528 static int decode_statfs(struct xdr_stream *xdr, struct nfs_fsstat *fsstat) in decode_statfs()
4565 static int decode_pathconf(struct xdr_stream *xdr, struct nfs_pathconf *pathconf) in decode_pathconf()
4589 static int decode_threshold_hint(struct xdr_stream *xdr, in decode_threshold_hint()
4606 static int decode_first_threshold_item4(struct xdr_stream *xdr, in decode_first_threshold_item4()
4659 static int decode_attr_mdsthreshold(struct xdr_stream *xdr, in decode_attr_mdsthreshold()
4690 static int decode_getfattr_attrs(struct xdr_stream *xdr, uint32_t *bitmap, in decode_getfattr_attrs()
4817 static int decode_getfattr_generic(struct xdr_stream *xdr, struct nfs_fattr *fattr, in decode_getfattr_generic()
4848 static int decode_getfattr(struct xdr_stream *xdr, struct nfs_fattr *fattr, in decode_getfattr()
4857 static int decode_pnfs_layout_types(struct xdr_stream *xdr, in decode_pnfs_layout_types()
4893 static int decode_attr_pnfstype(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_pnfstype()
4911 static int decode_attr_layout_blksize(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_layout_blksize()
4931 static int decode_attr_clone_blksize(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_clone_blksize()
4948 static int decode_attr_change_attr_type(struct xdr_stream *xdr, in decode_attr_change_attr_type()
4974 static int decode_fsinfo(struct xdr_stream *xdr, struct nfs_fsinfo *fsinfo) in decode_fsinfo()
5038 static int decode_getfh(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_getfh()
5067 static int decode_link(struct xdr_stream *xdr, struct nfs4_change_info *cinfo) in decode_link()
5080 static int decode_lock_denied(struct xdr_stream *xdr, struct file_lock *fl) in decode_lock_denied()
5110 static int decode_lock(struct xdr_stream *xdr, struct nfs_lock_res *res) in decode_lock()
5130 static int decode_lockt(struct xdr_stream *xdr, struct nfs_lockt_res *res) in decode_lockt()
5139 static int decode_locku(struct xdr_stream *xdr, struct nfs_locku_res *res) in decode_locku()
5151 static int decode_release_lockowner(struct xdr_stream *xdr) in decode_release_lockowner()
5156 static int decode_lookup(struct xdr_stream *xdr) in decode_lookup()
5161 static int decode_lookupp(struct xdr_stream *xdr) in decode_lookupp()
5167 static int decode_space_limit(struct xdr_stream *xdr, in decode_space_limit()
5192 static int decode_rw_delegation(struct xdr_stream *xdr, in decode_rw_delegation()
5220 static int decode_no_delegation(struct xdr_stream *xdr, in decode_no_delegation()
5240 static int decode_delegation(struct xdr_stream *xdr, in decode_delegation()
5263 static int decode_open(struct xdr_stream *xdr, struct nfs_openres *res) in decode_open()
5303 static int decode_open_confirm(struct xdr_stream *xdr, struct nfs_open_confirmres *res) in decode_open_confirm()
5315 static int decode_open_downgrade(struct xdr_stream *xdr, struct nfs_closeres *res) in decode_open_downgrade()
5327 static int decode_putfh(struct xdr_stream *xdr) in decode_putfh()
5332 static int decode_putrootfh(struct xdr_stream *xdr) in decode_putrootfh()
5337 static int decode_read(struct xdr_stream *xdr, struct rpc_rqst *req, in decode_read()
5364 static int decode_readdir(struct xdr_stream *xdr, struct rpc_rqst *req, struct nfs4_readdir_res *re… in decode_readdir()
5380 static int decode_readlink(struct xdr_stream *xdr, struct rpc_rqst *req) in decode_readlink()
5417 static int decode_remove(struct xdr_stream *xdr, struct nfs4_change_info *cinfo) in decode_remove()
5429 static int decode_rename(struct xdr_stream *xdr, struct nfs4_change_info *old_cinfo, in decode_rename()
5444 static int decode_renew(struct xdr_stream *xdr) in decode_renew()
5450 decode_restorefh(struct xdr_stream *xdr) in decode_restorefh()
5455 static int decode_getacl(struct xdr_stream *xdr, struct rpc_rqst *req, in decode_getacl()
5512 decode_savefh(struct xdr_stream *xdr) in decode_savefh()
5517 static int decode_setattr(struct xdr_stream *xdr) in decode_setattr()
5529 static int decode_delegattr(struct xdr_stream *xdr) in decode_delegattr()
5534 static int decode_setclientid(struct xdr_stream *xdr, struct nfs4_setclientid_res *res) in decode_setclientid()
5583 static int decode_setclientid_confirm(struct xdr_stream *xdr) in decode_setclientid_confirm()
5588 static int decode_write(struct xdr_stream *xdr, struct nfs_pgio_res *res) in decode_write()
5605 static int decode_delegreturn(struct xdr_stream *xdr) in decode_delegreturn()
5610 static int decode_secinfo_gss(struct xdr_stream *xdr, in decode_secinfo_gss()
5638 static int decode_secinfo_common(struct xdr_stream *xdr, struct nfs4_secinfo_res *res) in decode_secinfo_common()
5675 static int decode_secinfo(struct xdr_stream *xdr, struct nfs4_secinfo_res *res) in decode_secinfo()
5684 static int decode_secinfo_no_name(struct xdr_stream *xdr, struct nfs4_secinfo_res *res) in decode_secinfo_no_name()
5692 static int decode_op_map(struct xdr_stream *xdr, struct nfs4_op_map *op_map) in decode_op_map()
5700 static int decode_exchange_id(struct xdr_stream *xdr, in decode_exchange_id()
5791 static int decode_chan_attrs(struct xdr_stream *xdr, in decode_chan_attrs()
5822 static int decode_sessionid(struct xdr_stream *xdr, struct nfs4_sessionid *sid) in decode_sessionid()
5827 static int decode_bind_conn_to_session(struct xdr_stream *xdr, in decode_bind_conn_to_session()
5855 static int decode_create_session(struct xdr_stream *xdr, in decode_create_session()
5881 static int decode_destroy_session(struct xdr_stream *xdr, void *dummy) in decode_destroy_session()
5886 static int decode_destroy_clientid(struct xdr_stream *xdr, void *dummy) in decode_destroy_clientid()
5891 static int decode_reclaim_complete(struct xdr_stream *xdr, void *dummy) in decode_reclaim_complete()
5897 static int decode_sequence(struct xdr_stream *xdr, in decode_sequence()
5967 static int decode_layout_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_layout_stateid()
5973 static int decode_getdeviceinfo(struct xdr_stream *xdr, in decode_getdeviceinfo()
6036 static int decode_layoutget(struct xdr_stream *xdr, struct rpc_rqst *req, in decode_layoutget()
6107 static int decode_layoutreturn(struct xdr_stream *xdr, in decode_layoutreturn()
6127 static int decode_layoutcommit(struct xdr_stream *xdr, in decode_layoutcommit()
6154 static int decode_test_stateid(struct xdr_stream *xdr, in decode_test_stateid()
6180 static int decode_free_stateid(struct xdr_stream *xdr, in decode_free_stateid()
6188 int decode_layoutreturn(struct xdr_stream *xdr, in decode_layoutreturn()
6194 static int decode_layoutget(struct xdr_stream *xdr, struct rpc_rqst *req, in decode_layoutget()
6210 struct xdr_stream *xdr, in nfs4_xdr_dec_open_downgrade()
6240 static int nfs4_xdr_dec_access(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_access()
6268 static int nfs4_xdr_dec_lookup(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_lookup()
6298 static int nfs4_xdr_dec_lookupp(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_lookupp()
6329 struct xdr_stream *xdr, in nfs4_xdr_dec_lookup_root()
6355 static int nfs4_xdr_dec_remove(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_remove()
6379 static int nfs4_xdr_dec_rename(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_rename()
6409 static int nfs4_xdr_dec_link(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_link()
6449 static int nfs4_xdr_dec_create(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_create()
6479 static int nfs4_xdr_dec_symlink(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_symlink()
6488 static int nfs4_xdr_dec_getattr(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_getattr()
6512 static void nfs4_xdr_enc_setacl(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_setacl()
6531 nfs4_xdr_dec_setacl(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_setacl()
6556 nfs4_xdr_dec_getacl(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_getacl()
6583 static int nfs4_xdr_dec_close(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_close()
6618 static int nfs4_xdr_dec_open(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_open()
6653 struct xdr_stream *xdr, in nfs4_xdr_dec_open_confirm()
6675 struct xdr_stream *xdr, in nfs4_xdr_dec_open_noattr()
6707 struct xdr_stream *xdr, in nfs4_xdr_dec_setattr()
6734 static int nfs4_xdr_dec_lock(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_lock()
6758 static int nfs4_xdr_dec_lockt(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_lockt()
6782 static int nfs4_xdr_dec_locku(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_locku()
6804 struct xdr_stream *xdr, void *dummy) in nfs4_xdr_dec_release_lockowner()
6819 struct xdr_stream *xdr, in nfs4_xdr_dec_readlink()
6843 static int nfs4_xdr_dec_readdir(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_readdir()
6867 static int nfs4_xdr_dec_read(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_read()
6894 static int nfs4_xdr_dec_write(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_write()
6925 static int nfs4_xdr_dec_commit(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_commit()
6950 static int nfs4_xdr_dec_fsinfo(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_dec_fsinfo()
6970 static int nfs4_xdr_dec_pathconf(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_dec_pathconf()
6990 static int nfs4_xdr_dec_statfs(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_dec_statfs()
7011 struct xdr_stream *xdr, in nfs4_xdr_dec_server_caps()
7035 static int nfs4_xdr_dec_renew(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_renew()
7051 struct xdr_stream *xdr, in nfs4_xdr_dec_setclientid()
7068 struct xdr_stream *xdr, in nfs4_xdr_dec_setclientid_confirm()
7084 struct xdr_stream *xdr, in nfs4_xdr_dec_delegreturn()
7126 struct xdr_stream *xdr, in nfs4_xdr_dec_fs_locations()
7170 struct xdr_stream *xdr, in nfs4_xdr_dec_secinfo()
7195 struct xdr_stream *xdr, in nfs4_xdr_dec_fsid_present()
7225 struct xdr_stream *xdr, in nfs4_xdr_dec_bind_conn_to_session()
7241 struct xdr_stream *xdr, in nfs4_xdr_dec_exchange_id()
7257 struct xdr_stream *xdr, in nfs4_xdr_dec_create_session()
7273 struct xdr_stream *xdr, in nfs4_xdr_dec_destroy_session()
7289 struct xdr_stream *xdr, in nfs4_xdr_dec_destroy_clientid()
7305 struct xdr_stream *xdr, in nfs4_xdr_dec_sequence()
7323 struct xdr_stream *xdr, in nfs4_xdr_dec_get_lease_time()
7346 struct xdr_stream *xdr, in nfs4_xdr_dec_reclaim_complete()
7365 struct xdr_stream *xdr, in nfs4_xdr_dec_getdeviceinfo()
7387 struct xdr_stream *xdr, in nfs4_xdr_dec_layoutget()
7412 struct xdr_stream *xdr, in nfs4_xdr_dec_layoutreturn()
7437 struct xdr_stream *xdr, in nfs4_xdr_dec_layoutcommit()
7465 struct xdr_stream *xdr, in nfs4_xdr_dec_secinfo_no_name()
7490 struct xdr_stream *xdr, in nfs4_xdr_dec_test_stateid()
7512 struct xdr_stream *xdr, in nfs4_xdr_dec_free_stateid()
7545 int nfs4_decode_dirent(struct xdr_stream *xdr, struct nfs_entry *entry, in nfs4_decode_dirent()