Searched refs:cache_check (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/arch/parisc/include/uapi/asm/ |
D | pdc.h | 651 unsigned int cache_check; member 683 unsigned int cache_check; member
|
/linux-5.19.10/arch/ia64/kernel/ |
D | mca_drv.h | 70 #define peidx_cache_check(p, n) peidx_mod_error_info(p, cache_check, n)
|
/linux-5.19.10/Documentation/filesystems/nfs/ |
D | rpc-cache.rst | 117 The item returned is typically passed to cache_check which will check 119 cache_check will return -ENOENT in the entry is negative or if an up 123 cache_check can be passed a "struct cache_req\*". This structure is
|
/linux-5.19.10/include/linux/sunrpc/ |
D | cache.h | 221 extern int cache_check(struct cache_detail *detail,
|
/linux-5.19.10/fs/nfsd/ |
D | export.c | 913 err = cache_check(cd, &ek->h, reqp); in exp_find_key() 938 err = cache_check(cd, &exp->h, reqp); in exp_get_by_name() 1314 if (cache_check(cd, &exp->h, NULL)) in e_show()
|
D | nfs4idmap.c | 516 ret = cache_check(detail, &(*item)->h, &rqstp->rq_chandle); in idmap_lookup()
|
/linux-5.19.10/fs/nfs/ |
D | dns_resolve.c | 290 ret = cache_check(cd, &(*item)->h, &dreq->req); in do_cache_lookup()
|
/linux-5.19.10/net/sunrpc/ |
D | svcauth_unix.c | 643 ret = cache_check(sn->unix_gid_cache, &ug->h, &rqstp->rq_chandle); in unix_gid_find() 696 switch (cache_check(sn->ip_map_cache, &ipm->h, &rqstp->rq_chandle)) { in svcauth_unix_set_client()
|
D | cache.c | 298 int cache_check(struct cache_detail *detail, in cache_check() function 343 EXPORT_SYMBOL_GPL(cache_check); 1435 if (cache_check(cd, cp, NULL)) in c_show()
|
/linux-5.19.10/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 613 if (cache_check(cd, &found->h, NULL)) in gss_svc_searchbyctx() 1255 if (cache_check(sn->rsi_cache, &rsip->h, &rqstp->rq_chandle) < 0) in svcauth_gss_legacy_init()
|