Home
last modified time | relevance | path

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

/linux/fs/9p/
H A Dv9fs.c171 if (v9ses->cachetag && (v9ses->cache & CACHE_FSCACHE)) in v9fs_show_options()
172 seq_printf(m, ",cachetag=%s", v9ses->cachetag); in v9fs_show_options()
284 kfree(session_opts->cachetag); in v9fs_parse_param()
285 session_opts->cachetag = param->string; in v9fs_parse_param()
419 v9ses->cachetag = ctx->session_opts.cachetag; in v9fs_apply_options()
420 ctx->session_opts.cachetag = NULL; in v9fs_apply_options()
521 kfree(v9ses->cachetag); in v9fs_session_init()
545 kfree(v9ses->cachetag); in v9fs_session_close()
596 if (v9ses->cachetag) { in caches_show()
597 n = snprintf(buf + count, 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.h120 char *cachetag; member
H A Dvfs_super.c294 kfree(ctx->session_opts.cachetag); in v9fs_free_fc()
/linux/include/net/9p/
H A Dclient.h207 char *cachetag; member
/linux/Documentation/filesystems/
H A D9p.rst238 cachetag cache tag to use the specified persistent cache.