Home
last modified time | relevance | path

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

/linux-6.15/fs/overlayfs/
H A Dreaddir.c32 struct ovl_dir_cache { struct
57 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()
403 struct ovl_dir_cache *cache; in ovl_cache_get()
406 cache = ovl_dir_cache(inode); in ovl_cache_get()
617 struct ovl_dir_cache *cache; in ovl_cache_get_impure()
619 cache = ovl_dir_cache(inode); in ovl_cache_get_impure()
660 struct ovl_dir_cache *cache;
[all …]
H A Dovl_entry.h164 struct ovl_dir_cache *cache; /* directory */
H A Doverlayfs.h470 struct ovl_dir_cache *ovl_dir_cache(struct inode *inode);
471 void ovl_set_dir_cache(struct inode *inode, struct ovl_dir_cache *cache);
H A Dutil.c432 struct ovl_dir_cache *ovl_dir_cache(struct inode *inode) in ovl_dir_cache() function
437 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;