Searched refs:ovl_dir_cache (Results 1 – 3 of 3) sorted by relevance
31 struct ovl_dir_cache { struct51 struct ovl_dir_cache *cache; argument175 struct ovl_dir_cache *cache = od->cache; in ovl_cache_put()180 if (ovl_dir_cache(dentry) == cache) in ovl_cache_put()270 struct ovl_dir_cache *cache = od->cache; in ovl_dir_reset()331 static struct ovl_dir_cache *ovl_cache_get(struct dentry *dentry) in ovl_cache_get()334 struct ovl_dir_cache *cache; in ovl_cache_get()336 cache = ovl_dir_cache(dentry); in ovl_cache_get()343 cache = kzalloc(sizeof(struct ovl_dir_cache), GFP_KERNEL); in ovl_cache_get()376 struct ovl_dir_cache *cache; in ovl_iterate()
145 struct ovl_dir_cache *ovl_dir_cache(struct dentry *dentry);146 void ovl_set_dir_cache(struct dentry *dentry, struct ovl_dir_cache *cache);
47 struct ovl_dir_cache;52 struct ovl_dir_cache *cache;160 struct ovl_dir_cache *ovl_dir_cache(struct dentry *dentry) in ovl_dir_cache() function167 void ovl_set_dir_cache(struct dentry *dentry, struct ovl_dir_cache *cache) in ovl_set_dir_cache()