Searched refs:cache_check (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/arch/parisc/include/uapi/asm/ |
D | pdc.h | 649 unsigned int cache_check; member 681 unsigned int cache_check; member
|
/Linux-v5.4/arch/ia64/kernel/ |
D | mca_drv.h | 70 #define peidx_cache_check(p, n) peidx_mod_error_info(p, cache_check, n)
|
/Linux-v5.4/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-v5.4/include/linux/sunrpc/ |
D | cache.h | 212 extern int cache_check(struct cache_detail *detail,
|
/Linux-v5.4/fs/nfsd/ |
D | export.c | 834 err = cache_check(cd, &ek->h, reqp); in exp_find_key() 857 err = cache_check(cd, &exp->h, reqp); in exp_get_by_name() 1227 if (cache_check(cd, &exp->h, NULL)) in e_show()
|
D | nfs4idmap.c | 502 ret = cache_check(detail, &(*item)->h, &rqstp->rq_chandle); in idmap_lookup()
|
/Linux-v5.4/net/sunrpc/ |
D | svcauth_unix.c | 649 ret = cache_check(sn->unix_gid_cache, &ug->h, &rqstp->rq_chandle); in unix_gid_find() 701 switch (cache_check(sn->ip_map_cache, &ipm->h, &rqstp->rq_chandle)) { in svcauth_unix_set_client()
|
D | cache.c | 279 int cache_check(struct cache_detail *detail, in cache_check() function 327 EXPORT_SYMBOL_GPL(cache_check); 1417 if (cache_check(cd, cp, NULL)) in c_show()
|
/Linux-v5.4/fs/nfs/ |
D | dns_resolve.c | 290 ret = cache_check(cd, &(*item)->h, &dreq->req); in do_cache_lookup()
|
/Linux-v5.4/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 600 if (cache_check(cd, &found->h, NULL)) in gss_svc_searchbyctx() 1159 if (cache_check(sn->rsi_cache, &rsip->h, &rqstp->rq_chandle) < 0) in svcauth_gss_legacy_init()
|