Lines Matching defs:context
293 if (op->context)
294 fscache_put_context(op->cookie, op->context);
306 void *context)
326 op->context = context;
330 /* Pin the netfs read context in case we need to do the actual netfs
333 if (context)
334 fscache_get_context(op->cookie, context);
432 void *context,
459 end_io_func, context);
563 void *context,
590 op = fscache_alloc_retrieval(cookie, mapping, end_io_func, context);