Home
last modified time | relevance | path

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

/linux/fs/fscache/
A Dcache.c215 const char *tagname) in fscache_add_cache() argument
229 if (!tagname) in fscache_add_cache()
230 tagname = cache->identifier; in fscache_add_cache()
232 BUG_ON(!tagname[0]); in fscache_add_cache()
234 _enter("{%s.%s},,%s", cache->ops->name, cache->identifier, tagname); in fscache_add_cache()
237 tag = __fscache_lookup_cache_tag(tagname); in fscache_add_cache()
244 cache->kobj = kobject_create_and_add(tagname, fscache_root); in fscache_add_cache()
286 pr_err("Cache tag '%s' already in use\n", tagname); in fscache_add_cache()
/linux/Documentation/sphinx/
A Dkfigure.py539 if node.tagname == 'kernel_figure':
541 if n.tagname == 'caption':
/linux/include/linux/
A Dfscache-cache.h536 const char *tagname);
/linux/Documentation/filesystems/caching/
A Dbackend-api.rst44 const char *tagname);
53 * "tagname" which, if given, should be a text string naming this cache. If
/linux/Documentation/translations/it_IT/process/
A Dmaintainer-pgp-guide.rst724 $ git tag -s [tagname]
735 $ git verify-tag [tagname]
/linux/Documentation/process/
A Dmaintainer-pgp-guide.rst733 $ git tag -s [tagname]
744 $ git verify-tag [tagname]

Completed in 17 milliseconds