Searched refs:cache_parse (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/Documentation/filesystems/nfs/ | 
| D | rpc-cache.txt | 83 	int cache_parse(struct cache_detail *cd, char *buf, int len)86 		cache_parse should parse this, find the item in the
 170 Each cache should define a "cache_parse" method which takes a message
 
 | 
| /Linux-v5.4/include/linux/sunrpc/ | 
| D | cache.h | 80 	int			(*cache_parse)(struct cache_detail *,  member
 | 
| /Linux-v5.4/fs/nfsd/ | 
| D | nfs4idmap.c | 188 	.cache_parse	= idtoname_parse,351 	.cache_parse	= nametoid_parse,
 
 | 
| D | export.c | 253 	.cache_parse	= expkey_parse,771 	.cache_parse	= svc_export_parse,
 
 | 
| /Linux-v5.4/net/sunrpc/ | 
| D | svcauth_unix.c | 588 	.cache_parse	= unix_gid_parse,885 	.cache_parse	= ip_map_parse,
 
 | 
| D | cache.c | 894 	ret = cd->cache_parse(cd, kaddr, count);  in cache_do_downcall()948 	if (!cd->cache_parse)  in cache_write()
 1675 	if (cd->cache_request || cd->cache_parse) {  in create_cache_proc_entries()
 
 | 
| /Linux-v5.4/fs/nfs/ | 
| D | dns_resolve.c | 374 	.cache_parse	= nfs_dns_parse,
 | 
| /Linux-v5.4/net/sunrpc/auth_gss/ | 
| D | svcauth_gss.c | 283 	.cache_parse    = rsi_parse,554 	.cache_parse	= rsc_parse,
 
 |