Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dfscache-index.c143 .put_context = nfs_fh_put_context,
/linux-4.19.296/fs/fscache/
Dinternal.h350 if (cookie->def->put_context) in fscache_put_context()
351 cookie->def->put_context(cookie->netfs_data, context); in fscache_put_context()
/linux-4.19.296/include/linux/
Dfscache.h107 void (*put_context)(void *cookie_netfs_data, void *context); member