Lines Matching defs:xdr

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()
1661 static void encode_readlink(struct xdr_stream *xdr, const struct nfs4_readlink *readlink, struct rp… in encode_readlink()
1666 static void encode_remove(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr) in encode_remove()
1672 static void encode_rename(struct xdr_stream *xdr, const struct qstr *oldname, const struct qstr *ne… in encode_rename()
1679 static void encode_renew(struct xdr_stream *xdr, clientid4 clid, in encode_renew()
1687 encode_restorefh(struct xdr_stream *xdr, struct compound_hdr *hdr) in encode_restorefh()
1709 static void encode_setacl(struct xdr_stream *xdr, in encode_setacl()
1725 encode_savefh(struct xdr_stream *xdr, struct compound_hdr *hdr) in encode_savefh()
1730 static void encode_setattr(struct xdr_stream *xdr, const struct nfs_setattrargs *arg, const struct … in encode_setattr()
1738 static void encode_setclientid(struct xdr_stream *xdr, const struct nfs4_setclientid *setclientid, … in encode_setclientid()
1755 static void encode_setclientid_confirm(struct xdr_stream *xdr, const struct nfs4_setclientid_res *a… in encode_setclientid_confirm()
1763 static void encode_write(struct xdr_stream *xdr, const struct nfs_pgio_args *args, in encode_write()
1779 static void encode_delegreturn(struct xdr_stream *xdr, const nfs4_stateid *stateid, struct compound… in encode_delegreturn()
1785 static void encode_secinfo(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hd… in encode_secinfo()
1793 static void encode_bind_conn_to_session(struct xdr_stream *xdr, in encode_bind_conn_to_session()
1807 static void encode_op_map(struct xdr_stream *xdr, const struct nfs4_op_map *op_map) in encode_op_map()
1815 static void encode_exchange_id(struct xdr_stream *xdr, in encode_exchange_id()
1867 static void encode_create_session(struct xdr_stream *xdr, in encode_create_session()
1920 static void encode_destroy_session(struct xdr_stream *xdr, in encode_destroy_session()
1928 static void encode_destroy_clientid(struct xdr_stream *xdr, in encode_destroy_clientid()
1936 static void encode_reclaim_complete(struct xdr_stream *xdr, in encode_reclaim_complete()
1945 static void encode_sequence(struct xdr_stream *xdr, in encode_sequence()
1985 encode_getdeviceinfo(struct xdr_stream *xdr, in encode_getdeviceinfo()
2004 encode_layoutget(struct xdr_stream *xdr, in encode_layoutget()
2031 encode_layoutcommit(struct xdr_stream *xdr, in encode_layoutcommit()
2068 encode_layoutreturn(struct xdr_stream *xdr, in encode_layoutreturn()
2093 encode_secinfo_no_name(struct xdr_stream *xdr, in encode_secinfo_no_name()
2102 static void encode_test_stateid(struct xdr_stream *xdr, in encode_test_stateid()
2111 static void encode_free_stateid(struct xdr_stream *xdr, in encode_free_stateid()
2120 encode_layoutreturn(struct xdr_stream *xdr, in encode_layoutreturn()
2127 encode_layoutget(struct xdr_stream *xdr, in encode_layoutget()
2151 static void nfs4_xdr_enc_access(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_access()
2171 static void nfs4_xdr_enc_lookup(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_lookup()
2191 static void nfs4_xdr_enc_lookupp(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_lookupp()
2212 struct xdr_stream *xdr, in nfs4_xdr_enc_lookup_root()
2231 static void nfs4_xdr_enc_remove(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_remove()
2249 static void nfs4_xdr_enc_rename(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_rename()
2269 static void nfs4_xdr_enc_link(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_link()
2291 static void nfs4_xdr_enc_create(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_create()
2311 static void nfs4_xdr_enc_symlink(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_symlink()
2322 static void nfs4_xdr_enc_getattr(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_getattr()
2340 static void nfs4_xdr_enc_close(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_close()
2362 static void nfs4_xdr_enc_open(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_open()
2391 struct xdr_stream *xdr, in nfs4_xdr_enc_open_confirm()
2409 struct xdr_stream *xdr, in nfs4_xdr_enc_open_noattr()
2437 struct xdr_stream *xdr, in nfs4_xdr_enc_open_downgrade()
2457 static void nfs4_xdr_enc_lock(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_lock()
2475 static void nfs4_xdr_enc_lockt(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_lockt()
2493 static void nfs4_xdr_enc_locku(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_locku()
2509 struct xdr_stream *xdr, in nfs4_xdr_enc_release_lockowner()
2525 static void nfs4_xdr_enc_readlink(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_readlink()
2546 static void nfs4_xdr_enc_readdir(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_readdir()
2567 static void nfs4_xdr_enc_read(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_read()
2589 static void nfs4_xdr_enc_setattr(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_setattr()
2608 static void nfs4_xdr_enc_getacl(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_getacl()
2635 static void nfs4_xdr_enc_write(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_write()
2656 static void nfs4_xdr_enc_commit(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_commit()
2674 static void nfs4_xdr_enc_fsinfo(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_fsinfo()
2692 static void nfs4_xdr_enc_pathconf(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_pathconf()
2711 static void nfs4_xdr_enc_statfs(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_statfs()
2731 struct xdr_stream *xdr, in nfs4_xdr_enc_server_caps()
2750 static void nfs4_xdr_enc_renew(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_renew()
2768 struct xdr_stream *xdr, in nfs4_xdr_enc_setclientid()
2785 struct xdr_stream *xdr, in nfs4_xdr_enc_setclientid_confirm()
2802 struct xdr_stream *xdr, in nfs4_xdr_enc_delegreturn()
2825 struct xdr_stream *xdr, in nfs4_xdr_enc_fs_locations()
2858 struct xdr_stream *xdr, in nfs4_xdr_enc_secinfo()
2877 struct xdr_stream *xdr, in nfs4_xdr_enc_fsid_present()
2899 struct xdr_stream *xdr, in nfs4_xdr_enc_bind_conn_to_session()
2916 struct xdr_stream *xdr, in nfs4_xdr_enc_exchange_id()
2933 struct xdr_stream *xdr, in nfs4_xdr_enc_create_session()
2950 struct xdr_stream *xdr, in nfs4_xdr_enc_destroy_session()
2967 struct xdr_stream *xdr, in nfs4_xdr_enc_destroy_clientid()
2983 static void nfs4_xdr_enc_sequence(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_sequence()
3002 struct xdr_stream *xdr, in nfs4_xdr_enc_get_lease_time()
3024 struct xdr_stream *xdr, in nfs4_xdr_enc_reclaim_complete()
3042 struct xdr_stream *xdr, in nfs4_xdr_enc_getdeviceinfo()
3069 struct xdr_stream *xdr, in nfs4_xdr_enc_layoutget()
3091 struct xdr_stream *xdr, in nfs4_xdr_enc_layoutcommit()
3113 struct xdr_stream *xdr, in nfs4_xdr_enc_layoutreturn()
3132 struct xdr_stream *xdr, in nfs4_xdr_enc_secinfo_no_name()
3151 struct xdr_stream *xdr, in nfs4_xdr_enc_test_stateid()
3169 struct xdr_stream *xdr, in nfs4_xdr_enc_free_stateid()
3184 static int decode_opaque_inline(struct xdr_stream *xdr, unsigned int *len, char **string) in decode_opaque_inline()
3194 static int decode_compound_hdr(struct xdr_stream *xdr, struct compound_hdr *hdr) in decode_compound_hdr()
3218 static bool __decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected, in __decode_op_hdr()
3249 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) in decode_op_hdr()
3258 static int decode_ace(struct xdr_stream *xdr, void *ace) in decode_ace()
3271 decode_bitmap4(struct xdr_stream *xdr, uint32_t *bitmap, size_t sz) in decode_bitmap4()
3283 static int decode_attr_bitmap(struct xdr_stream *xdr, uint32_t *bitmap) in decode_attr_bitmap()
3290 static int decode_attr_length(struct xdr_stream *xdr, uint32_t *attrlen, unsigned int *savep) in decode_attr_length()
3302 static int decode_attr_supported(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *bitmask) in decode_attr_supported()
3317 static int decode_attr_type(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *type) in decode_attr_type()
3341 static int decode_attr_fh_expire_type(struct xdr_stream *xdr, in decode_attr_fh_expire_type()
3360 static int decode_attr_change(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *change) in decode_attr_change()
3381 static int decode_attr_size(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *size) in decode_attr_size()
3401 static int decode_attr_link_support(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_link_support()
3419 static int decode_attr_symlink_support(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_symlink_support()
3437 static int decode_attr_fsid(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_fsid *fsid) in decode_attr_fsid()
3461 static int decode_attr_lease_time(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_lease_time()
3479 static int decode_attr_error(struct xdr_stream *xdr, uint32_t *bitmap, int32_t *res) in decode_attr_error()
3495 static int decode_attr_exclcreat_supported(struct xdr_stream *xdr, in decode_attr_exclcreat_supported()
3511 static int decode_attr_filehandle(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_fh *fh) in decode_attr_filehandle()
3543 static int decode_attr_aclsupport(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_aclsupport()
3561 static int decode_attr_case_insensitive(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_case_insensitive()
3579 static int decode_attr_case_preserving(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_case_preserving()
3597 static int decode_attr_fileid(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *fileid) in decode_attr_fileid()
3617 static int decode_attr_mounted_on_fileid(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *fileid) in decode_attr_mounted_on_fileid()
3637 static int decode_attr_files_avail(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_files_avail()
3656 static int decode_attr_files_free(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_files_free()
3675 static int decode_attr_files_total(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_files_total()
3694 static int decode_pathname(struct xdr_stream *xdr, struct nfs4_pathname *path) in decode_pathname()
3736 static int decode_attr_fs_locations(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs4_fs_locati… in decode_attr_fs_locations()
3812 static int decode_attr_maxfilesize(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_maxfilesize()
3831 static int decode_attr_maxlink(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *maxlink) in decode_attr_maxlink()
3850 static int decode_attr_maxname(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *maxname) in decode_attr_maxname()
3869 static int decode_attr_maxread(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_maxread()
3892 static int decode_attr_maxwrite(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_maxwrite()
3915 static int decode_attr_mode(struct xdr_stream *xdr, uint32_t *bitmap, umode_t *mode) in decode_attr_mode()
3937 static int decode_attr_nlink(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *nlink) in decode_attr_nlink()
3957 static ssize_t decode_nfs4_string(struct xdr_stream *xdr, in decode_nfs4_string()
3970 static int decode_attr_owner(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_owner()
4004 static int decode_attr_group(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_group()
4038 static int decode_attr_rdev(struct xdr_stream *xdr, uint32_t *bitmap, dev_t *rdev) in decode_attr_rdev()
4065 static int decode_attr_space_avail(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_space_avail()
4084 static int decode_attr_space_free(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_space_free()
4103 static int decode_attr_space_total(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_space_total()
4122 static int decode_attr_space_used(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *used) in decode_attr_space_used()
4154 static int decode_attr_time(struct xdr_stream *xdr, struct timespec64 *time) in decode_attr_time()
4165 static int decode_attr_time_access(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec64 *tim… in decode_attr_time_access()
4183 static int decode_attr_time_metadata(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec64 *t… in decode_attr_time_metadata()
4201 static int decode_attr_time_delta(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_time_delta()
4219 static int decode_attr_security_label(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_security_label()
4268 static int decode_attr_time_modify(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec64 *tim… in decode_attr_time_modify()
4286 static int decode_attr_xattrsupport(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_xattrsupport()
4306 static int verify_attr_len(struct xdr_stream *xdr, unsigned int savep, uint32_t attrlen) in verify_attr_len()
4323 static int decode_change_info(struct xdr_stream *xdr, struct nfs4_change_info *cinfo) in decode_change_info()
4336 static int decode_access(struct xdr_stream *xdr, u32 *supported, u32 *access) in decode_access()
4355 static int decode_opaque_fixed(struct xdr_stream *xdr, void *buf, size_t len) in decode_opaque_fixed()
4363 static int decode_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_stateid()
4368 static int decode_open_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_open_stateid()
4374 static int decode_lock_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_lock_stateid()
4380 static int decode_delegation_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_delegation_stateid()
4386 static int decode_invalid_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_invalid_stateid()
4394 static int decode_close(struct xdr_stream *xdr, struct nfs_closeres *res) in decode_close()
4406 static int decode_verifier(struct xdr_stream *xdr, void *verifier) in decode_verifier()
4411 static int decode_write_verifier(struct xdr_stream *xdr, struct nfs_write_verifier *verifier) in decode_write_verifier()
4416 static int decode_commit(struct xdr_stream *xdr, struct nfs_commitres *res) in decode_commit()
4429 static int decode_create(struct xdr_stream *xdr, struct nfs4_change_info *cinfo) in decode_create()
4450 static int decode_server_caps(struct xdr_stream *xdr, struct nfs4_server_caps_res *res) in decode_server_caps()
4486 static int decode_statfs(struct xdr_stream *xdr, struct nfs_fsstat *fsstat) in decode_statfs()
4523 static int decode_pathconf(struct xdr_stream *xdr, struct nfs_pathconf *pathconf) in decode_pathconf()
4547 static int decode_threshold_hint(struct xdr_stream *xdr, in decode_threshold_hint()
4564 static int decode_first_threshold_item4(struct xdr_stream *xdr, in decode_first_threshold_item4()
4617 static int decode_attr_mdsthreshold(struct xdr_stream *xdr, in decode_attr_mdsthreshold()
4648 static int decode_getfattr_attrs(struct xdr_stream *xdr, uint32_t *bitmap, in decode_getfattr_attrs()
4775 static int decode_getfattr_generic(struct xdr_stream *xdr, struct nfs_fattr *fattr, in decode_getfattr_generic()
4806 static int decode_getfattr(struct xdr_stream *xdr, struct nfs_fattr *fattr, in decode_getfattr()
4815 static int decode_pnfs_layout_types(struct xdr_stream *xdr, in decode_pnfs_layout_types()
4851 static int decode_attr_pnfstype(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_pnfstype()
4869 static int decode_attr_layout_blksize(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_layout_blksize()
4889 static int decode_attr_clone_blksize(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_clone_blksize()
4906 static int decode_attr_change_attr_type(struct xdr_stream *xdr, in decode_attr_change_attr_type()
4932 static int decode_fsinfo(struct xdr_stream *xdr, struct nfs_fsinfo *fsinfo) in decode_fsinfo()
4996 static int decode_getfh(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_getfh()
5025 static int decode_link(struct xdr_stream *xdr, struct nfs4_change_info *cinfo) in decode_link()
5038 static int decode_lock_denied (struct xdr_stream *xdr, struct file_lock *fl) in decode_lock_denied()
5068 static int decode_lock(struct xdr_stream *xdr, struct nfs_lock_res *res) in decode_lock()
5088 static int decode_lockt(struct xdr_stream *xdr, struct nfs_lockt_res *res) in decode_lockt()
5097 static int decode_locku(struct xdr_stream *xdr, struct nfs_locku_res *res) in decode_locku()
5109 static int decode_release_lockowner(struct xdr_stream *xdr) in decode_release_lockowner()
5114 static int decode_lookup(struct xdr_stream *xdr) in decode_lookup()
5119 static int decode_lookupp(struct xdr_stream *xdr) in decode_lookupp()
5125 static int decode_space_limit(struct xdr_stream *xdr, in decode_space_limit()
5150 static int decode_rw_delegation(struct xdr_stream *xdr, in decode_rw_delegation()
5177 static int decode_no_delegation(struct xdr_stream *xdr, struct nfs_openres *res) in decode_no_delegation()
5195 static int decode_delegation(struct xdr_stream *xdr, struct nfs_openres *res) in decode_delegation()
5217 static int decode_open(struct xdr_stream *xdr, struct nfs_openres *res) in decode_open()
5257 static int decode_open_confirm(struct xdr_stream *xdr, struct nfs_open_confirmres *res) in decode_open_confirm()
5269 static int decode_open_downgrade(struct xdr_stream *xdr, struct nfs_closeres *res) in decode_open_downgrade()
5281 static int decode_putfh(struct xdr_stream *xdr) in decode_putfh()
5286 static int decode_putrootfh(struct xdr_stream *xdr) in decode_putrootfh()
5291 static int decode_read(struct xdr_stream *xdr, struct rpc_rqst *req, in decode_read()
5318 static int decode_readdir(struct xdr_stream *xdr, struct rpc_rqst *req, struct nfs4_readdir_res *re… in decode_readdir()
5334 static int decode_readlink(struct xdr_stream *xdr, struct rpc_rqst *req) in decode_readlink()
5371 static int decode_remove(struct xdr_stream *xdr, struct nfs4_change_info *cinfo) in decode_remove()
5383 static int decode_rename(struct xdr_stream *xdr, struct nfs4_change_info *old_cinfo, in decode_rename()
5398 static int decode_renew(struct xdr_stream *xdr) in decode_renew()
5404 decode_restorefh(struct xdr_stream *xdr) in decode_restorefh()
5409 static int decode_getacl(struct xdr_stream *xdr, struct rpc_rqst *req, in decode_getacl()
5466 decode_savefh(struct xdr_stream *xdr) in decode_savefh()
5471 static int decode_setattr(struct xdr_stream *xdr) in decode_setattr()
5483 static int decode_setclientid(struct xdr_stream *xdr, struct nfs4_setclientid_res *res) in decode_setclientid()
5532 static int decode_setclientid_confirm(struct xdr_stream *xdr) in decode_setclientid_confirm()
5537 static int decode_write(struct xdr_stream *xdr, struct nfs_pgio_res *res) in decode_write()
5554 static int decode_delegreturn(struct xdr_stream *xdr) in decode_delegreturn()
5559 static int decode_secinfo_gss(struct xdr_stream *xdr, in decode_secinfo_gss()
5587 static int decode_secinfo_common(struct xdr_stream *xdr, struct nfs4_secinfo_res *res) in decode_secinfo_common()
5624 static int decode_secinfo(struct xdr_stream *xdr, struct nfs4_secinfo_res *res) in decode_secinfo()
5633 static int decode_secinfo_no_name(struct xdr_stream *xdr, struct nfs4_secinfo_res *res) in decode_secinfo_no_name()
5641 static int decode_op_map(struct xdr_stream *xdr, struct nfs4_op_map *op_map) in decode_op_map()
5649 static int decode_exchange_id(struct xdr_stream *xdr, in decode_exchange_id()
5740 static int decode_chan_attrs(struct xdr_stream *xdr, in decode_chan_attrs()
5771 static int decode_sessionid(struct xdr_stream *xdr, struct nfs4_sessionid *sid) in decode_sessionid()
5776 static int decode_bind_conn_to_session(struct xdr_stream *xdr, in decode_bind_conn_to_session()
5804 static int decode_create_session(struct xdr_stream *xdr, in decode_create_session()
5830 static int decode_destroy_session(struct xdr_stream *xdr, void *dummy) in decode_destroy_session()
5835 static int decode_destroy_clientid(struct xdr_stream *xdr, void *dummy) in decode_destroy_clientid()
5840 static int decode_reclaim_complete(struct xdr_stream *xdr, void *dummy) in decode_reclaim_complete()
5846 static int decode_sequence(struct xdr_stream *xdr, in decode_sequence()
5916 static int decode_layout_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_layout_stateid()
5922 static int decode_getdeviceinfo(struct xdr_stream *xdr, in decode_getdeviceinfo()
5985 static int decode_layoutget(struct xdr_stream *xdr, struct rpc_rqst *req, in decode_layoutget()
6056 static int decode_layoutreturn(struct xdr_stream *xdr, in decode_layoutreturn()
6076 static int decode_layoutcommit(struct xdr_stream *xdr, in decode_layoutcommit()
6103 static int decode_test_stateid(struct xdr_stream *xdr, in decode_test_stateid()
6129 static int decode_free_stateid(struct xdr_stream *xdr, in decode_free_stateid()
6137 int decode_layoutreturn(struct xdr_stream *xdr, in decode_layoutreturn()
6143 static int decode_layoutget(struct xdr_stream *xdr, struct rpc_rqst *req, in decode_layoutget()
6159 struct xdr_stream *xdr, in nfs4_xdr_dec_open_downgrade()
6189 static int nfs4_xdr_dec_access(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_access()
6217 static int nfs4_xdr_dec_lookup(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_lookup()
6247 static int nfs4_xdr_dec_lookupp(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_lookupp()
6278 struct xdr_stream *xdr, in nfs4_xdr_dec_lookup_root()
6304 static int nfs4_xdr_dec_remove(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_remove()
6328 static int nfs4_xdr_dec_rename(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_rename()
6358 static int nfs4_xdr_dec_link(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_link()
6398 static int nfs4_xdr_dec_create(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_create()
6428 static int nfs4_xdr_dec_symlink(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_symlink()
6437 static int nfs4_xdr_dec_getattr(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_getattr()
6461 static void nfs4_xdr_enc_setacl(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_setacl()
6480 nfs4_xdr_dec_setacl(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_setacl()
6505 nfs4_xdr_dec_getacl(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_getacl()
6532 static int nfs4_xdr_dec_close(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_close()
6567 static int nfs4_xdr_dec_open(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_open()
6602 struct xdr_stream *xdr, in nfs4_xdr_dec_open_confirm()
6624 struct xdr_stream *xdr, in nfs4_xdr_dec_open_noattr()
6656 struct xdr_stream *xdr, in nfs4_xdr_dec_setattr()
6683 static int nfs4_xdr_dec_lock(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_lock()
6707 static int nfs4_xdr_dec_lockt(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_lockt()
6731 static int nfs4_xdr_dec_locku(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_locku()
6753 struct xdr_stream *xdr, void *dummy) in nfs4_xdr_dec_release_lockowner()
6768 struct xdr_stream *xdr, in nfs4_xdr_dec_readlink()
6792 static int nfs4_xdr_dec_readdir(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_readdir()
6816 static int nfs4_xdr_dec_read(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_read()
6843 static int nfs4_xdr_dec_write(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_write()
6874 static int nfs4_xdr_dec_commit(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_commit()
6899 static int nfs4_xdr_dec_fsinfo(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_dec_fsinfo()
6919 static int nfs4_xdr_dec_pathconf(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_dec_pathconf()
6939 static int nfs4_xdr_dec_statfs(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_dec_statfs()
6960 struct xdr_stream *xdr, in nfs4_xdr_dec_server_caps()
6984 static int nfs4_xdr_dec_renew(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_renew()
7000 struct xdr_stream *xdr, in nfs4_xdr_dec_setclientid()
7017 struct xdr_stream *xdr, in nfs4_xdr_dec_setclientid_confirm()
7033 struct xdr_stream *xdr, in nfs4_xdr_dec_delegreturn()
7069 struct xdr_stream *xdr, in nfs4_xdr_dec_fs_locations()
7113 struct xdr_stream *xdr, in nfs4_xdr_dec_secinfo()
7138 struct xdr_stream *xdr, in nfs4_xdr_dec_fsid_present()
7168 struct xdr_stream *xdr, in nfs4_xdr_dec_bind_conn_to_session()
7184 struct xdr_stream *xdr, in nfs4_xdr_dec_exchange_id()
7200 struct xdr_stream *xdr, in nfs4_xdr_dec_create_session()
7216 struct xdr_stream *xdr, in nfs4_xdr_dec_destroy_session()
7232 struct xdr_stream *xdr, in nfs4_xdr_dec_destroy_clientid()
7248 struct xdr_stream *xdr, in nfs4_xdr_dec_sequence()
7266 struct xdr_stream *xdr, in nfs4_xdr_dec_get_lease_time()
7289 struct xdr_stream *xdr, in nfs4_xdr_dec_reclaim_complete()
7308 struct xdr_stream *xdr, in nfs4_xdr_dec_getdeviceinfo()
7330 struct xdr_stream *xdr, in nfs4_xdr_dec_layoutget()
7355 struct xdr_stream *xdr, in nfs4_xdr_dec_layoutreturn()
7380 struct xdr_stream *xdr, in nfs4_xdr_dec_layoutcommit()
7408 struct xdr_stream *xdr, in nfs4_xdr_dec_secinfo_no_name()
7433 struct xdr_stream *xdr, in nfs4_xdr_dec_test_stateid()
7455 struct xdr_stream *xdr, in nfs4_xdr_dec_free_stateid()
7488 int nfs4_decode_dirent(struct xdr_stream *xdr, struct nfs_entry *entry, in nfs4_decode_dirent()