Home
last modified time | relevance | path

Searched refs:cache_parse (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/filesystems/nfs/
H A Drpc-cache.rst96 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/include/linux/sunrpc/
H A Dcache.h86 int (*cache_parse)(struct cache_detail *, member
/linux/fs/nfsd/
H A Dnfs4idmap.c196 .cache_parse = idtoname_parse,
366 .cache_parse = nametoid_parse,
H A Dexport.c264 .cache_parse = expkey_parse,
900 .cache_parse = svc_export_parse,
/linux/net/sunrpc/
H A Dsvcauth_unix.c592 .cache_parse = unix_gid_parse,
1027 .cache_parse = ip_map_parse,
H A Dcache.c926 ret = cd->cache_parse(cd, kaddr, count); in cache_do_downcall()
962 if (!cd->cache_parse) in cache_write()
1695 if (cd->cache_request || cd->cache_parse) { in create_cache_proc_entries()
/linux/fs/nfs/
H A Ddns_resolve.c373 .cache_parse = nfs_dns_parse,
/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c314 .cache_parse = rsi_parse,
591 .cache_parse = rsc_parse,