Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfscache-cache.h66 void (*withdraw_cookie)(struct fscache_cookie *cookie); member
/linux/Documentation/filesystems/caching/
H A Dbackend-api.rst309 returned, the withdraw_cookie op (see below) will be called.
325 void (*withdraw_cookie)(struct fscache_cookie *cookie);
/linux/fs/netfs/
H A Dfscache_cookie.c780 cookie->volume->cache->ops->withdraw_cookie(cookie); in fscache_cookie_state_machine()