Searched refs:rq_chandle (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/fs/lockd/ |
D | svclock.c | 356 block->b_cache_req = &rqstp->rq_chandle; in nlmsvc_defer_lock_rqst() 357 if (rqstp->rq_chandle.defer) { in nlmsvc_defer_lock_rqst() 359 rqstp->rq_chandle.defer(block->b_cache_req); in nlmsvc_defer_lock_rqst()
|
/linux-2.6.39/net/sunrpc/ |
D | svc_xprt.c | 646 rqstp->rq_chandle.thread_wait = 5*HZ; in svc_recv() 660 rqstp->rq_chandle.thread_wait = 1*HZ; in svc_recv() 761 rqstp->rq_chandle.defer = svc_defer; in svc_recv() 994 struct svc_rqst *rqstp = container_of(req, struct svc_rqst, rq_chandle); in svc_defer()
|
D | svcauth_unix.c | 705 ret = cache_check(&unix_gid_cache, &ug->h, &rqstp->rq_chandle); in unix_gid_find() 757 switch (cache_check(sn->ip_map_cache, &ipm->h, &rqstp->rq_chandle)) { in svcauth_unix_set_client()
|
/linux-2.6.39/include/linux/sunrpc/ |
D | svc.h | 269 struct cache_req rq_chandle; /* handle passed to caches for member
|
/linux-2.6.39/fs/nfsd/ |
D | export.c | 1266 exp = exp_get_by_name(rqstp->rq_client, path, &rqstp->rq_chandle); in rqst_exp_get_by_name() 1278 gssexp = exp_get_by_name(rqstp->rq_gssclient, path, &rqstp->rq_chandle); in rqst_exp_get_by_name() 1295 exp = exp_find(rqstp->rq_client, fsid_type, fsidv, &rqstp->rq_chandle); in rqst_exp_find() 1308 &rqstp->rq_chandle); in rqst_exp_find()
|
D | nfs4idmap.c | 496 ret = cache_check(detail, &(*item)->h, &rqstp->rq_chandle); in idmap_lookup()
|
/linux-2.6.39/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 1035 if (cache_check(&rsi_cache, &rsip->h, &rqstp->rq_chandle) < 0) in svcauth_gss_handle_init()
|