Home
last modified time | relevance | path

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

/Linux-v6.6/fs/overlayfs/
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()
245 if (ovl_dir_cache(inode) == cache) in ovl_cache_put()
325 struct ovl_dir_cache *cache = od->cache; in ovl_dir_reset()
393 static struct ovl_dir_cache *ovl_cache_get(struct dentry *dentry) in ovl_cache_get()
396 struct ovl_dir_cache *cache; in ovl_cache_get()
399 cache = ovl_dir_cache(inode); in ovl_cache_get()
407 cache = kzalloc(sizeof(struct ovl_dir_cache), GFP_KERNEL); in ovl_cache_get()
[all …]
Dovl_entry.h165 struct ovl_dir_cache *cache; /* directory */
Doverlayfs.h443 struct ovl_dir_cache *ovl_dir_cache(struct inode *inode);
444 void ovl_set_dir_cache(struct inode *inode, struct ovl_dir_cache *cache);
Dutil.c398 struct ovl_dir_cache *ovl_dir_cache(struct inode *inode) in ovl_dir_cache() function
403 void ovl_set_dir_cache(struct inode *inode, struct ovl_dir_cache *cache) in ovl_set_dir_cache()
Dsuper.c29 struct ovl_dir_cache;