Searched refs:cache_show (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/mm/ |
D | slab_common.c | 984 static void cache_show(struct kmem_cache *s, struct seq_file *m) in cache_show() function 1012 cache_show(s, m); in slab_show() 1025 cache_show(s, m); in memcg_slab_show()
|
/linux-4.1.27/include/linux/sunrpc/ |
D | cache.h | 94 int (*cache_show)(struct seq_file *m, member
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4idmap.c | 191 .cache_show = idtoname_show, 354 .cache_show = nametoid_show,
|
D | export.c | 241 .cache_show = expkey_show, 757 .cache_show = svc_export_show,
|
/linux-4.1.27/net/sunrpc/ |
D | svcauth_unix.c | 579 .cache_show = unix_gid_show, 880 .cache_show = ip_map_show,
|
D | cache.c | 1347 return cd->cache_show(m, cd, NULL); in c_show() 1363 return cd->cache_show(m, cd, cp); in c_show() 1621 if (cd->cache_show) { in create_cache_proc_entries()
|
/linux-4.1.27/fs/nfs/ |
D | dns_resolve.c | 364 .cache_show = nfs_dns_show,
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | rpc-cache.txt | 70 int cache_show(struct seq_file *m, struct cache_detail *cd,
|