Home
last modified time | relevance | path

Searched refs:get_context (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/fscache/
Dinternal.h328 if (cookie->def->get_context) in fscache_get_context()
329 cookie->def->get_context(cookie->netfs_data, context); in fscache_get_context()
/linux-4.1.27/drivers/infiniband/core/
Duverbs.h219 IB_UVERBS_DECLARE_CMD(get_context);
/linux-4.1.27/fs/nfs/
Dfscache-index.c334 .get_context = nfs_fh_get_context,
/linux-4.1.27/include/linux/
Dfscache.h130 void (*get_context)(void *cookie_netfs_data, void *context); member
/linux-4.1.27/Documentation/filesystems/caching/
Dnetfs-api.txt147 void (*get_context)(void *cookie_netfs_data, void *context);
503 maintained with the get_context/put_context functions mentioned above.