Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dlru_cache.h42 struct btrfs_lru_cache { struct
55 struct btrfs_lru_cache *cache) in btrfs_lru_cache_lru_entry() argument
61 void btrfs_lru_cache_init(struct btrfs_lru_cache *cache, unsigned int max_size);
62 struct btrfs_lru_cache_entry *btrfs_lru_cache_lookup(struct btrfs_lru_cache *cache,
64 int btrfs_lru_cache_store(struct btrfs_lru_cache *cache,
67 void btrfs_lru_cache_remove(struct btrfs_lru_cache *cache,
69 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()