Searched refs:ovl_dir_cache (Results 1 – 5 of 5) sorted by relevance
32 struct ovl_dir_cache { struct57 struct ovl_dir_cache *cache; argument234 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()403 struct ovl_dir_cache *cache; in ovl_cache_get()406 cache = ovl_dir_cache(inode); in ovl_cache_get()617 struct ovl_dir_cache *cache; in ovl_cache_get_impure()619 cache = ovl_dir_cache(inode); in ovl_cache_get_impure()660 struct ovl_dir_cache *cache;[all …]
164 struct ovl_dir_cache *cache; /* directory */
476 struct ovl_dir_cache *ovl_dir_cache(struct inode *inode);477 void ovl_set_dir_cache(struct inode *inode, struct ovl_dir_cache *cache);
424 struct ovl_dir_cache *ovl_dir_cache(struct inode *inode) in ovl_dir_cache() function429 void ovl_set_dir_cache(struct inode *inode, struct ovl_dir_cache *cache) in ovl_set_dir_cache()
29 struct ovl_dir_cache;
Completed in 22 milliseconds