• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/

Lines Matching defs:rqstp

3643 static int nfs4_xdr_dec_open_downgrade(struct rpc_rqst *rqstp, __be32 *p, struct nfs_closeres *res)
3649 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
3671 static int nfs4_xdr_dec_access(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_accessres *res)
3677 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
3689 static int nfs4_xdr_dec_lookup(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_lookup_res *res)
3695 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
3712 static int nfs4_xdr_dec_lookup_root(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_lookup_res *res)
3718 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
3732 static int nfs4_xdr_dec_remove(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_remove_res *res)
3738 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
3753 static int nfs4_xdr_dec_rename(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_rename_res *res)
3759 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
3783 static int nfs4_xdr_dec_link(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_link_res *res)
3789 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
3816 static int nfs4_xdr_dec_create(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_create_res *res)
3822 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
3845 static int nfs4_xdr_dec_symlink(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_create_res *res)
3847 return nfs4_xdr_dec_create(rqstp, p, res);
3853 static int nfs4_xdr_dec_getattr(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_getattr_res *res)
3859 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
3897 nfs4_xdr_dec_setacl(struct rpc_rqst *rqstp, __be32 *p, void *res)
3903 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
3919 nfs4_xdr_dec_getacl(struct rpc_rqst *rqstp, __be32 *p, size_t *acl_len)
3925 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
3932 status = decode_getacl(&xdr, rqstp, acl_len);
3941 static int nfs4_xdr_dec_close(struct rpc_rqst *rqstp, __be32 *p, struct nfs_closeres *res)
3947 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
3971 static int nfs4_xdr_dec_open(struct rpc_rqst *rqstp, __be32 *p, struct nfs_openres *res)
3977 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4005 static int nfs4_xdr_dec_open_confirm(struct rpc_rqst *rqstp, __be32 *p, struct nfs_open_confirmres *res)
4011 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4026 static int nfs4_xdr_dec_open_noattr(struct rpc_rqst *rqstp, __be32 *p, struct nfs_openres *res)
4032 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4050 static int nfs4_xdr_dec_setattr(struct rpc_rqst *rqstp, __be32 *p, struct nfs_setattrres *res)
4056 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4076 static int nfs4_xdr_dec_lock(struct rpc_rqst *rqstp, __be32 *p, struct nfs_lock_res *res)
4082 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4097 static int nfs4_xdr_dec_lockt(struct rpc_rqst *rqstp, __be32 *p, struct nfs_lockt_res *res)
4103 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4118 static int nfs4_xdr_dec_locku(struct rpc_rqst *rqstp, __be32 *p, struct nfs_locku_res *res)
4124 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4139 static int nfs4_xdr_dec_readlink(struct rpc_rqst *rqstp, __be32 *p, void *res)
4145 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4152 status = decode_readlink(&xdr, rqstp);
4160 static int nfs4_xdr_dec_readdir(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_readdir_res *res)
4166 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4173 status = decode_readdir(&xdr, rqstp, res);
4181 static int nfs4_xdr_dec_read(struct rpc_rqst *rqstp, __be32 *p, struct nfs_readres *res)
4187 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4194 status = decode_read(&xdr, rqstp, res);
4204 static int nfs4_xdr_dec_write(struct rpc_rqst *rqstp, __be32 *p, struct nfs_writeres *res)
4210 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4230 static int nfs4_xdr_dec_commit(struct rpc_rqst *rqstp, __be32 *p, struct nfs_writeres *res)
4236 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4329 static int nfs4_xdr_dec_renew(struct rpc_rqst *rqstp, __be32 *p, void *dummy)
4335 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4386 static int nfs4_xdr_dec_delegreturn(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_delegreturnres *res)
4392 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);