Home
last modified time | relevance | path

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

/linux-4.19.296/fs/overlayfs/
Dreaddir.c34 struct ovl_dir_cache { struct
58 struct ovl_dir_cache *cache; argument
233 struct ovl_dir_cache *cache = ovl_dir_cache(inode); in ovl_dir_cache_free()
243 struct ovl_dir_cache *cache = od->cache; in ovl_cache_put()
248 if (ovl_dir_cache(d_inode(dentry)) == cache) in ovl_cache_put()
340 struct ovl_dir_cache *cache = od->cache; in ovl_dir_reset()
408 static struct ovl_dir_cache *ovl_cache_get(struct dentry *dentry) in ovl_cache_get()
411 struct ovl_dir_cache *cache; in ovl_cache_get()
413 cache = ovl_dir_cache(d_inode(dentry)); in ovl_cache_get()
421 cache = kzalloc(sizeof(struct ovl_dir_cache), GFP_KERNEL); in ovl_cache_get()
[all …]
Dovl_entry.h100 struct ovl_dir_cache *cache; /* directory */
Doverlayfs.h235 struct ovl_dir_cache *ovl_dir_cache(struct inode *inode);
236 void ovl_set_dir_cache(struct inode *inode, struct ovl_dir_cache *cache);
Dutil.c273 struct ovl_dir_cache *ovl_dir_cache(struct inode *inode) in ovl_dir_cache() function
278 void ovl_set_dir_cache(struct inode *inode, struct ovl_dir_cache *cache) in ovl_set_dir_cache()
Dsuper.c28 struct ovl_dir_cache;