Searched refs:ovl_dir_cache (Results 1 – 5 of 5) sorted by relevance
31 struct ovl_dir_cache { struct55 struct ovl_dir_cache *cache; argument230 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()325 struct ovl_dir_cache *cache = od->cache; in ovl_dir_reset()393 static struct ovl_dir_cache *ovl_cache_get(struct dentry *dentry) in ovl_cache_get()396 struct ovl_dir_cache *cache; in ovl_cache_get()398 cache = ovl_dir_cache(d_inode(dentry)); in ovl_cache_get()406 cache = kzalloc(sizeof(struct ovl_dir_cache), GFP_KERNEL); in ovl_cache_get()[all …]
129 struct ovl_dir_cache *cache; /* directory */
385 struct ovl_dir_cache *ovl_dir_cache(struct inode *inode);386 void ovl_set_dir_cache(struct inode *inode, struct ovl_dir_cache *cache);
304 struct ovl_dir_cache *ovl_dir_cache(struct inode *inode) in ovl_dir_cache() function309 void ovl_set_dir_cache(struct inode *inode, struct ovl_dir_cache *cache) in ovl_set_dir_cache()
26 struct ovl_dir_cache;