| .. | .. | 
|---|
 | 1 | +// SPDX-License-Identifier: GPL-2.0-or-later  | 
|---|
| 1 | 2 |  /* FS-Cache cache handling | 
|---|
| 2 | 3 |   * | 
|---|
| 3 | 4 |   * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. | 
|---|
| 4 | 5 |   * Written by David Howells (dhowells@redhat.com) | 
|---|
| 5 |  | - *  | 
|---|
| 6 |  | - * This program is free software; you can redistribute it and/or  | 
|---|
| 7 |  | - * modify it under the terms of the GNU General Public License  | 
|---|
| 8 |  | - * as published by the Free Software Foundation; either version  | 
|---|
| 9 |  | - * 2 of the License, or (at your option) any later version.  | 
|---|
| 10 | 6 |   */ | 
|---|
| 11 | 7 |   | 
|---|
| 12 | 8 |  #define FSCACHE_DEBUG_LEVEL CACHE | 
|---|
| .. | .. | 
|---|
| 176 | 172 |   * | 
|---|
| 177 | 173 |   * Initialise a record of a cache and fill in the name. | 
|---|
| 178 | 174 |   * | 
|---|
| 179 |  | - * See Documentation/filesystems/caching/backend-api.txt for a complete  | 
|---|
 | 175 | + * See Documentation/filesystems/caching/backend-api.rst for a complete  | 
|---|
| 180 | 176 |   * description. | 
|---|
| 181 | 177 |   */ | 
|---|
| 182 | 178 |  void fscache_init_cache(struct fscache_cache *cache, | 
|---|
| .. | .. | 
|---|
| 211 | 207 |   * | 
|---|
| 212 | 208 |   * Add a cache to the system, making it available for netfs's to use. | 
|---|
| 213 | 209 |   * | 
|---|
| 214 |  | - * See Documentation/filesystems/caching/backend-api.txt for a complete  | 
|---|
 | 210 | + * See Documentation/filesystems/caching/backend-api.rst for a complete  | 
|---|
| 215 | 211 |   * description. | 
|---|
| 216 | 212 |   */ | 
|---|
| 217 | 213 |  int fscache_add_cache(struct fscache_cache *cache, | 
|---|
| .. | .. | 
|---|
| 311 | 307 |   * Note that an I/O error occurred in a cache and that it should no longer be | 
|---|
| 312 | 308 |   * used for anything.  This also reports the error into the kernel log. | 
|---|
| 313 | 309 |   * | 
|---|
| 314 |  | - * See Documentation/filesystems/caching/backend-api.txt for a complete  | 
|---|
 | 310 | + * See Documentation/filesystems/caching/backend-api.rst for a complete  | 
|---|
| 315 | 311 |   * description. | 
|---|
| 316 | 312 |   */ | 
|---|
| 317 | 313 |  void fscache_io_error(struct fscache_cache *cache) | 
|---|
| .. | .. | 
|---|
| 359 | 355 |   * Withdraw a cache from service, unbinding all its cache objects from the | 
|---|
| 360 | 356 |   * netfs cookies they're currently representing. | 
|---|
| 361 | 357 |   * | 
|---|
| 362 |  | - * See Documentation/filesystems/caching/backend-api.txt for a complete  | 
|---|
 | 358 | + * See Documentation/filesystems/caching/backend-api.rst for a complete  | 
|---|
| 363 | 359 |   * description. | 
|---|
| 364 | 360 |   */ | 
|---|
| 365 | 361 |  void fscache_withdraw_cache(struct fscache_cache *cache) | 
|---|