Lines Matching refs:ovl_dir_cache
33 struct ovl_dir_cache { struct
58 struct ovl_dir_cache *cache; argument
234 struct ovl_dir_cache *cache = ovl_dir_cache(inode); in ovl_dir_cache_free()
244 struct ovl_dir_cache *cache = od->cache; in ovl_cache_put()
249 if (ovl_dir_cache(inode) == cache) in ovl_cache_put()
330 struct ovl_dir_cache *cache = od->cache; in ovl_dir_reset()
402 static struct ovl_dir_cache *ovl_cache_get(struct dentry *dentry) in ovl_cache_get()
405 struct ovl_dir_cache *cache; in ovl_cache_get()
408 cache = ovl_dir_cache(inode); in ovl_cache_get()
416 cache = kzalloc(sizeof(struct ovl_dir_cache), GFP_KERNEL); in ovl_cache_get()
614 static struct ovl_dir_cache *ovl_cache_get_impure(const struct path *path) in ovl_cache_get_impure()
620 struct ovl_dir_cache *cache; in ovl_cache_get_impure()
622 cache = ovl_dir_cache(inode); in ovl_cache_get_impure()
630 cache = kzalloc(sizeof(struct ovl_dir_cache), GFP_KERNEL); in ovl_cache_get_impure()
663 struct ovl_dir_cache *cache;
789 struct ovl_dir_cache *cache; in ovl_iterate()