Searched refs:cache_parse (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/Documentation/filesystems/nfs/ |
A D | rpc-cache.rst | 96 int cache_parse(struct cache_detail \*cd, char \*buf, int len) 99 cache_parse should parse this, find the item in the 186 Each cache should define a "cache_parse" method which takes a message
|
/linux-6.3-rc2/include/linux/sunrpc/ |
A D | cache.h | 82 int (*cache_parse)(struct cache_detail *, member
|
/linux-6.3-rc2/fs/nfsd/ |
A D | nfs4idmap.c | 196 .cache_parse = idtoname_parse, 366 .cache_parse = nametoid_parse,
|
A D | export.c | 264 .cache_parse = expkey_parse, 850 .cache_parse = svc_export_parse,
|
/linux-6.3-rc2/fs/nfs/ |
A D | dns_resolve.c | 375 .cache_parse = nfs_dns_parse,
|
/linux-6.3-rc2/net/sunrpc/ |
A D | svcauth_unix.c | 582 .cache_parse = unix_gid_parse, 1011 .cache_parse = ip_map_parse,
|
A D | cache.c | 918 ret = cd->cache_parse(cd, kaddr, count); in cache_do_downcall() 954 if (!cd->cache_parse) in cache_write() 1692 if (cd->cache_request || cd->cache_parse) { in create_cache_proc_entries()
|
/linux-6.3-rc2/net/sunrpc/auth_gss/ |
A D | svcauth_gss.c | 314 .cache_parse = rsi_parse, 591 .cache_parse = rsc_parse,
|
Completed in 19 milliseconds