Home
last modified time | relevance | path

Searched refs:FSCACHE_COOKIE_RETIRED (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/
Dfscache.h119 #define FSCACHE_COOKIE_RETIRED 1 /* T if this cookie has retired on relinq */ macro
/linux-6.12.1/fs/cachefiles/
Dinterface.c330 if (test_bit(FSCACHE_COOKIE_RETIRED, &object->cookie->flags)) { in cachefiles_clean_up_object()
/linux-6.12.1/Documentation/filesystems/caching/
Dbackend-api.rst213 * FSCACHE_COOKIE_RETIRED - The cookie was invalidated when it was
335 The cookie will have the ``FSCACHE_COOKIE_RETIRED`` flag set on it if the
/linux-6.12.1/fs/netfs/
Dfscache_cookie.c986 set_bit(FSCACHE_COOKIE_RETIRED, &cookie->flags); in __fscache_relinquish_cookie()