Searched refs:cachetag (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/fs/9p/ |
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() 68 if (v9ses->cachetag) in v9fs_cache_session_get_key() 69 klen = strlen(v9ses->cachetag); in v9fs_cache_session_get_key() 74 memcpy(buffer, v9ses->cachetag, klen); in v9fs_cache_session_get_key() 75 p9_debug(P9_DEBUG_FSC, "cache session tag %s\n", v9ses->cachetag); in v9fs_cache_session_get_key() 88 if (!v9ses->cachetag) in v9fs_cache_session_get_cookie()
|
D | v9fs.c | 123 v9ses->cachetag = NULL; in v9fs_parse_options() 203 v9ses->cachetag = match_strdup(&args[0]); in v9fs_parse_options() 412 kfree(v9ses->cachetag); in v9fs_session_close() 470 if (v9ses->cachetag) { in caches_show() 471 n = snprintf(buf, limit, "%s\n", v9ses->cachetag); in caches_show()
|
D | v9fs.h | 105 char *cachetag; member
|
/linux-3.4.99/Documentation/filesystems/ |
D | 9p.txt | 128 cachetag cache tag to use the specified persistent cache.
|
/linux-3.4.99/Documentation/filesystems/caching/ |
D | backend-api.txt | 99 A sysfs directory called /sys/fs/fscache/<cachetag>/ is created if CONFIG_SYSFS
|