Searched refs:btrfs_lru_cache_store (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/fs/btrfs/ |
D | lru_cache.h | 68 int btrfs_lru_cache_store(struct btrfs_lru_cache *cache,
|
D | lru_cache.c | 106 int btrfs_lru_cache_store(struct btrfs_lru_cache *cache, in btrfs_lru_cache_store() function
|
D | send.c | 1493 ret = btrfs_lru_cache_store(&sctx->backref_cache, &new_entry->entry, in store_backref_cache() 2399 nce_ret = btrfs_lru_cache_store(&sctx->name_cache, &nce->entry, GFP_KERNEL); in __get_cur_name_and_parent() 2800 ret = btrfs_lru_cache_store(&sctx->dir_utimes_cache, entry, GFP_KERNEL); in cache_dir_utimes() 2930 ret = btrfs_lru_cache_store(&sctx->dir_created_cache, entry, GFP_KERNEL); in cache_dir_created()
|