Searched refs:begin_cache_operation (Results 1 – 6 of 6) sorted by relevance
173 if (ctx->ops->begin_cache_operation) { in netfs_readahead()174 ret = ctx->ops->begin_cache_operation(rreq); in netfs_readahead()231 if (ctx->ops->begin_cache_operation) { in netfs_read_folio()232 ret = ctx->ops->begin_cache_operation(rreq); in netfs_read_folio()384 if (ctx->ops->begin_cache_operation) { in netfs_write_begin()385 ret = ctx->ops->begin_cache_operation(rreq); in netfs_write_begin()
210 int (*begin_cache_operation)(struct netfs_io_request *rreq); member
110 .begin_cache_operation = v9fs_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
393 .begin_cache_operation = afs_begin_cache_operation,
409 .begin_cache_operation = ceph_begin_cache_operation,