Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
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 …]
A Dovl_entry.h164 struct ovl_dir_cache *cache; /* directory */
A Doverlayfs.h476 struct ovl_dir_cache *ovl_dir_cache(struct inode *inode);
477 void ovl_set_dir_cache(struct inode *inode, struct ovl_dir_cache *cache);
A Dutil.c424 struct ovl_dir_cache *ovl_dir_cache(struct inode *inode) in ovl_dir_cache() function
429 void ovl_set_dir_cache(struct inode *inode, struct ovl_dir_cache *cache) in ovl_set_dir_cache()
A Dsuper.c29 struct ovl_dir_cache;

Completed in 22 milliseconds