Searched refs:cachetag (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/9p/ |
D | v9fs.c | 141 if (v9ses->cachetag && v9ses->cache == CACHE_FSCACHE) in v9fs_show_options() 142 seq_printf(m, ",cachetag=%s", v9ses->cachetag); in v9fs_show_options() 188 v9ses->cachetag = NULL; in v9fs_parse_options() 291 kfree(v9ses->cachetag); in v9fs_parse_options() 292 v9ses->cachetag = match_strdup(&args[0]); in v9fs_parse_options() 293 if (!v9ses->cachetag) { in v9fs_parse_options() 474 kfree(v9ses->cachetag); in v9fs_session_init() 499 kfree(v9ses->cachetag); in v9fs_session_close() 555 if (v9ses->cachetag) { in caches_show() 556 n = snprintf(buf, limit, "%s\n", v9ses->cachetag); in caches_show()
|
D | cache.c | 51 v9ses->cachetag = kmalloc(CACHETAG_LEN, GFP_KERNEL); in v9fs_random_cachetag() 52 if (!v9ses->cachetag) in v9fs_random_cachetag() 55 return scnprintf(v9ses->cachetag, CACHETAG_LEN, "%lu", jiffies); in v9fs_random_cachetag() 66 if (!v9ses->cachetag) { in v9fs_cache_session_get_cookie() 75 v9ses->cachetag, in v9fs_cache_session_get_cookie() 76 strlen(v9ses->cachetag), in v9fs_cache_session_get_cookie()
|
D | v9fs.h | 106 char *cachetag; member
|
/Linux-v4.19/Documentation/filesystems/ |
D | 9p.txt | 132 cachetag cache tag to use the specified persistent cache.
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | backend-api.txt | 99 A sysfs directory called /sys/fs/fscache/<cachetag>/ is created if CONFIG_SYSFS
|