Searched refs:btrfs_lru_cache_lookup (Results 1 – 3 of 3) sorted by relevance
| /fs/btrfs/ |
| A D | lru_cache.h | 62 struct btrfs_lru_cache_entry *btrfs_lru_cache_lookup(struct btrfs_lru_cache *cache,
|
| A D | lru_cache.c | 45 struct btrfs_lru_cache_entry *btrfs_lru_cache_lookup(struct btrfs_lru_cache *cache, in btrfs_lru_cache_lookup() function
|
| A D | send.c | 1415 raw_entry = btrfs_lru_cache_lookup(&sctx->backref_cache, key, 0); in lookup_backref_cache() 2259 entry = btrfs_lru_cache_lookup(&sctx->name_cache, ino, gen); in name_cache_search() 2781 entry = btrfs_lru_cache_lookup(&sctx->dir_utimes_cache, dir, gen); in cache_dir_utimes() 2939 if (btrfs_lru_cache_lookup(&sctx->dir_created_cache, dir, 0)) in did_create_dir()
|
Completed in 21 milliseconds