Home
last modified time | relevance | path

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

/linux-3.4.99/fs/fscache/
Dinternal.h302 if (cookie->def->get_context) in fscache_get_context()
303 cookie->def->get_context(cookie->netfs_data, context); in fscache_get_context()
/linux-3.4.99/drivers/infiniband/core/
Duverbs.h184 IB_UVERBS_DECLARE_CMD(get_context);
/linux-3.4.99/include/linux/
Dfscache.h130 void (*get_context)(void *cookie_netfs_data, void *context); member
/linux-3.4.99/fs/nfs/
Dfscache-index.c335 .get_context = nfs_fh_get_context,
/linux-3.4.99/Documentation/filesystems/caching/
Dnetfs-api.txt145 void (*get_context)(void *cookie_netfs_data, void *context);
496 maintained with the get_context/put_context functions mentioned above.