Searched refs:begin_cache_operation (Results 1 – 7 of 7) sorted by relevance
183 if (ctx->ops->begin_cache_operation) { in netfs_readahead()184 ret = ctx->ops->begin_cache_operation(rreq); in netfs_readahead()241 if (ctx->ops->begin_cache_operation) { in netfs_read_folio()242 ret = ctx->ops->begin_cache_operation(rreq); in netfs_read_folio()393 if (ctx->ops->begin_cache_operation) { in netfs_write_begin()394 ret = ctx->ops->begin_cache_operation(rreq); in netfs_write_begin()
211 int (*begin_cache_operation)(struct netfs_io_request *rreq); member
103 .begin_cache_operation = v9fs_begin_cache_operation,
385 .begin_cache_operation = nfs_netfs_begin_cache_operation,
298 int (*begin_cache_operation)(struct netfs_io_request *rreq);320 * ``begin_cache_operation()``463 The network filesystem's ->begin_cache_operation() method is called to set up a
397 .begin_cache_operation = afs_begin_cache_operation,
513 .begin_cache_operation = ceph_begin_cache_operation,