Lines Matching defs:xdr
910 static __be32 *reserve_space(struct xdr_stream *xdr, size_t nbytes) in reserve_space()
917 static void encode_opaque_fixed(struct xdr_stream *xdr, const void *buf, size_t len) in encode_opaque_fixed()
925 static void encode_string(struct xdr_stream *xdr, unsigned int len, const char *str) in encode_string()
933 static void encode_uint32(struct xdr_stream *xdr, u32 n) in encode_uint32()
941 static void encode_uint64(struct xdr_stream *xdr, u64 n) in encode_uint64()
949 static void encode_nfs4_seqid(struct xdr_stream *xdr, in encode_nfs4_seqid()
958 static void encode_compound_hdr(struct xdr_stream *xdr, in encode_compound_hdr()
978 static void encode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 op, in encode_op_hdr()
993 static void encode_nfs4_stateid(struct xdr_stream *xdr, const nfs4_stateid *stateid) in encode_nfs4_stateid()
998 static void encode_nfs4_verifier(struct xdr_stream *xdr, const nfs4_verifier *verf) in encode_nfs4_verifier()
1003 static void encode_attrs(struct xdr_stream *xdr, const struct iattr *iap, in encode_attrs()
1136 static void encode_access(struct xdr_stream *xdr, u32 access, struct compound_hdr *hdr) in encode_access()
1142 static void encode_close(struct xdr_stream *xdr, const struct nfs_closeargs *arg, struct compound_h… in encode_close()
1149 static void encode_commit(struct xdr_stream *xdr, const struct nfs_commitargs *args, struct compoun… in encode_commit()
1159 static void encode_create(struct xdr_stream *xdr, const struct nfs4_create_arg *create, struct comp… in encode_create()
1189 static void encode_getattr_one(struct xdr_stream *xdr, uint32_t bitmap, struct compound_hdr *hdr) in encode_getattr_one()
1199 static void encode_getattr_two(struct xdr_stream *xdr, uint32_t bm0, uint32_t bm1, struct compound_… in encode_getattr_two()
1211 encode_getattr_three(struct xdr_stream *xdr, in encode_getattr_three()
1236 static void encode_getfattr(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr) in encode_getfattr()
1244 static void encode_getfattr_open(struct xdr_stream *xdr, const u32 *bitmask, in encode_getfattr_open()
1255 static void encode_fsinfo(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr) in encode_fsinfo()
1264 static void encode_fs_locations(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hd… in encode_fs_locations()
1270 static void encode_getfh(struct xdr_stream *xdr, struct compound_hdr *hdr) in encode_getfh()
1275 static void encode_link(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr) in encode_link()
1295 static void encode_lockowner(struct xdr_stream *xdr, const struct nfs_lowner *lowner) in encode_lockowner()
1311 static void encode_lock(struct xdr_stream *xdr, const struct nfs_lock_args *args, struct compound_h… in encode_lock()
1334 static void encode_lockt(struct xdr_stream *xdr, const struct nfs_lockt_args *args, struct compound… in encode_lockt()
1346 static void encode_locku(struct xdr_stream *xdr, const struct nfs_locku_args *args, struct compound… in encode_locku()
1359 static void encode_release_lockowner(struct xdr_stream *xdr, const struct nfs_lowner *lowner, struc… in encode_release_lockowner()
1365 static void encode_lookup(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr) in encode_lookup()
1371 static void encode_share_access(struct xdr_stream *xdr, u32 share_access) in encode_share_access()
1380 static inline void encode_openhdr(struct xdr_stream *xdr, const struct nfs_openargs *arg) in encode_openhdr()
1398 static inline void encode_createmode(struct xdr_stream *xdr, const struct nfs_openargs *arg) in encode_createmode()
1423 static void encode_opentype(struct xdr_stream *xdr, const struct nfs_openargs *arg) in encode_opentype()
1438 static inline void encode_delegation_type(struct xdr_stream *xdr, fmode_t delegation_type) in encode_delegation_type()
1458 static inline void encode_claim_null(struct xdr_stream *xdr, const struct qstr *name) in encode_claim_null()
1467 static inline void encode_claim_previous(struct xdr_stream *xdr, fmode_t type) in encode_claim_previous()
1476 static inline void encode_claim_delegate_cur(struct xdr_stream *xdr, const struct qstr *name, const… in encode_claim_delegate_cur()
1486 static inline void encode_claim_fh(struct xdr_stream *xdr) in encode_claim_fh()
1494 static inline void encode_claim_delegate_cur_fh(struct xdr_stream *xdr, const nfs4_stateid *stateid) in encode_claim_delegate_cur_fh()
1503 static void encode_open(struct xdr_stream *xdr, const struct nfs_openargs *arg, struct compound_hdr… in encode_open()
1529 static void encode_open_confirm(struct xdr_stream *xdr, const struct nfs_open_confirmargs *arg, str… in encode_open_confirm()
1536 static void encode_open_downgrade(struct xdr_stream *xdr, const struct nfs_closeargs *arg, struct c… in encode_open_downgrade()
1545 encode_putfh(struct xdr_stream *xdr, const struct nfs_fh *fh, struct compound_hdr *hdr) in encode_putfh()
1551 static void encode_putrootfh(struct xdr_stream *xdr, struct compound_hdr *hdr) in encode_putrootfh()
1556 static void encode_read(struct xdr_stream *xdr, const struct nfs_pgio_args *args, in encode_read()
1569 static void encode_readdir(struct xdr_stream *xdr, const struct nfs4_readdir_arg *readdir, struct r… in encode_readdir()
1619 static void encode_readlink(struct xdr_stream *xdr, const struct nfs4_readlink *readlink, struct rp… in encode_readlink()
1624 static void encode_remove(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr) in encode_remove()
1630 static void encode_rename(struct xdr_stream *xdr, const struct qstr *oldname, const struct qstr *ne… in encode_rename()
1637 static void encode_renew(struct xdr_stream *xdr, clientid4 clid, in encode_renew()
1645 encode_restorefh(struct xdr_stream *xdr, struct compound_hdr *hdr) in encode_restorefh()
1651 encode_setacl(struct xdr_stream *xdr, struct nfs_setaclargs *arg, struct compound_hdr *hdr) in encode_setacl()
1666 encode_savefh(struct xdr_stream *xdr, struct compound_hdr *hdr) in encode_savefh()
1671 static void encode_setattr(struct xdr_stream *xdr, const struct nfs_setattrargs *arg, const struct … in encode_setattr()
1678 static void encode_setclientid(struct xdr_stream *xdr, const struct nfs4_setclientid *setclientid, … in encode_setclientid()
1695 static void encode_setclientid_confirm(struct xdr_stream *xdr, const struct nfs4_setclientid_res *a… in encode_setclientid_confirm()
1703 static void encode_write(struct xdr_stream *xdr, const struct nfs_pgio_args *args, in encode_write()
1719 static void encode_delegreturn(struct xdr_stream *xdr, const nfs4_stateid *stateid, struct compound… in encode_delegreturn()
1725 static void encode_secinfo(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hd… in encode_secinfo()
1733 static void encode_bind_conn_to_session(struct xdr_stream *xdr, in encode_bind_conn_to_session()
1747 static void encode_op_map(struct xdr_stream *xdr, struct nfs4_op_map *op_map) in encode_op_map()
1755 static void encode_exchange_id(struct xdr_stream *xdr, in encode_exchange_id()
1807 static void encode_create_session(struct xdr_stream *xdr, in encode_create_session()
1860 static void encode_destroy_session(struct xdr_stream *xdr, in encode_destroy_session()
1868 static void encode_destroy_clientid(struct xdr_stream *xdr, in encode_destroy_clientid()
1876 static void encode_reclaim_complete(struct xdr_stream *xdr, in encode_reclaim_complete()
1885 static void encode_sequence(struct xdr_stream *xdr, in encode_sequence()
1925 encode_getdeviceinfo(struct xdr_stream *xdr, in encode_getdeviceinfo()
1944 encode_layoutget(struct xdr_stream *xdr, in encode_layoutget()
1971 encode_layoutcommit(struct xdr_stream *xdr, in encode_layoutcommit()
2009 encode_layoutreturn(struct xdr_stream *xdr, in encode_layoutreturn()
2035 encode_secinfo_no_name(struct xdr_stream *xdr, in encode_secinfo_no_name()
2044 static void encode_test_stateid(struct xdr_stream *xdr, in encode_test_stateid()
2053 static void encode_free_stateid(struct xdr_stream *xdr, in encode_free_stateid()
2079 static void nfs4_xdr_enc_access(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_access()
2097 static void nfs4_xdr_enc_lookup(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_lookup()
2117 struct xdr_stream *xdr, in nfs4_xdr_enc_lookup_root()
2135 static void nfs4_xdr_enc_remove(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_remove()
2152 static void nfs4_xdr_enc_rename(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_rename()
2171 static void nfs4_xdr_enc_link(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_link()
2192 static void nfs4_xdr_enc_create(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_create()
2211 static void nfs4_xdr_enc_symlink(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_symlink()
2220 static void nfs4_xdr_enc_getattr(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_getattr()
2237 static void nfs4_xdr_enc_close(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_close()
2255 static void nfs4_xdr_enc_open(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_open()
2277 struct xdr_stream *xdr, in nfs4_xdr_enc_open_confirm()
2294 struct xdr_stream *xdr, in nfs4_xdr_enc_open_noattr()
2315 struct xdr_stream *xdr, in nfs4_xdr_enc_open_downgrade()
2333 static void nfs4_xdr_enc_lock(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_lock()
2350 static void nfs4_xdr_enc_lockt(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_lockt()
2367 static void nfs4_xdr_enc_locku(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_locku()
2382 struct xdr_stream *xdr, in nfs4_xdr_enc_release_lockowner()
2397 static void nfs4_xdr_enc_readlink(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_readlink()
2417 static void nfs4_xdr_enc_readdir(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_readdir()
2440 static void nfs4_xdr_enc_read(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_read()
2461 static void nfs4_xdr_enc_setattr(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_setattr()
2479 static void nfs4_xdr_enc_getacl(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_getacl()
2502 static void nfs4_xdr_enc_write(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_write()
2522 static void nfs4_xdr_enc_commit(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_commit()
2539 static void nfs4_xdr_enc_fsinfo(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_fsinfo()
2556 static void nfs4_xdr_enc_pathconf(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_pathconf()
2574 static void nfs4_xdr_enc_statfs(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_statfs()
2593 struct xdr_stream *xdr, in nfs4_xdr_enc_server_caps()
2611 static void nfs4_xdr_enc_renew(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_renew()
2627 struct xdr_stream *xdr, in nfs4_xdr_enc_setclientid()
2643 struct xdr_stream *xdr, in nfs4_xdr_enc_setclientid_confirm()
2659 struct xdr_stream *xdr, in nfs4_xdr_enc_delegreturn()
2678 struct xdr_stream *xdr, in nfs4_xdr_enc_fs_locations()
2711 struct xdr_stream *xdr, in nfs4_xdr_enc_secinfo()
2729 struct xdr_stream *xdr, in nfs4_xdr_enc_fsid_present()
2750 struct xdr_stream *xdr, in nfs4_xdr_enc_bind_conn_to_session()
2766 struct xdr_stream *xdr, in nfs4_xdr_enc_exchange_id()
2782 struct xdr_stream *xdr, in nfs4_xdr_enc_create_session()
2798 struct xdr_stream *xdr, in nfs4_xdr_enc_destroy_session()
2814 struct xdr_stream *xdr, in nfs4_xdr_enc_destroy_clientid()
2829 static void nfs4_xdr_enc_sequence(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_sequence()
2845 struct xdr_stream *xdr, in nfs4_xdr_enc_get_lease_time()
2864 struct xdr_stream *xdr, in nfs4_xdr_enc_reclaim_complete()
2881 struct xdr_stream *xdr, in nfs4_xdr_enc_getdeviceinfo()
2905 struct xdr_stream *xdr, in nfs4_xdr_enc_layoutget()
2927 struct xdr_stream *xdr, in nfs4_xdr_enc_layoutcommit()
2948 struct xdr_stream *xdr, in nfs4_xdr_enc_layoutreturn()
2966 struct xdr_stream *xdr, in nfs4_xdr_enc_secinfo_no_name()
2985 struct xdr_stream *xdr, in nfs4_xdr_enc_test_stateid()
3002 struct xdr_stream *xdr, in nfs4_xdr_enc_free_stateid()
3016 static void print_overflow_msg(const char *func, const struct xdr_stream *xdr) in print_overflow_msg()
3023 static int decode_opaque_inline(struct xdr_stream *xdr, unsigned int *len, char **string) in decode_opaque_inline()
3041 static int decode_compound_hdr(struct xdr_stream *xdr, struct compound_hdr *hdr) in decode_compound_hdr()
3065 static bool __decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected, in __decode_op_hdr()
3096 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) in decode_op_hdr()
3105 static int decode_ace(struct xdr_stream *xdr, void *ace, struct nfs_client *clp) in decode_ace()
3118 static int decode_attr_bitmap(struct xdr_stream *xdr, uint32_t *bitmap) in decode_attr_bitmap()
3146 static int decode_attr_length(struct xdr_stream *xdr, uint32_t *attrlen, unsigned int *savep) in decode_attr_length()
3161 static int decode_attr_supported(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *bitmask) in decode_attr_supported()
3176 static int decode_attr_type(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *type) in decode_attr_type()
3203 static int decode_attr_fh_expire_type(struct xdr_stream *xdr, in decode_attr_fh_expire_type()
3225 static int decode_attr_change(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *change) in decode_attr_change()
3249 static int decode_attr_size(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *size) in decode_attr_size()
3272 static int decode_attr_link_support(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_link_support()
3293 static int decode_attr_symlink_support(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_symlink_support()
3314 static int decode_attr_fsid(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_fsid *fsid) in decode_attr_fsid()
3341 static int decode_attr_lease_time(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_lease_time()
3362 static int decode_attr_error(struct xdr_stream *xdr, uint32_t *bitmap, int32_t *res) in decode_attr_error()
3381 static int decode_attr_exclcreat_supported(struct xdr_stream *xdr, in decode_attr_exclcreat_supported()
3397 static int decode_attr_filehandle(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_fh *fh) in decode_attr_filehandle()
3429 static int decode_attr_aclsupport(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_aclsupport()
3450 static int decode_attr_fileid(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *fileid) in decode_attr_fileid()
3473 static int decode_attr_mounted_on_fileid(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *fileid) in decode_attr_mounted_on_fileid()
3496 static int decode_attr_files_avail(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_files_avail()
3518 static int decode_attr_files_free(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_files_free()
3540 static int decode_attr_files_total(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_files_total()
3562 static int decode_pathname(struct xdr_stream *xdr, struct nfs4_pathname *path) in decode_pathname()
3607 static int decode_attr_fs_locations(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs4_fs_locati… in decode_attr_fs_locations()
3687 static int decode_attr_maxfilesize(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_maxfilesize()
3709 static int decode_attr_maxlink(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *maxlink) in decode_attr_maxlink()
3731 static int decode_attr_maxname(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *maxname) in decode_attr_maxname()
3753 static int decode_attr_maxread(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_maxread()
3779 static int decode_attr_maxwrite(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_maxwrite()
3805 static int decode_attr_mode(struct xdr_stream *xdr, uint32_t *bitmap, umode_t *mode) in decode_attr_mode()
3830 static int decode_attr_nlink(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *nlink) in decode_attr_nlink()
3853 static int decode_attr_owner(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_owner()
3896 static int decode_attr_group(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_group()
3939 static int decode_attr_rdev(struct xdr_stream *xdr, uint32_t *bitmap, dev_t *rdev) in decode_attr_rdev()
3969 static int decode_attr_space_avail(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_space_avail()
3991 static int decode_attr_space_free(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_space_free()
4013 static int decode_attr_space_total(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res) in decode_attr_space_total()
4035 static int decode_attr_space_used(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *used) in decode_attr_space_used()
4059 static int decode_attr_time(struct xdr_stream *xdr, struct timespec *time) in decode_attr_time()
4078 static int decode_attr_time_access(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec *time) in decode_attr_time_access()
4096 static int decode_attr_time_metadata(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec *tim… in decode_attr_time_metadata()
4114 static int decode_attr_time_delta(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_time_delta()
4132 static int decode_attr_security_label(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_security_label()
4182 static int decode_attr_time_modify(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec *time) in decode_attr_time_modify()
4200 static int verify_attr_len(struct xdr_stream *xdr, unsigned int savep, uint32_t attrlen) in verify_attr_len()
4217 static int decode_change_info(struct xdr_stream *xdr, struct nfs4_change_info *cinfo) in decode_change_info()
4233 static int decode_access(struct xdr_stream *xdr, u32 *supported, u32 *access) in decode_access()
4255 static int decode_opaque_fixed(struct xdr_stream *xdr, void *buf, size_t len) in decode_opaque_fixed()
4268 static int decode_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_stateid()
4273 static int decode_close(struct xdr_stream *xdr, struct nfs_closeres *res) in decode_close()
4285 static int decode_verifier(struct xdr_stream *xdr, void *verifier) in decode_verifier()
4290 static int decode_write_verifier(struct xdr_stream *xdr, struct nfs_write_verifier *verifier) in decode_write_verifier()
4295 static int decode_commit(struct xdr_stream *xdr, struct nfs_commitres *res) in decode_commit()
4305 static int decode_create(struct xdr_stream *xdr, struct nfs4_change_info *cinfo) in decode_create()
4328 static int decode_server_caps(struct xdr_stream *xdr, struct nfs4_server_caps_res *res) in decode_server_caps()
4360 static int decode_statfs(struct xdr_stream *xdr, struct nfs_fsstat *fsstat) in decode_statfs()
4397 static int decode_pathconf(struct xdr_stream *xdr, struct nfs_pathconf *pathconf) in decode_pathconf()
4421 static int decode_threshold_hint(struct xdr_stream *xdr, in decode_threshold_hint()
4441 static int decode_first_threshold_item4(struct xdr_stream *xdr, in decode_first_threshold_item4()
4496 static int decode_attr_mdsthreshold(struct xdr_stream *xdr, in decode_attr_mdsthreshold()
4530 static int decode_getfattr_attrs(struct xdr_stream *xdr, uint32_t *bitmap, in decode_getfattr_attrs()
4660 static int decode_getfattr_generic(struct xdr_stream *xdr, struct nfs_fattr *fattr, in decode_getfattr_generic()
4692 static int decode_getfattr_label(struct xdr_stream *xdr, struct nfs_fattr *fattr, in decode_getfattr_label()
4698 static int decode_getfattr(struct xdr_stream *xdr, struct nfs_fattr *fattr, in decode_getfattr()
4708 static int decode_first_pnfs_layout_type(struct xdr_stream *xdr, in decode_first_pnfs_layout_type()
4743 static int decode_attr_pnfstype(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_pnfstype()
4762 static int decode_attr_layout_blksize(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_layout_blksize()
4784 static int decode_attr_clone_blksize(struct xdr_stream *xdr, uint32_t *bitmap, in decode_attr_clone_blksize()
4803 static int decode_fsinfo(struct xdr_stream *xdr, struct nfs_fsinfo *fsinfo) in decode_fsinfo()
4857 static int decode_getfh(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_getfh()
4887 static int decode_link(struct xdr_stream *xdr, struct nfs4_change_info *cinfo) in decode_link()
4900 static int decode_lock_denied (struct xdr_stream *xdr, struct file_lock *fl) in decode_lock_denied()
4932 static int decode_lock(struct xdr_stream *xdr, struct nfs_lock_res *res) in decode_lock()
4952 static int decode_lockt(struct xdr_stream *xdr, struct nfs_lockt_res *res) in decode_lockt()
4961 static int decode_locku(struct xdr_stream *xdr, struct nfs_locku_res *res) in decode_locku()
4973 static int decode_release_lockowner(struct xdr_stream *xdr) in decode_release_lockowner()
4978 static int decode_lookup(struct xdr_stream *xdr) in decode_lookup()
4984 static int decode_space_limit(struct xdr_stream *xdr, in decode_space_limit()
5012 static int decode_rw_delegation(struct xdr_stream *xdr, in decode_rw_delegation()
5042 static int decode_no_delegation(struct xdr_stream *xdr, struct nfs_openres *res) in decode_no_delegation()
5063 static int decode_delegation(struct xdr_stream *xdr, struct nfs_openres *res) in decode_delegation()
5088 static int decode_open(struct xdr_stream *xdr, struct nfs_openres *res) in decode_open()
5131 static int decode_open_confirm(struct xdr_stream *xdr, struct nfs_open_confirmres *res) in decode_open_confirm()
5143 static int decode_open_downgrade(struct xdr_stream *xdr, struct nfs_closeres *res) in decode_open_downgrade()
5155 static int decode_putfh(struct xdr_stream *xdr) in decode_putfh()
5160 static int decode_putrootfh(struct xdr_stream *xdr) in decode_putrootfh()
5165 static int decode_read(struct xdr_stream *xdr, struct rpc_rqst *req, in decode_read()
5195 static int decode_readdir(struct xdr_stream *xdr, struct rpc_rqst *req, struct nfs4_readdir_res *re… in decode_readdir()
5211 static int decode_readlink(struct xdr_stream *xdr, struct rpc_rqst *req) in decode_readlink()
5251 static int decode_remove(struct xdr_stream *xdr, struct nfs4_change_info *cinfo) in decode_remove()
5263 static int decode_rename(struct xdr_stream *xdr, struct nfs4_change_info *old_cinfo, in decode_rename()
5278 static int decode_renew(struct xdr_stream *xdr) in decode_renew()
5284 decode_restorefh(struct xdr_stream *xdr) in decode_restorefh()
5289 static int decode_getacl(struct xdr_stream *xdr, struct rpc_rqst *req, in decode_getacl()
5337 decode_savefh(struct xdr_stream *xdr) in decode_savefh()
5342 static int decode_setattr(struct xdr_stream *xdr) in decode_setattr()
5363 static int decode_setclientid(struct xdr_stream *xdr, struct nfs4_setclientid_res *res) in decode_setclientid()
5415 static int decode_setclientid_confirm(struct xdr_stream *xdr) in decode_setclientid_confirm()
5420 static int decode_write(struct xdr_stream *xdr, struct nfs_pgio_res *res) in decode_write()
5440 static int decode_delegreturn(struct xdr_stream *xdr) in decode_delegreturn()
5445 static int decode_secinfo_gss(struct xdr_stream *xdr, in decode_secinfo_gss()
5479 static int decode_secinfo_common(struct xdr_stream *xdr, struct nfs4_secinfo_res *res) in decode_secinfo_common()
5519 static int decode_secinfo(struct xdr_stream *xdr, struct nfs4_secinfo_res *res) in decode_secinfo()
5528 static int decode_secinfo_no_name(struct xdr_stream *xdr, struct nfs4_secinfo_res *res) in decode_secinfo_no_name()
5536 static int decode_op_map(struct xdr_stream *xdr, struct nfs4_op_map *op_map) in decode_op_map()
5553 static int decode_exchange_id(struct xdr_stream *xdr, in decode_exchange_id()
5655 static int decode_chan_attrs(struct xdr_stream *xdr, in decode_chan_attrs()
5689 static int decode_sessionid(struct xdr_stream *xdr, struct nfs4_sessionid *sid) in decode_sessionid()
5694 static int decode_bind_conn_to_session(struct xdr_stream *xdr, in decode_bind_conn_to_session()
5725 static int decode_create_session(struct xdr_stream *xdr, in decode_create_session()
5754 static int decode_destroy_session(struct xdr_stream *xdr, void *dummy) in decode_destroy_session()
5759 static int decode_destroy_clientid(struct xdr_stream *xdr, void *dummy) in decode_destroy_clientid()
5764 static int decode_reclaim_complete(struct xdr_stream *xdr, void *dummy) in decode_reclaim_complete()
5770 static int decode_sequence(struct xdr_stream *xdr, in decode_sequence()
5841 static int decode_getdeviceinfo(struct xdr_stream *xdr, in decode_getdeviceinfo()
5907 static int decode_layoutget(struct xdr_stream *xdr, struct rpc_rqst *req, in decode_layoutget()
5974 static int decode_layoutreturn(struct xdr_stream *xdr, in decode_layoutreturn()
5995 static int decode_layoutcommit(struct xdr_stream *xdr, in decode_layoutcommit()
6025 static int decode_test_stateid(struct xdr_stream *xdr, in decode_test_stateid()
6055 static int decode_free_stateid(struct xdr_stream *xdr, in decode_free_stateid()
6071 struct xdr_stream *xdr, in nfs4_xdr_dec_open_downgrade()
6097 static int nfs4_xdr_dec_access(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_access()
6123 static int nfs4_xdr_dec_lookup(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_lookup()
6153 struct xdr_stream *xdr, in nfs4_xdr_dec_lookup_root()
6179 static int nfs4_xdr_dec_remove(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_remove()
6202 static int nfs4_xdr_dec_rename(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_rename()
6231 static int nfs4_xdr_dec_link(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_link()
6270 static int nfs4_xdr_dec_create(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_create()
6299 static int nfs4_xdr_dec_symlink(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_symlink()
6308 static int nfs4_xdr_dec_getattr(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_getattr()
6331 static void nfs4_xdr_enc_setacl(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_enc_setacl()
6349 nfs4_xdr_dec_setacl(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_setacl()
6373 nfs4_xdr_dec_getacl(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_getacl()
6401 static int nfs4_xdr_dec_close(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_close()
6433 static int nfs4_xdr_dec_open(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_open()
6465 struct xdr_stream *xdr, in nfs4_xdr_dec_open_confirm()
6486 struct xdr_stream *xdr, in nfs4_xdr_dec_open_noattr()
6515 struct xdr_stream *xdr, in nfs4_xdr_dec_setattr()
6541 static int nfs4_xdr_dec_lock(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_lock()
6564 static int nfs4_xdr_dec_lockt(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_lockt()
6587 static int nfs4_xdr_dec_locku(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_locku()
6608 struct xdr_stream *xdr, void *dummy) in nfs4_xdr_dec_release_lockowner()
6623 struct xdr_stream *xdr, in nfs4_xdr_dec_readlink()
6646 static int nfs4_xdr_dec_readdir(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_readdir()
6669 static int nfs4_xdr_dec_read(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_read()
6695 static int nfs4_xdr_dec_write(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_write()
6725 static int nfs4_xdr_dec_commit(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_commit()
6749 static int nfs4_xdr_dec_fsinfo(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_dec_fsinfo()
6768 static int nfs4_xdr_dec_pathconf(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_dec_pathconf()
6787 static int nfs4_xdr_dec_statfs(struct rpc_rqst *req, struct xdr_stream *xdr, in nfs4_xdr_dec_statfs()
6807 struct xdr_stream *xdr, in nfs4_xdr_dec_server_caps()
6830 static int nfs4_xdr_dec_renew(struct rpc_rqst *rqstp, struct xdr_stream *xdr, in nfs4_xdr_dec_renew()
6846 struct xdr_stream *xdr, in nfs4_xdr_dec_setclientid()
6862 struct xdr_stream *xdr) in nfs4_xdr_dec_setclientid_confirm()
6877 struct xdr_stream *xdr, in nfs4_xdr_dec_delegreturn()
6904 struct xdr_stream *xdr, in nfs4_xdr_dec_fs_locations()
6947 struct xdr_stream *xdr, in nfs4_xdr_dec_secinfo()
6971 struct xdr_stream *xdr, in nfs4_xdr_dec_fsid_present()
7000 struct xdr_stream *xdr, in nfs4_xdr_dec_bind_conn_to_session()
7016 struct xdr_stream *xdr, in nfs4_xdr_dec_exchange_id()
7032 struct xdr_stream *xdr, in nfs4_xdr_dec_create_session()
7048 struct xdr_stream *xdr, in nfs4_xdr_dec_destroy_session()
7064 struct xdr_stream *xdr, in nfs4_xdr_dec_destroy_clientid()
7080 struct xdr_stream *xdr, in nfs4_xdr_dec_sequence()
7096 struct xdr_stream *xdr, in nfs4_xdr_dec_get_lease_time()
7116 struct xdr_stream *xdr, in nfs4_xdr_dec_reclaim_complete()
7134 struct xdr_stream *xdr, in nfs4_xdr_dec_getdeviceinfo()
7155 struct xdr_stream *xdr, in nfs4_xdr_dec_layoutget()
7179 struct xdr_stream *xdr, in nfs4_xdr_dec_layoutreturn()
7203 struct xdr_stream *xdr, in nfs4_xdr_dec_layoutcommit()
7230 struct xdr_stream *xdr, in nfs4_xdr_dec_secinfo_no_name()
7254 struct xdr_stream *xdr, in nfs4_xdr_dec_test_stateid()
7275 struct xdr_stream *xdr, in nfs4_xdr_dec_free_stateid()
7307 int nfs4_decode_dirent(struct xdr_stream *xdr, struct nfs_entry *entry, in nfs4_decode_dirent()