Home
last modified time | relevance | path

Searched refs:rq_chandle (Results 1 – 9 of 9) sorted by relevance

/linux/net/sunrpc/
H A Dsvc_xprt.c826 rqstp->rq_chandle.defer = svc_defer; in svc_handle_xprt()
884 rqstp->rq_chandle.thread_wait = 5 * HZ; in svc_recv()
886 rqstp->rq_chandle.thread_wait = 1 * HZ; in svc_recv()
1182 struct svc_rqst *rqstp = container_of(req, struct svc_rqst, rq_chandle); in svc_defer()
H A Dsvcauth_unix.c653 ret = cache_check(sn->unix_gid_cache, &ug->h, &rqstp->rq_chandle); in unix_gid_find()
707 switch (cache_check(sn->ip_map_cache, &ipm->h, &rqstp->rq_chandle)) { in svcauth_unix_set_client()
/linux/fs/lockd/
H A Dsvclock.c462 block->b_cache_req = &rqstp->rq_chandle; in nlmsvc_defer_lock_rqst()
463 if (rqstp->rq_chandle.defer) { in nlmsvc_defer_lock_rqst()
465 rqstp->rq_chandle.defer(block->b_cache_req); in nlmsvc_defer_lock_rqst()
/linux/include/linux/sunrpc/
H A Dsvc.h227 struct cache_req rq_chandle; /* handle passed to caches for member
/linux/fs/nfsd/
H A Dexport.c1167 exp = exp_get_by_name(cd, rqstp->rq_client, path, &rqstp->rq_chandle); in rqst_exp_get_by_name()
1179 gssexp = exp_get_by_name(cd, rqstp->rq_gssclient, path, &rqstp->rq_chandle); in rqst_exp_get_by_name()
1258 return rqst_exp_find(&rqstp->rq_chandle, SVC_NET(rqstp), in rqst_find_fsidzero_export()
H A Dnfsfh.c191 exp = rqst_exp_find(rqstp ? &rqstp->rq_chandle : NULL, in nfsd_set_fh_dentry()
H A Dnfs4idmap.c517 ret = cache_check(detail, &(*item)->h, &rqstp->rq_chandle); in idmap_lookup()
H A Dnfs4proc.c2237 exp = rqst_exp_find(&rqstp->rq_chandle, SVC_NET(rqstp), in nfsd4_getdeviceinfo()
/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c1197 if (cache_check(sn->rsi_cache, &rsip->h, &rqstp->rq_chandle) < 0) in svcauth_gss_legacy_init()