Home
last modified time | relevance | path

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

/fs/btrfs/
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);
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()
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;

Completed in 20 milliseconds