Searched refs:begin_cache_operation (Results 1 – 6 of 6) sorted by relevance
179 if (ctx->ops->begin_cache_operation) { in netfs_readahead()180 ret = ctx->ops->begin_cache_operation(rreq); in netfs_readahead()237 if (ctx->ops->begin_cache_operation) { in netfs_read_folio()238 ret = ctx->ops->begin_cache_operation(rreq); in netfs_read_folio()390 if (ctx->ops->begin_cache_operation) { in netfs_write_begin()391 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,
407 .begin_cache_operation = ceph_begin_cache_operation,