btrfs_lru_cache_remove
btrfs_lru_cache_remove(cache, lru_entry);
btrfs_lru_cache_remove(cache, entry);
void btrfs_lru_cache_remove(struct btrfs_lru_cache *cache,
btrfs_lru_cache_remove(&sctx->name_cache, &nce->entry);
btrfs_lru_cache_remove(&sctx->dir_utimes_cache, lru);
btrfs_lru_cache_remove(&sctx->name_cache,
btrfs_lru_cache_remove(&sctx->dir_utimes_cache, entry);