Home
last modified time | relevance | path

Searched refs:idfmt (Results 1 – 1 of 1) sorted by relevance

/fs/fscache/
Dcache.c184 const char *idfmt, in fscache_init_cache() argument
193 va_start(va, idfmt); in fscache_init_cache()
194 vsnprintf(cache->identifier, sizeof(cache->identifier), idfmt, va); in fscache_init_cache()