ovl_dir_cache     232 fs/overlayfs/overlayfs.h struct ovl_dir_cache *ovl_dir_cache(struct inode *inode);
ovl_dir_cache     233 fs/overlayfs/overlayfs.h void ovl_set_dir_cache(struct inode *inode, struct ovl_dir_cache *cache);
ovl_dir_cache      99 fs/overlayfs/ovl_entry.h 		struct ovl_dir_cache *cache;	/* directory */
ovl_dir_cache      55 fs/overlayfs/readdir.c 	struct ovl_dir_cache *cache;
ovl_dir_cache     230 fs/overlayfs/readdir.c 	struct ovl_dir_cache *cache = ovl_dir_cache(inode);
ovl_dir_cache     240 fs/overlayfs/readdir.c 	struct ovl_dir_cache *cache = od->cache;
ovl_dir_cache     245 fs/overlayfs/readdir.c 		if (ovl_dir_cache(d_inode(dentry)) == cache)
ovl_dir_cache     337 fs/overlayfs/readdir.c 	struct ovl_dir_cache *cache = od->cache;
ovl_dir_cache     405 fs/overlayfs/readdir.c static struct ovl_dir_cache *ovl_cache_get(struct dentry *dentry)
ovl_dir_cache     408 fs/overlayfs/readdir.c 	struct ovl_dir_cache *cache;
ovl_dir_cache     410 fs/overlayfs/readdir.c 	cache = ovl_dir_cache(d_inode(dentry));
ovl_dir_cache     418 fs/overlayfs/readdir.c 	cache = kzalloc(sizeof(struct ovl_dir_cache), GFP_KERNEL);
ovl_dir_cache     596 fs/overlayfs/readdir.c static struct ovl_dir_cache *ovl_cache_get_impure(struct path *path)
ovl_dir_cache     600 fs/overlayfs/readdir.c 	struct ovl_dir_cache *cache;
ovl_dir_cache     602 fs/overlayfs/readdir.c 	cache = ovl_dir_cache(d_inode(dentry));
ovl_dir_cache     610 fs/overlayfs/readdir.c 	cache = kzalloc(sizeof(struct ovl_dir_cache), GFP_KERNEL);
ovl_dir_cache     643 fs/overlayfs/readdir.c 	struct ovl_dir_cache *cache;
ovl_dir_cache     756 fs/overlayfs/readdir.c 		struct ovl_dir_cache *cache;
ovl_dir_cache      25 fs/overlayfs/super.c struct ovl_dir_cache;
ovl_dir_cache     269 fs/overlayfs/util.c struct ovl_dir_cache *ovl_dir_cache(struct inode *inode)
ovl_dir_cache     274 fs/overlayfs/util.c void ovl_set_dir_cache(struct inode *inode, struct ovl_dir_cache *cache)