Searched refs:cachetag (Results 1 – 4 of 4) sorted by relevance
127 if (v9ses->cachetag && v9ses->cache == CACHE_FSCACHE) in v9fs_show_options()128 seq_printf(m, ",cachetag=%s", v9ses->cachetag); in v9fs_show_options()175 v9ses->cachetag = NULL; in v9fs_parse_options()281 kfree(v9ses->cachetag); in v9fs_parse_options()282 v9ses->cachetag = match_strdup(&args[0]); in v9fs_parse_options()283 if (!v9ses->cachetag) { in v9fs_parse_options()486 kfree(v9ses->cachetag); in v9fs_session_init()510 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()
26 dev_name, v9ses->cachetag ?: v9ses->aname); in v9fs_cache_session_get_cookie()
92 char *cachetag; member
156 cachetag cache tag to use the specified persistent cache.