Searched refs:cache_parse (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/include/linux/sunrpc/ |
D | cache.h | 91 int (*cache_parse)(struct cache_detail *, member
|
/linux-4.1.27/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-4.1.27/fs/nfsd/ |
D | nfs4idmap.c | 190 .cache_parse = idtoname_parse, 353 .cache_parse = nametoid_parse,
|
D | export.c | 240 .cache_parse = expkey_parse, 756 .cache_parse = svc_export_parse,
|
/linux-4.1.27/net/sunrpc/ |
D | svcauth_unix.c | 578 .cache_parse = unix_gid_parse, 879 .cache_parse = ip_map_parse,
|
D | cache.c | 848 ret = cd->cache_parse(cd, kaddr, count); in cache_do_downcall() 902 if (!cd->cache_parse) in cache_write() 1613 if (cd->cache_request || cd->cache_parse) { in create_cache_proc_entries()
|
/linux-4.1.27/fs/nfs/ |
D | dns_resolve.c | 363 .cache_parse = nfs_dns_parse,
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 273 .cache_parse = rsi_parse, 532 .cache_parse = rsc_parse,
|