Home
last modified time | relevance | path

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

/linux-3.4.99/fs/fscache/
Dcache.c219 const char *tagname) in fscache_add_cache() argument
230 if (!tagname) in fscache_add_cache()
231 tagname = cache->identifier; in fscache_add_cache()
233 BUG_ON(!tagname[0]); in fscache_add_cache()
235 _enter("{%s.%s},,%s", cache->ops->name, cache->identifier, tagname); in fscache_add_cache()
238 tag = __fscache_lookup_cache_tag(tagname); in fscache_add_cache()
245 cache->kobj = kobject_create_and_add(tagname, fscache_root); in fscache_add_cache()
289 printk(KERN_ERR "FS-Cache: Cache tag '%s' already in use\n", tagname); in fscache_add_cache()
/linux-3.4.99/include/linux/
Dfscache-cache.h502 const char *tagname);
/linux-3.4.99/Documentation/filesystems/caching/
Dbackend-api.txt43 const char *tagname);
52 (*) "tagname" which, if given, should be a text string naming this cache. If