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

/linux-4.1.27/fs/overlayfs/
H A Dreaddir.c31 struct ovl_dir_cache { struct
51 struct ovl_dir_cache *cache;
175 struct ovl_dir_cache *cache = od->cache; ovl_cache_put()
180 if (ovl_dir_cache(dentry) == cache) ovl_cache_put()
270 struct ovl_dir_cache *cache = od->cache; ovl_dir_reset()
331 static struct ovl_dir_cache *ovl_cache_get(struct dentry *dentry) ovl_cache_get()
334 struct ovl_dir_cache *cache; ovl_cache_get()
336 cache = ovl_dir_cache(dentry); ovl_cache_get()
343 cache = kzalloc(sizeof(struct ovl_dir_cache), GFP_KERNEL); ovl_cache_get()
376 struct ovl_dir_cache *cache; ovl_iterate()
H A 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);
H A Dsuper.c47 struct ovl_dir_cache;
52 struct ovl_dir_cache *cache;
160 struct ovl_dir_cache *ovl_dir_cache(struct dentry *dentry) ovl_dir_cache() function
167 void ovl_set_dir_cache(struct dentry *dentry, struct ovl_dir_cache *cache) ovl_set_dir_cache()

Completed in 81 milliseconds