ovl_dir_cache
struct ovl_dir_cache *ovl_dir_cache(struct inode *inode);
void ovl_set_dir_cache(struct inode *inode, struct ovl_dir_cache *cache);
struct ovl_dir_cache *cache; /* directory */
struct ovl_dir_cache *cache = ovl_dir_cache(inode);
struct ovl_dir_cache *cache = od->cache;
if (ovl_dir_cache(inode) == cache)
struct ovl_dir_cache *cache = od->cache;
static struct ovl_dir_cache *ovl_cache_get(struct dentry *dentry)
struct ovl_dir_cache *cache;
cache = ovl_dir_cache(inode);
cache = kzalloc_obj(struct ovl_dir_cache);
struct ovl_dir_cache *cache;
static struct ovl_dir_cache *ovl_cache_get_impure(const struct path *path)
struct ovl_dir_cache *cache;
cache = ovl_dir_cache(inode);
cache = kzalloc_obj(struct ovl_dir_cache);
struct ovl_dir_cache *cache;
struct ovl_dir_cache *cache;
struct ovl_dir_cache;
struct ovl_dir_cache *ovl_dir_cache(struct inode *inode)
void ovl_set_dir_cache(struct inode *inode, struct ovl_dir_cache *cache)