Home
last modified time | relevance | path

Searched refs:begin_cache_operation (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/fs/netfs/
Dbuffered_read.c179 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()
/linux-6.1.9/include/linux/
Dnetfs.h210 int (*begin_cache_operation)(struct netfs_io_request *rreq); member
/linux-6.1.9/fs/9p/
Dvfs_addr.c110 .begin_cache_operation = v9fs_begin_cache_operation,
/linux-6.1.9/Documentation/filesystems/
Dnetfs_library.rst298 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
/linux-6.1.9/fs/afs/
Dfile.c393 .begin_cache_operation = afs_begin_cache_operation,
/linux-6.1.9/fs/ceph/
Daddr.c407 .begin_cache_operation = ceph_begin_cache_operation,