Home
last modified time | relevance | path

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

/linux/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()
329 struct ovl_dir_cache *cache = od->cache; in ovl_dir_reset()
400 static struct ovl_dir_cache *ovl_cache_get(struct dentry *dentry) in ovl_cache_get()
403 struct ovl_dir_cache *cache; in ovl_cache_get()
406 cache = ovl_dir_cache(inode); in ovl_cache_get()
414 cache = kzalloc(sizeof(struct ovl_dir_cache), GFP_KERNEL); in ovl_cache_get()
[all …]
H A Dovl_entry.h164 struct ovl_dir_cache *cache; /* directory */
H A Dsuper.c29 struct ovl_dir_cache;