Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dlru_cache.h41 struct btrfs_lru_cache { struct
53 static inline unsigned int btrfs_lru_cache_size(const struct btrfs_lru_cache *cache) in btrfs_lru_cache_size() argument
59 struct btrfs_lru_cache *cache) in btrfs_lru_cache_lru_entry()
65 void btrfs_lru_cache_init(struct btrfs_lru_cache *cache, unsigned int max_size);
66 struct btrfs_lru_cache_entry *btrfs_lru_cache_lookup(struct btrfs_lru_cache *cache,
68 int btrfs_lru_cache_store(struct btrfs_lru_cache *cache,
71 void btrfs_lru_cache_remove(struct btrfs_lru_cache *cache,
73 void btrfs_lru_cache_clear(struct btrfs_lru_cache *cache);
H A Dlru_cache.c15 void btrfs_lru_cache_init(struct btrfs_lru_cache *cache, unsigned int max_size) in btrfs_lru_cache_init()
45 struct btrfs_lru_cache_entry *btrfs_lru_cache_lookup(struct btrfs_lru_cache *cache, in btrfs_lru_cache_lookup()
70 void btrfs_lru_cache_remove(struct btrfs_lru_cache *cache, in btrfs_lru_cache_remove()
106 int btrfs_lru_cache_store(struct btrfs_lru_cache *cache, in btrfs_lru_cache_store()
156 void btrfs_lru_cache_clear(struct btrfs_lru_cache *cache) in btrfs_lru_cache_clear()
H A Dsend.c194 struct btrfs_lru_cache name_cache;
303 struct btrfs_lru_cache backref_cache;
306 struct btrfs_lru_cache dir_created_cache;
307 struct btrfs_lru_cache dir_utimes_cache;