Home
last modified time | relevance | path

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

/Linux-v4.19/fs/fscache/
Dcache.c219 const char *tagname) in fscache_add_cache() argument
233 if (!tagname) in fscache_add_cache()
234 tagname = cache->identifier; in fscache_add_cache()
236 BUG_ON(!tagname[0]); in fscache_add_cache()
238 _enter("{%s.%s},,%s", cache->ops->name, cache->identifier, tagname); in fscache_add_cache()
241 tag = __fscache_lookup_cache_tag(tagname); in fscache_add_cache()
248 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-v4.19/Documentation/sphinx/
Dkfigure.py545 if node.tagname == 'kernel_figure':
547 if n.tagname == 'caption':
/Linux-v4.19/include/linux/
Dfscache-cache.h541 const char *tagname);
/Linux-v4.19/Documentation/filesystems/caching/
Dbackend-api.txt43 const char *tagname);
52 (*) "tagname" which, if given, should be a text string naming this cache. If
/Linux-v4.19/Documentation/process/
Dmaintainer-pgp-guide.rst730 $ git tag -s [tagname]
741 $ git verify-tag [tagname]