Searched refs:rqstp (Results 76 - 81 of 81) sorted by relevance

1234

/linux-master/net/sunrpc/
H A Dcache.c299 struct cache_head *h, struct cache_req *rqstp)
311 if (rqstp == NULL) {
329 if (!cache_defer_req(rqstp, h)) {
298 cache_check(struct cache_detail *detail, struct cache_head *h, struct cache_req *rqstp) argument
H A Dclnt.c2809 static void rpcproc_encode_null(struct rpc_rqst *rqstp, struct xdr_stream *xdr, argument
2814 static int rpcproc_decode_null(struct rpc_rqst *rqstp, struct xdr_stream *xdr, argument
3322 printk(KERN_INFO "-pid- flgs status -client- --rqstp- "
/linux-master/fs/nfs/
H A Dnfs3xdr.c117 static struct user_namespace *rpc_rqst_userns(const struct rpc_rqst *rqstp) argument
119 if (rqstp->rq_task)
120 return rpc_userns(rqstp->rq_task->tk_client);
H A Dnfstrace.h1705 const struct rpc_rqst *rqstp = xdr->rqst;
1706 const struct rpc_task *task = rqstp->rq_task;
1710 __entry->xid = be32_to_cpu(rqstp->rq_xid);
/linux-master/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.c790 int gssx_dec_accept_sec_context(struct rpc_rqst *rqstp, argument
/linux-master/fs/nfsd/
H A Dnfs4acl.c129 nfsd4_get_nfs4_acl(struct svc_rqst *rqstp, struct dentry *dentry, argument

Completed in 193 milliseconds

1234