Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dreaddir.c36 struct ovl_dir_cache { struct
62 struct ovl_dir_cache *cache; argument
287 struct ovl_dir_cache *cache = ovl_dir_cache(inode); in ovl_dir_cache_free()
297 struct ovl_dir_cache *cache = od->cache; in ovl_cache_put()
302 if (ovl_dir_cache(inode) == cache) in ovl_cache_put()
404 struct ovl_dir_cache *cache = od->cache; in ovl_dir_reset()
482 static struct ovl_dir_cache *ovl_cache_get(struct dentry *dentry) in ovl_cache_get()
485 struct ovl_dir_cache *cache; in ovl_cache_get()
488 cache = ovl_dir_cache(inode); in ovl_cache_get()
496 cache = kzalloc_obj(struct ovl_dir_cache); in ovl_cache_get()
[all …]
H A Dovl_entry.h166 struct ovl_dir_cache *cache; /* directory */
H A Dutil.c437 struct ovl_dir_cache *ovl_dir_cache(struct inode *inode) in ovl_dir_cache() function
442 void ovl_set_dir_cache(struct inode *inode, struct ovl_dir_cache *cache) in ovl_set_dir_cache()
H A Dsuper.c29 struct ovl_dir_cache;