Searched refs:cachetag (Results 1 – 4 of 4) sorted by relevance
126 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()
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.
Completed in 7 milliseconds