Home
last modified time | relevance | path

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

/linux/fs/fscache/
A Dcache.c25 struct fscache_cache_tag *tag, *xtag; in __fscache_lookup_cache_tag() local
41 xtag = kzalloc(sizeof(*xtag) + strlen(name) + 1, GFP_KERNEL); in __fscache_lookup_cache_tag()
42 if (!xtag) in __fscache_lookup_cache_tag()
46 atomic_set(&xtag->usage, 1); in __fscache_lookup_cache_tag()
47 strcpy(xtag->name, name); in __fscache_lookup_cache_tag()
56 kfree(xtag); in __fscache_lookup_cache_tag()
61 list_add_tail(&xtag->link, &fscache_cache_tag_list); in __fscache_lookup_cache_tag()
63 return xtag; in __fscache_lookup_cache_tag()

Completed in 3 milliseconds