Lines Matching refs:ovl_dir_cache
31 struct ovl_dir_cache { struct
55 struct ovl_dir_cache *cache; argument
230 struct ovl_dir_cache *cache = ovl_dir_cache(inode); in ovl_dir_cache_free()
240 struct ovl_dir_cache *cache = od->cache; in ovl_cache_put()
245 if (ovl_dir_cache(d_inode(dentry)) == cache) in ovl_cache_put()
337 struct ovl_dir_cache *cache = od->cache; in ovl_dir_reset()
405 static struct ovl_dir_cache *ovl_cache_get(struct dentry *dentry) in ovl_cache_get()
408 struct ovl_dir_cache *cache; in ovl_cache_get()
410 cache = ovl_dir_cache(d_inode(dentry)); in ovl_cache_get()
418 cache = kzalloc(sizeof(struct ovl_dir_cache), GFP_KERNEL); in ovl_cache_get()
605 static struct ovl_dir_cache *ovl_cache_get_impure(struct path *path) in ovl_cache_get_impure()
610 struct ovl_dir_cache *cache; in ovl_cache_get_impure()
612 cache = ovl_dir_cache(d_inode(dentry)); in ovl_cache_get_impure()
620 cache = kzalloc(sizeof(struct ovl_dir_cache), GFP_KERNEL); in ovl_cache_get_impure()
653 struct ovl_dir_cache *cache;
772 struct ovl_dir_cache *cache; in ovl_iterate()