Searched refs:rq_chandle (Results 1 – 9 of 9) sorted by relevance
| /linux/net/sunrpc/ |
| H A D | svc_xprt.c | 880 rqstp->rq_chandle.defer = svc_defer; in svc_handle_xprt() 951 rqstp->rq_chandle.thread_wait = 5 * HZ; in svc_recv() 953 rqstp->rq_chandle.thread_wait = 1 * HZ; in svc_recv() 1281 struct svc_rqst *rqstp = container_of(req, struct svc_rqst, rq_chandle); in svc_defer()
|
| H A D | svcauth_unix.c | 922 ret = cache_check(sn->unix_gid_cache, &ug->h, &rqstp->rq_chandle); in unix_gid_find() 976 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 | 428 block->b_cache_req = &rqstp->rq_chandle; in nlmsvc_defer_lock_rqst() 429 if (rqstp->rq_chandle.defer) { in nlmsvc_defer_lock_rqst() 431 rqstp->rq_chandle.defer(block->b_cache_req); in nlmsvc_defer_lock_rqst()
|
| /linux/include/linux/sunrpc/ |
| H A D | svc.h | 250 struct cache_req rq_chandle; /* handle passed to caches for member
|
| /linux/fs/nfsd/ |
| H A D | export.c | 1930 exp = exp_get_by_name(cd, rqstp->rq_client, path, &rqstp->rq_chandle); in rqst_exp_get_by_name() 1942 gssexp = exp_get_by_name(cd, rqstp->rq_gssclient, path, &rqstp->rq_chandle); in rqst_exp_get_by_name() 2021 return rqst_exp_find(&rqstp->rq_chandle, SVC_NET(rqstp), in rqst_find_fsidzero_export()
|
| H A D | nfs4idmap.c | 518 ret = cache_check(detail, &(*item)->h, &rqstp->rq_chandle); in idmap_lookup()
|
| H A D | nfsfh.c | 247 exp = rqst_exp_find(rqstp ? &rqstp->rq_chandle : NULL, in nfsd_set_fh_dentry()
|
| H A D | nfs4proc.c | 2747 exp = rqst_exp_find(&rqstp->rq_chandle, SVC_NET(rqstp), in nfsd4_getdeviceinfo()
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | svcauth_gss.c | 1200 if (cache_check(sn->rsi_cache, &rsip->h, &rqstp->rq_chandle) < 0) in svcauth_gss_legacy_init()
|