Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fscache/
Dcache.c218 struct fscache_object *ifsdef, in fscache_add_cache() argument
223 ASSERTCMP(ifsdef->cookie, ==, &fscache_fsdef_index); in fscache_add_cache()
225 BUG_ON(!ifsdef); in fscache_add_cache()
228 ifsdef->event_mask = in fscache_add_cache()
231 __set_bit(FSCACHE_OBJECT_IS_AVAILABLE, &ifsdef->flags); in fscache_add_cache()
252 ifsdef->cache = cache; in fscache_add_cache()
253 cache->fsdef = ifsdef; in fscache_add_cache()
266 list_add_tail(&ifsdef->cache_link, &cache->object_list); in fscache_add_cache()
268 fscache_objlist_add(ifsdef); in fscache_add_cache()
274 hlist_add_head(&ifsdef->cookie_link, in fscache_add_cache()