Home
last modified time | relevance | path

Searched refs:tagname (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/fscache/
Dcache.c219 const char *tagname) in fscache_add_cache() argument
232 if (!tagname) in fscache_add_cache()
233 tagname = cache->identifier; in fscache_add_cache()
235 BUG_ON(!tagname[0]); in fscache_add_cache()
237 _enter("{%s.%s},,%s", cache->ops->name, cache->identifier, tagname); in fscache_add_cache()
240 tag = __fscache_lookup_cache_tag(tagname); in fscache_add_cache()
247 cache->kobj = kobject_create_and_add(tagname, fscache_root); in fscache_add_cache()
291 pr_err("Cache tag '%s' already in use\n", tagname); in fscache_add_cache()
/linux-4.4.14/include/linux/
Dfscache-cache.h525 const char *tagname);
/linux-4.4.14/Documentation/filesystems/caching/
Dbackend-api.txt43 const char *tagname);
52 (*) "tagname" which, if given, should be a text string naming this cache. If