Home
last modified time | relevance | path

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

/openbmc/linux/fs/netfs/
H A Dbuffered_read.c183 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()
/openbmc/linux/include/linux/
H A Dnetfs.h211 int (*begin_cache_operation)(struct netfs_io_request *rreq); member
/openbmc/linux/fs/9p/
H A Dvfs_addr.c103 .begin_cache_operation = v9fs_begin_cache_operation,
/openbmc/linux/fs/nfs/
H A Dfscache.c385 .begin_cache_operation = nfs_netfs_begin_cache_operation,
/openbmc/linux/Documentation/filesystems/
H A 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
/openbmc/linux/fs/afs/
H A Dfile.c397 .begin_cache_operation = afs_begin_cache_operation,
/openbmc/linux/fs/ceph/
H A Daddr.c513 .begin_cache_operation = ceph_begin_cache_operation,