Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/9p/
A Dv9fs.c126 if (v9ses->cachetag && v9ses->cache == CACHE_FSCACHE) in v9fs_show_options()
127 seq_printf(m, ",cachetag=%s", v9ses->cachetag); in v9fs_show_options()
174 v9ses->cachetag = NULL; in v9fs_parse_options()
280 kfree(v9ses->cachetag); in v9fs_parse_options()
281 v9ses->cachetag = match_strdup(&args[0]); in v9fs_parse_options()
282 if (!v9ses->cachetag) { in v9fs_parse_options()
485 kfree(v9ses->cachetag); in v9fs_session_init()
509 kfree(v9ses->cachetag); in v9fs_session_close()
562 if (v9ses->cachetag) { in caches_show()
563 n = snprintf(buf, limit, "%s\n", v9ses->cachetag); in caches_show()
A Dcache.c26 dev_name, v9ses->cachetag ?: v9ses->aname); in v9fs_cache_session_get_cookie()
A Dv9fs.h92 char *cachetag; member
/linux-6.3-rc2/Documentation/filesystems/
A D9p.rst156 cachetag cache tag to use the specified persistent cache.

Completed in 7 milliseconds