Home
last modified time | relevance | path

Searched refs:cachetag (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/9p/
H A Dv9fs.c122 if (v9ses->cachetag && (v9ses->cache & CACHE_FSCACHE)) in v9fs_show_options()
123 seq_printf(m, ",cachetag=%s", v9ses->cachetag); in v9fs_show_options()
177 v9ses->cachetag = NULL; in v9fs_parse_options()
283 kfree(v9ses->cachetag); in v9fs_parse_options()
284 v9ses->cachetag = match_strdup(&args[0]); in v9fs_parse_options()
285 if (!v9ses->cachetag) { in v9fs_parse_options()
488 kfree(v9ses->cachetag); in v9fs_session_init()
512 kfree(v9ses->cachetag); in v9fs_session_close()
563 if (v9ses->cachetag) { in caches_show()
564 n = snprintf(buf, limit, "%s\n", v9ses->cachetag); in caches_show()
H A Dcache.c26 dev_name, v9ses->cachetag ?: v9ses->aname); in v9fs_cache_session_get_cookie()
H A Dv9fs.h117 char *cachetag; member
/openbmc/linux/Documentation/filesystems/
H A D9p.rst182 cachetag cache tag to use the specified persistent cache.