Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
A Dreaddir.c31 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()
325 struct ovl_dir_cache *cache = od->cache; in ovl_dir_reset()
396 struct ovl_dir_cache *cache; in ovl_cache_get()
398 cache = ovl_dir_cache(d_inode(dentry)); in ovl_cache_get()
600 struct ovl_dir_cache *cache; in ovl_cache_get_impure()
602 cache = ovl_dir_cache(d_inode(dentry)); in ovl_cache_get_impure()
643 struct ovl_dir_cache *cache;
[all …]
A Dovl_entry.h124 struct ovl_dir_cache *cache; /* directory */
A Doverlayfs.h308 struct ovl_dir_cache *ovl_dir_cache(struct inode *inode);
309 void ovl_set_dir_cache(struct inode *inode, struct ovl_dir_cache *cache);
A Dutil.c277 struct ovl_dir_cache *ovl_dir_cache(struct inode *inode) in ovl_dir_cache() function
282 void ovl_set_dir_cache(struct inode *inode, struct ovl_dir_cache *cache) in ovl_set_dir_cache()
A Dsuper.c25 struct ovl_dir_cache;

Completed in 15 milliseconds