Searched refs:cachetag (Results 1 – 4 of 4) sorted by relevance
122 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()
26 dev_name, v9ses->cachetag ?: v9ses->aname); in v9fs_cache_session_get_cookie()
117 char *cachetag; member
238 cachetag cache tag to use the specified persistent cache.