Home
last modified time | relevance | path

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

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