Lines Matching refs:xdr_stream

71 static void encode_layoutget(struct xdr_stream *xdr,
74 static int decode_layoutget(struct xdr_stream *xdr, struct rpc_rqst *req,
964 static __be32 *reserve_space(struct xdr_stream *xdr, size_t nbytes) in reserve_space()
971 static void encode_opaque_fixed(struct xdr_stream *xdr, const void *buf, size_t len) in encode_opaque_fixed()
976 static void encode_string(struct xdr_stream *xdr, unsigned int len, const char *str) in encode_string()
981 static void encode_uint32(struct xdr_stream *xdr, u32 n) in encode_uint32()
986 static void encode_uint64(struct xdr_stream *xdr, u64 n) in encode_uint64()
991 static ssize_t xdr_encode_bitmap4(struct xdr_stream *xdr, in xdr_encode_bitmap4()
1020 static void encode_nfs4_seqid(struct xdr_stream *xdr, in encode_nfs4_seqid()
1029 static void encode_compound_hdr(struct xdr_stream *xdr, in encode_compound_hdr()
1048 static void encode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 op, in encode_op_hdr()
1063 static void encode_nfs4_stateid(struct xdr_stream *xdr, const nfs4_stateid *stateid) 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, fmode_t delegation_type) in encode_delegation_type()
1491 static inline void encode_claim_null(struct xdr_stream *xdr, const struct qstr *name) in encode_claim_null()
1500 static inline void encode_claim_previous(struct xdr_stream *xdr, fmode_t type) in encode_claim_previous()
1509 static inline void encode_claim_delegate_cur(struct xdr_stream *xdr, const struct qstr *name, const… in encode_claim_delegate_cur()
1519 static inline void encode_claim_fh(struct xdr_stream *xdr) in encode_claim_fh()
1527 static inline void encode_claim_delegate_cur_fh(struct xdr_stream *xdr, const nfs4_stateid *stateid) in encode_claim_delegate_cur_fh()
1536 static void encode_open(struct xdr_stream *xdr, const struct nfs_openargs *arg, struct compound_hdr… in encode_open()
1562 static void encode_open_confirm(struct xdr_stream *xdr, const struct nfs_open_confirmargs *arg, str… in encode_open_confirm()
1569 static void encode_open_downgrade(struct xdr_stream *xdr, const struct nfs_closeargs *arg, struct c… in encode_open_downgrade()
1578 encode_putfh(struct xdr_stream *xdr, const struct nfs_fh *fh, struct compound_hdr *hdr) in encode_putfh()
1584 static void encode_putrootfh(struct xdr_stream *xdr, struct compound_hdr *hdr) in encode_putrootfh()
1589 static void encode_read(struct xdr_stream *xdr, const struct nfs_pgio_args *args, in encode_read()
1602 static void encode_readdir(struct xdr_stream *xdr, const struct nfs4_readdir_arg *readdir, struct r… in encode_readdir()
1652 static void encode_readlink(struct xdr_stream *xdr, const struct nfs4_readlink *readlink, struct rp… in encode_readlink()
1657 static void encode_remove(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr) in encode_remove()
1663 static void encode_rename(struct xdr_stream *xdr, const struct qstr *oldname, const struct qstr *ne… in encode_rename()
1670 static void encode_renew(struct xdr_stream *xdr, clientid4 clid, in encode_renew()
1678 encode_restorefh(struct xdr_stream *xdr, struct compound_hdr *hdr) in encode_restorefh()
1684 encode_setacl(struct xdr_stream *xdr, const struct nfs_setaclargs *arg, in encode_setacl()
1700 encode_savefh(struct xdr_stream *xdr, struct compound_hdr *hdr) in encode_savefh()
1705 static void encode_setattr(struct xdr_stream *xdr, const struct nfs_setattrargs *arg, const struct … in encode_setattr()
1713 static void encode_setclientid(struct xdr_stream *xdr, const struct nfs4_setclientid *setclientid, … in encode_setclientid()
1730 static void encode_setclientid_confirm(struct xdr_stream *xdr, const struct nfs4_setclientid_res *a… in encode_setclientid_confirm()
1738 static void encode_write(struct xdr_stream *xdr, const struct nfs_pgio_args *args, in encode_write()
1754 static void encode_delegreturn(struct xdr_stream *xdr, const nfs4_stateid *stateid, struct compound… in encode_delegreturn()
1760 static void encode_secinfo(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hd… in encode_secinfo()
1768 static void encode_bind_conn_to_session(struct xdr_stream *xdr, in encode_bind_conn_to_session()
1782 static void encode_op_map(struct xdr_stream *xdr, const struct nfs4_op_map *op_map) in encode_op_map()
1790 static void encode_exchange_id(struct xdr_stream *xdr, in encode_exchange_id()
1842 static void encode_create_session(struct xdr_stream *xdr, in encode_create_session()
1895 static void encode_destroy_session(struct xdr_stream *xdr, in encode_destroy_session()
1903 static void encode_destroy_clientid(struct xdr_stream *xdr, in encode_destroy_clientid()
1911 static void encode_reclaim_complete(struct xdr_stream *xdr, in encode_reclaim_complete()
1920 static void encode_sequence(struct xdr_stream *xdr, in encode_sequence()
1960 encode_getdeviceinfo(struct xdr_stream *xdr, in encode_getdeviceinfo()
1979 encode_layoutget(struct xdr_stream *xdr, in encode_layoutget()
2006 encode_layoutcommit(struct xdr_stream *xdr, in encode_layoutcommit()
2043 encode_layoutreturn(struct xdr_stream *xdr, in encode_layoutreturn()
2068 encode_secinfo_no_name(struct xdr_stream *xdr, in encode_secinfo_no_name()
2077 static void encode_test_stateid(struct xdr_stream *xdr, in encode_test_stateid()
2086 static void encode_free_stateid(struct xdr_stream *xdr, in encode_free_stateid()
2095 encode_layoutreturn(struct xdr_stream *xdr, in encode_layoutreturn()
2102 encode_layoutget(struct xdr_stream *xdr, in encode_layoutget()
2126 static void nfs4_xdr_enc_access(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_access()
2146 static void nfs4_xdr_enc_lookup(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_lookup()
2166 static void nfs4_xdr_enc_lookupp(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_lookupp()
2187 struct xdr_stream *xdr, in nfs4_xdr_enc_lookup_root()
2206 static void nfs4_xdr_enc_remove(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_remove()
2224 static void nfs4_xdr_enc_rename(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_rename()
2244 static void nfs4_xdr_enc_link(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_link()
2266 static void nfs4_xdr_enc_create(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_create()
2286 static void nfs4_xdr_enc_symlink(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_symlink()
2297 static void nfs4_xdr_enc_getattr(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_getattr()
2315 static void nfs4_xdr_enc_close(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_close()
2337 static void nfs4_xdr_enc_open(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_open()
2366 struct xdr_stream *xdr, in nfs4_xdr_enc_open_confirm()
2384 struct xdr_stream *xdr, in nfs4_xdr_enc_open_noattr()
2412 struct xdr_stream *xdr, in nfs4_xdr_enc_open_downgrade()
2432 static void nfs4_xdr_enc_lock(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_lock()
2450 static void nfs4_xdr_enc_lockt(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_lockt()
2468 static void nfs4_xdr_enc_locku(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_locku()
2484 struct xdr_stream *xdr, in nfs4_xdr_enc_release_lockowner()
2500 static void nfs4_xdr_enc_readlink(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_readlink()
2521 static void nfs4_xdr_enc_readdir(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_readdir()
2542 static void nfs4_xdr_enc_read(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_read()
2564 static void nfs4_xdr_enc_setattr(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_setattr()
2583 static void nfs4_xdr_enc_getacl(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_getacl()
2610 static void nfs4_xdr_enc_write(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_write()
2631 static void nfs4_xdr_enc_commit(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_commit()
2649 static void nfs4_xdr_enc_fsinfo(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_fsinfo()
2667 static void nfs4_xdr_enc_pathconf(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_pathconf()
2686 static void nfs4_xdr_enc_statfs(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_statfs()
2706 struct xdr_stream *xdr, in nfs4_xdr_enc_server_caps()
2725 static void nfs4_xdr_enc_renew(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_renew()
2743 struct xdr_stream *xdr, in nfs4_xdr_enc_setclientid()
2760 struct xdr_stream *xdr, in nfs4_xdr_enc_setclientid_confirm()
2777 struct xdr_stream *xdr, in nfs4_xdr_enc_delegreturn()
2800 struct xdr_stream *xdr, in nfs4_xdr_enc_fs_locations()
2833 struct xdr_stream *xdr, in nfs4_xdr_enc_secinfo()
2852 struct xdr_stream *xdr, in nfs4_xdr_enc_fsid_present()
2874 struct xdr_stream *xdr, in nfs4_xdr_enc_bind_conn_to_session()
2891 struct xdr_stream *xdr, in nfs4_xdr_enc_exchange_id()
2908 struct xdr_stream *xdr, in nfs4_xdr_enc_create_session()
2925 struct xdr_stream *xdr, in nfs4_xdr_enc_destroy_session()
2942 struct xdr_stream *xdr, in nfs4_xdr_enc_destroy_clientid()
2958 static void nfs4_xdr_enc_sequence(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_sequence()
2977 struct xdr_stream *xdr, in nfs4_xdr_enc_get_lease_time()
2999 struct xdr_stream *xdr, in nfs4_xdr_enc_reclaim_complete()
3017 struct xdr_stream *xdr, in nfs4_xdr_enc_getdeviceinfo()
3044 struct xdr_stream *xdr, in nfs4_xdr_enc_layoutget()
3066 struct xdr_stream *xdr, in nfs4_xdr_enc_layoutcommit()
3088 struct xdr_stream *xdr, in nfs4_xdr_enc_layoutreturn()
3107 struct xdr_stream *xdr, in nfs4_xdr_enc_secinfo_no_name()
3126 struct xdr_stream *xdr, in nfs4_xdr_enc_test_stateid()
3144 struct xdr_stream *xdr, in nfs4_xdr_enc_free_stateid()
3159 static int decode_opaque_inline(struct xdr_stream *xdr, unsigned int *len, char **string) in decode_opaque_inline()
3169 static int decode_compound_hdr(struct xdr_stream *xdr, struct compound_hdr *hdr) in decode_compound_hdr()
3193 static bool __decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected, in __decode_op_hdr()
3224 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) in decode_op_hdr()
3233 static int decode_ace(struct xdr_stream *xdr, void *ace) in decode_ace()
3246 decode_bitmap4(struct xdr_stream *xdr, uint32_t *bitmap, size_t sz) in decode_bitmap4()
3258 static int decode_attr_bitmap(struct xdr_stream *xdr, uint32_t *bitmap) in decode_attr_bitmap()
3265 static int decode_attr_length(struct xdr_stream *xdr, uint32_t *attrlen, unsigned int *savep) in decode_attr_length()
3277 static int decode_attr_supported(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *bitmask) in decode_attr_supported()
3292 static int decode_attr_type(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *type) in decode_attr_type()
3316 static int decode_attr_fh_expire_type(struct xdr_stream *xdr, in decode_attr_fh_expire_type()
3335 static int decode_attr_change(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *change) in decode_attr_change()
3356 static int decode_attr_size(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *size) in decode_attr_size()
3376 static int decode_attr_link_support(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_link_support()
3394 static int decode_attr_symlink_support(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_symlink_support()
3412 static int decode_attr_fsid(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_fsid *fsid) in decode_attr_fsid()
3436 static int decode_attr_lease_time(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_lease_time()
3454 static int decode_attr_error(struct xdr_stream *xdr, uint32_t *bitmap, int32_t *res) in decode_attr_error()
3470 static int decode_attr_exclcreat_supported(struct xdr_stream *xdr, in decode_attr_exclcreat_supported()
3486 static int decode_attr_filehandle(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_fh *fh) in decode_attr_filehandle()
3518 static int decode_attr_aclsupport(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_aclsupport()
3536 static int decode_attr_fileid(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *fileid) in decode_attr_fileid()
3556 static int decode_attr_mounted_on_fileid(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *fileid) in decode_attr_mounted_on_fileid()
3576 static int decode_attr_files_avail(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_files_avail()
3595 static int decode_attr_files_free(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_files_free()
3614 static int decode_attr_files_total(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_files_total()
3633 static int decode_pathname(struct xdr_stream *xdr, struct nfs4_pathname *path) in decode_pathname()
3675 static int decode_attr_fs_locations(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs4_fs_locati… in decode_attr_fs_locations()
3753 static int decode_attr_maxfilesize(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_maxfilesize()
3772 static int decode_attr_maxlink(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *maxlink) in decode_attr_maxlink()
3791 static int decode_attr_maxname(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *maxname) in decode_attr_maxname()
3810 static int decode_attr_maxread(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_maxread()
3833 static int decode_attr_maxwrite(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_maxwrite()
3856 static int decode_attr_mode(struct xdr_stream *xdr, uint32_t *bitmap, umode_t *mode) in decode_attr_mode()
3878 static int decode_attr_nlink(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *nlink) in decode_attr_nlink()
3898 static ssize_t decode_nfs4_string(struct xdr_stream *xdr, in decode_nfs4_string()
3911 static int decode_attr_owner(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_owner()
3945 static int decode_attr_group(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_group()
3979 static int decode_attr_rdev(struct xdr_stream *xdr, uint32_t *bitmap, dev_t *rdev) in decode_attr_rdev()
4006 static int decode_attr_space_avail(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_space_avail()
4025 static int decode_attr_space_free(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_space_free()
4044 static int decode_attr_space_total(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_space_total()
4063 static int decode_attr_space_used(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *used) in decode_attr_space_used()
4095 static int decode_attr_time(struct xdr_stream *xdr, struct timespec64 *time) in decode_attr_time()
4106 static int decode_attr_time_access(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec64 *tim… in decode_attr_time_access()
4124 static int decode_attr_time_metadata(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec64 *t… in decode_attr_time_metadata()
4142 static int decode_attr_time_delta(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_time_delta()
4160 static int decode_attr_security_label(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_security_label()
4210 static int decode_attr_time_modify(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec64 *tim… in decode_attr_time_modify()
4228 static int decode_attr_xattrsupport(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_xattrsupport()
4248 static int verify_attr_len(struct xdr_stream *xdr, unsigned int savep, uint32_t attrlen) in verify_attr_len()
4265 static int decode_change_info(struct xdr_stream *xdr, struct nfs4_change_info *cinfo) in decode_change_info()
4278 static int decode_access(struct xdr_stream *xdr, u32 *supported, u32 *access) in decode_access()
4297 static int decode_opaque_fixed(struct xdr_stream *xdr, void *buf, size_t len) in decode_opaque_fixed()
4305 static int decode_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_stateid()
4310 static int decode_open_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_open_stateid()
4316 static int decode_lock_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_lock_stateid()
4322 static int decode_delegation_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_delegation_stateid()
4328 static int decode_invalid_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_invalid_stateid()
4336 static int decode_close(struct xdr_stream *xdr, struct nfs_closeres *res) in decode_close()
4348 static int decode_verifier(struct xdr_stream *xdr, void *verifier) in decode_verifier()
4353 static int decode_write_verifier(struct xdr_stream *xdr, struct nfs_write_verifier *verifier) in decode_write_verifier()
4358 static int decode_commit(struct xdr_stream *xdr, struct nfs_commitres *res) in decode_commit()
4371 static int decode_create(struct xdr_stream *xdr, struct nfs4_change_info *cinfo) in decode_create()
4392 static int decode_server_caps(struct xdr_stream *xdr, struct nfs4_server_caps_res *res) in decode_server_caps()
4424 static int decode_statfs(struct xdr_stream *xdr, struct nfs_fsstat *fsstat) in decode_statfs()
4461 static int decode_pathconf(struct xdr_stream *xdr, struct nfs_pathconf *pathconf) in decode_pathconf()
4485 static int decode_threshold_hint(struct xdr_stream *xdr, in decode_threshold_hint()
4502 static int decode_first_threshold_item4(struct xdr_stream *xdr, in decode_first_threshold_item4()
4555 static int decode_attr_mdsthreshold(struct xdr_stream *xdr, in decode_attr_mdsthreshold()
4586 static int decode_getfattr_attrs(struct xdr_stream *xdr, uint32_t *bitmap, in decode_getfattr_attrs()
4715 static int decode_getfattr_generic(struct xdr_stream *xdr, struct nfs_fattr *fattr, in decode_getfattr_generic()
4746 static int decode_getfattr(struct xdr_stream *xdr, struct nfs_fattr *fattr, in decode_getfattr()
4755 static int decode_pnfs_layout_types(struct xdr_stream *xdr, in decode_pnfs_layout_types()
4791 static int decode_attr_pnfstype(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_pnfstype()
4809 static int decode_attr_layout_blksize(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_layout_blksize()
4829 static int decode_attr_clone_blksize(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_clone_blksize()
4846 static int decode_attr_change_attr_type(struct xdr_stream *xdr, in decode_attr_change_attr_type()
4872 static int decode_fsinfo(struct xdr_stream *xdr, struct nfs_fsinfo *fsinfo) in decode_fsinfo()
4936 static int decode_getfh(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_getfh()
4965 static int decode_link(struct xdr_stream *xdr, struct nfs4_change_info *cinfo) in decode_link()
4978 static int decode_lock_denied (struct xdr_stream *xdr, struct file_lock *fl) in decode_lock_denied()
5008 static int decode_lock(struct xdr_stream *xdr, struct nfs_lock_res *res) in decode_lock()
5028 static int decode_lockt(struct xdr_stream *xdr, struct nfs_lockt_res *res) in decode_lockt()
5037 static int decode_locku(struct xdr_stream *xdr, struct nfs_locku_res *res) in decode_locku()
5049 static int decode_release_lockowner(struct xdr_stream *xdr) in decode_release_lockowner()
5054 static int decode_lookup(struct xdr_stream *xdr) in decode_lookup()
5059 static int decode_lookupp(struct xdr_stream *xdr) in decode_lookupp()
5065 static int decode_space_limit(struct xdr_stream *xdr, in decode_space_limit()
5090 static int decode_rw_delegation(struct xdr_stream *xdr, in decode_rw_delegation()
5117 static int decode_no_delegation(struct xdr_stream *xdr, struct nfs_openres *res) in decode_no_delegation()
5135 static int decode_delegation(struct xdr_stream *xdr, struct nfs_openres *res) in decode_delegation()
5157 static int decode_open(struct xdr_stream *xdr, struct nfs_openres *res) in decode_open()
5197 static int decode_open_confirm(struct xdr_stream *xdr, struct nfs_open_confirmres *res) in decode_open_confirm()
5209 static int decode_open_downgrade(struct xdr_stream *xdr, struct nfs_closeres *res) in decode_open_downgrade()
5221 static int decode_putfh(struct xdr_stream *xdr) in decode_putfh()
5226 static int decode_putrootfh(struct xdr_stream *xdr) in decode_putrootfh()
5231 static int decode_read(struct xdr_stream *xdr, struct rpc_rqst *req, in decode_read()
5258 static int decode_readdir(struct xdr_stream *xdr, struct rpc_rqst *req, struct nfs4_readdir_res *re… in decode_readdir()
5274 static int decode_readlink(struct xdr_stream *xdr, struct rpc_rqst *req) in decode_readlink()
5311 static int decode_remove(struct xdr_stream *xdr, struct nfs4_change_info *cinfo) in decode_remove()
5323 static int decode_rename(struct xdr_stream *xdr, struct nfs4_change_info *old_cinfo, in decode_rename()
5338 static int decode_renew(struct xdr_stream *xdr) in decode_renew()
5344 decode_restorefh(struct xdr_stream *xdr) in decode_restorefh()
5349 static int decode_getacl(struct xdr_stream *xdr, struct rpc_rqst *req, in decode_getacl()
5393 decode_savefh(struct xdr_stream *xdr) in decode_savefh()
5398 static int decode_setattr(struct xdr_stream *xdr) in decode_setattr()
5410 static int decode_setclientid(struct xdr_stream *xdr, struct nfs4_setclientid_res *res) in decode_setclientid()
5459 static int decode_setclientid_confirm(struct xdr_stream *xdr) in decode_setclientid_confirm()
5464 static int decode_write(struct xdr_stream *xdr, struct nfs_pgio_res *res) in decode_write()
5481 static int decode_delegreturn(struct xdr_stream *xdr) in decode_delegreturn()
5486 static int decode_secinfo_gss(struct xdr_stream *xdr, in decode_secinfo_gss()
5514 static int decode_secinfo_common(struct xdr_stream *xdr, struct nfs4_secinfo_res *res) in decode_secinfo_common()
5551 static int decode_secinfo(struct xdr_stream *xdr, struct nfs4_secinfo_res *res) in decode_secinfo()
5560 static int decode_secinfo_no_name(struct xdr_stream *xdr, struct nfs4_secinfo_res *res) in decode_secinfo_no_name()
5568 static int decode_op_map(struct xdr_stream *xdr, struct nfs4_op_map *op_map) in decode_op_map()
5576 static int decode_exchange_id(struct xdr_stream *xdr, in decode_exchange_id()
5667 static int decode_chan_attrs(struct xdr_stream *xdr, in decode_chan_attrs()
5698 static int decode_sessionid(struct xdr_stream *xdr, struct nfs4_sessionid *sid) in decode_sessionid()
5703 static int decode_bind_conn_to_session(struct xdr_stream *xdr, in decode_bind_conn_to_session()
5731 static int decode_create_session(struct xdr_stream *xdr, in decode_create_session()
5757 static int decode_destroy_session(struct xdr_stream *xdr, void *dummy) in decode_destroy_session()
5762 static int decode_destroy_clientid(struct xdr_stream *xdr, void *dummy) in decode_destroy_clientid()
5767 static int decode_reclaim_complete(struct xdr_stream *xdr, void *dummy) in decode_reclaim_complete()
5773 static int decode_sequence(struct xdr_stream *xdr, in decode_sequence()
5843 static int decode_layout_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_layout_stateid()
5849 static int decode_getdeviceinfo(struct xdr_stream *xdr, in decode_getdeviceinfo()
5912 static int decode_layoutget(struct xdr_stream *xdr, struct rpc_rqst *req, in decode_layoutget()
5983 static int decode_layoutreturn(struct xdr_stream *xdr, in decode_layoutreturn()
6003 static int decode_layoutcommit(struct xdr_stream *xdr, in decode_layoutcommit()
6030 static int decode_test_stateid(struct xdr_stream *xdr, in decode_test_stateid()
6056 static int decode_free_stateid(struct xdr_stream *xdr, in decode_free_stateid()
6064 int decode_layoutreturn(struct xdr_stream *xdr, in decode_layoutreturn()
6070 static int decode_layoutget(struct xdr_stream *xdr, struct rpc_rqst *req, in decode_layoutget()
6086 struct xdr_stream *xdr, in nfs4_xdr_dec_open_downgrade()
6116 static int nfs4_xdr_dec_access(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_access()
6144 static int nfs4_xdr_dec_lookup(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_lookup()
6174 static int nfs4_xdr_dec_lookupp(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_lookupp()
6205 struct xdr_stream *xdr, in nfs4_xdr_dec_lookup_root()
6231 static int nfs4_xdr_dec_remove(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_remove()
6255 static int nfs4_xdr_dec_rename(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_rename()
6285 static int nfs4_xdr_dec_link(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_link()
6325 static int nfs4_xdr_dec_create(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_create()
6355 static int nfs4_xdr_dec_symlink(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_symlink()
6364 static int nfs4_xdr_dec_getattr(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_getattr()
6388 static void nfs4_xdr_enc_setacl(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_setacl()
6407 nfs4_xdr_dec_setacl(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_setacl()
6432 nfs4_xdr_dec_getacl(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_getacl()
6459 static int nfs4_xdr_dec_close(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_close()
6494 static int nfs4_xdr_dec_open(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_open()
6529 struct xdr_stream *xdr, in nfs4_xdr_dec_open_confirm()
6551 struct xdr_stream *xdr, in nfs4_xdr_dec_open_noattr()
6583 struct xdr_stream *xdr, in nfs4_xdr_dec_setattr()
6610 static int nfs4_xdr_dec_lock(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_lock()
6634 static int nfs4_xdr_dec_lockt(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_lockt()
6658 static int nfs4_xdr_dec_locku(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_locku()
6680 struct xdr_stream *xdr, void *dummy) in nfs4_xdr_dec_release_lockowner()
6695 struct xdr_stream *xdr, in nfs4_xdr_dec_readlink()
6719 static int nfs4_xdr_dec_readdir(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_readdir()
6743 static int nfs4_xdr_dec_read(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_read()
6770 static int nfs4_xdr_dec_write(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_write()
6801 static int nfs4_xdr_dec_commit(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_commit()
6826 static int nfs4_xdr_dec_fsinfo(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_dec_fsinfo()
6846 static int nfs4_xdr_dec_pathconf(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_dec_pathconf()
6866 static int nfs4_xdr_dec_statfs(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_dec_statfs()
6887 struct xdr_stream *xdr, in nfs4_xdr_dec_server_caps()
6911 static int nfs4_xdr_dec_renew(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_renew()
6927 struct xdr_stream *xdr, in nfs4_xdr_dec_setclientid()
6944 struct xdr_stream *xdr, in nfs4_xdr_dec_setclientid_confirm()
6960 struct xdr_stream *xdr, in nfs4_xdr_dec_delegreturn()
6996 struct xdr_stream *xdr, in nfs4_xdr_dec_fs_locations()
7040 struct xdr_stream *xdr, in nfs4_xdr_dec_secinfo()
7065 struct xdr_stream *xdr, in nfs4_xdr_dec_fsid_present()
7095 struct xdr_stream *xdr, in nfs4_xdr_dec_bind_conn_to_session()
7111 struct xdr_stream *xdr, in nfs4_xdr_dec_exchange_id()
7127 struct xdr_stream *xdr, in nfs4_xdr_dec_create_session()
7143 struct xdr_stream *xdr, in nfs4_xdr_dec_destroy_session()
7159 struct xdr_stream *xdr, in nfs4_xdr_dec_destroy_clientid()
7175 struct xdr_stream *xdr, in nfs4_xdr_dec_sequence()
7193 struct xdr_stream *xdr, in nfs4_xdr_dec_get_lease_time()
7216 struct xdr_stream *xdr, in nfs4_xdr_dec_reclaim_complete()
7235 struct xdr_stream *xdr, in nfs4_xdr_dec_getdeviceinfo()
7257 struct xdr_stream *xdr, in nfs4_xdr_dec_layoutget()
7282 struct xdr_stream *xdr, in nfs4_xdr_dec_layoutreturn()
7307 struct xdr_stream *xdr, in nfs4_xdr_dec_layoutcommit()
7335 struct xdr_stream *xdr, in nfs4_xdr_dec_secinfo_no_name()
7360 struct xdr_stream *xdr, in nfs4_xdr_dec_test_stateid()
7382 struct xdr_stream *xdr, in nfs4_xdr_dec_free_stateid()
7415 int nfs4_decode_dirent(struct xdr_stream *xdr, struct nfs_entry *entry, in nfs4_decode_dirent()