Home
last modified time | relevance | path

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

/linux-4.4.14/fs/overlayfs/
Dreaddir.c31 struct ovl_dir_cache { struct
51 struct ovl_dir_cache *cache; argument
175 struct ovl_dir_cache *cache = od->cache; in ovl_cache_put()
180 if (ovl_dir_cache(dentry) == cache) in ovl_cache_put()
270 struct ovl_dir_cache *cache = od->cache; in ovl_dir_reset()
331 static struct ovl_dir_cache *ovl_cache_get(struct dentry *dentry) in ovl_cache_get()
334 struct ovl_dir_cache *cache; in ovl_cache_get()
336 cache = ovl_dir_cache(dentry); in ovl_cache_get()
343 cache = kzalloc(sizeof(struct ovl_dir_cache), GFP_KERNEL); in ovl_cache_get()
376 struct ovl_dir_cache *cache; in ovl_iterate()
Doverlayfs.h145 struct ovl_dir_cache *ovl_dir_cache(struct dentry *dentry);
146 void ovl_set_dir_cache(struct dentry *dentry, struct ovl_dir_cache *cache);
Dsuper.c47 struct ovl_dir_cache;
52 struct ovl_dir_cache *cache;
160 struct ovl_dir_cache *ovl_dir_cache(struct dentry *dentry) in ovl_dir_cache() function
167 void ovl_set_dir_cache(struct dentry *dentry, struct ovl_dir_cache *cache) in ovl_set_dir_cache()