Home
last modified time | relevance | path

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

/linux-4.1.27/fs/fscache/
Dinternal.h339 if (cookie->def->put_context) in fscache_put_context()
340 cookie->def->put_context(cookie->netfs_data, context); in fscache_put_context()
/linux-4.1.27/fs/nfs/
Dfscache-index.c335 .put_context = nfs_fh_put_context,
/linux-4.1.27/include/linux/
Dfscache.h136 void (*put_context)(void *cookie_netfs_data, void *context); member
/linux-4.1.27/Documentation/filesystems/caching/
Dnetfs-api.txt149 void (*put_context)(void *cookie_netfs_data, void *context);
503 maintained with the get_context/put_context functions mentioned above.