Home
last modified time | relevance | path

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

/linux-3.4.99/fs/fscache/
Dcache.c218 struct fscache_object *ifsdef, in fscache_add_cache() argument
224 BUG_ON(!ifsdef); in fscache_add_cache()
227 ifsdef->event_mask = ULONG_MAX & ~(1 << FSCACHE_OBJECT_EV_CLEARED); in fscache_add_cache()
228 ifsdef->state = FSCACHE_OBJECT_ACTIVE; in fscache_add_cache()
249 ifsdef->cookie = &fscache_fsdef_index; in fscache_add_cache()
250 ifsdef->cache = cache; in fscache_add_cache()
251 cache->fsdef = ifsdef; in fscache_add_cache()
264 list_add_tail(&ifsdef->cache_link, &cache->object_list); in fscache_add_cache()
266 fscache_objlist_add(ifsdef); in fscache_add_cache()
272 hlist_add_head(&ifsdef->cookie_link, in fscache_add_cache()