Searched refs:rq_chandle (Results 1 – 9 of 9) sorted by relevance
/linux/net/sunrpc/ |
H A D | svc_xprt.c | 826 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 D | svcauth_unix.c | 653 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 D | svclock.c | 462 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 D | svc.h | 227 struct cache_req rq_chandle; /* handle passed to caches for member
|
/linux/fs/nfsd/ |
H A D | export.c | 1167 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 D | nfsfh.c | 191 exp = rqst_exp_find(rqstp ? &rqstp->rq_chandle : NULL, in nfsd_set_fh_dentry()
|
H A D | nfs4idmap.c | 517 ret = cache_check(detail, &(*item)->h, &rqstp->rq_chandle); in idmap_lookup()
|
H A D | nfs4proc.c | 2237 exp = rqst_exp_find(&rqstp->rq_chandle, SVC_NET(rqstp), in nfsd4_getdeviceinfo()
|
/linux/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 1197 if (cache_check(sn->rsi_cache, &rsip->h, &rqstp->rq_chandle) < 0) in svcauth_gss_legacy_init()
|