Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dfscache-cache.h65 void (*withdraw_cookie)(struct fscache_cookie *cookie); member
/Linux-v6.1/fs/cachefiles/
Dinterface.c442 .withdraw_cookie = cachefiles_withdraw_cookie,
/Linux-v6.1/Documentation/filesystems/caching/
Dbackend-api.rst309 returned, the withdraw_cookie op (see below) will be called.
325 void (*withdraw_cookie)(struct fscache_cookie *cookie);
/Linux-v6.1/fs/fscache/
Dcookie.c776 cookie->volume->cache->ops->withdraw_cookie(cookie); in fscache_cookie_state_machine()