Searched refs:cache_check (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/arch/parisc/include/asm/ |
D | pdc.h | 216 __u32 cache_check; member 248 __u32 cache_check; member
|
/linux-4.4.14/arch/ia64/kernel/ |
D | mca_drv.h | 69 #define peidx_cache_check(p, n) peidx_mod_error_info(p, cache_check, n)
|
/linux-4.4.14/include/linux/sunrpc/ |
D | cache.h | 215 extern int cache_check(struct cache_detail *detail,
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | rpc-cache.txt | 104 The item returned is typically passed to cache_check which will check 106 cache_check will return -ENOENT in the entry is negative or if an up 110 cache_check can be passed a "struct cache_req *". This structure is
|
/linux-4.4.14/fs/nfsd/ |
D | export.c | 819 err = cache_check(cd, &ek->h, reqp); in exp_find_key() 842 err = cache_check(cd, &exp->h, reqp); in exp_get_by_name() 1199 if (cache_check(cd, &exp->h, NULL)) in e_show()
|
D | nfs4idmap.c | 501 ret = cache_check(detail, &(*item)->h, &rqstp->rq_chandle); in idmap_lookup()
|
/linux-4.4.14/net/sunrpc/ |
D | svcauth_unix.c | 639 ret = cache_check(sn->unix_gid_cache, &ug->h, &rqstp->rq_chandle); in unix_gid_find() 691 switch (cache_check(sn->ip_map_cache, &ipm->h, &rqstp->rq_chandle)) { in svcauth_unix_set_client()
|
D | cache.c | 253 int cache_check(struct cache_detail *detail, in cache_check() function 300 EXPORT_SYMBOL_GPL(cache_check); 1362 if (cache_check(cd, cp, NULL)) in c_show()
|
/linux-4.4.14/fs/nfs/ |
D | dns_resolve.c | 279 ret = cache_check(cd, &(*item)->h, &dreq->req); in do_cache_lookup()
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 578 if (cache_check(cd, &found->h, NULL)) in gss_svc_searchbyctx() 1120 if (cache_check(sn->rsi_cache, &rsip->h, &rqstp->rq_chandle) < 0) in svcauth_gss_legacy_init()
|