Searched refs:cache_check (Results 1 – 9 of 9) sorted by relevance
/linux/arch/parisc/include/uapi/asm/ |
H A D | pdc.h | 648 unsigned int cache_check; member 680 unsigned int cache_check; member
|
/linux/Documentation/filesystems/nfs/ |
H A 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/include/linux/sunrpc/ |
H A D | cache.h | 227 extern int cache_check(struct cache_detail *detail,
|
/linux/net/sunrpc/ |
H A D | svcauth_unix.c | 653 ret = cache_check(sn->unix_gid_cache, &ug->h, &rqstp->rq_chandle); in unix_gid_find() 707 switch (cache_check(sn->ip_map_cache, &ipm->h, &rqstp->rq_chandle)) { in svcauth_unix_set_client()
|
H A D | cache.c | 344 int cache_check(struct cache_detail *detail, in cache_check() function 354 EXPORT_SYMBOL_GPL(cache_check);
|
/linux/fs/nfs/ |
H A D | dns_resolve.c | 289 ret = cache_check(cd, &(*item)->h, &dreq->req); in do_cache_lookup()
|
/linux/fs/nfsd/ |
H A D | export.c | 963 err = cache_check(cd, &ek->h, reqp); in exp_find_key() 988 err = cache_check(cd, &exp->h, reqp); in exp_get_by_name()
|
H A D | nfs4idmap.c | 517 ret = cache_check(detail, &(*item)->h, &rqstp->rq_chandle); in idmap_lookup()
|
/linux/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 637 if (cache_check(cd, &found->h, NULL)) in gss_svc_searchbyctx() 1197 if (cache_check(sn->rsi_cache, &rsip->h, &rqstp->rq_chandle) < 0) in svcauth_gss_legacy_init()
|