Searched refs:begin_cache_operation (Results 1 – 5 of 5) sorted by relevance
895 if (ops->begin_cache_operation) { in netfs_readahead()896 ret = ops->begin_cache_operation(rreq); in netfs_readahead()974 if (ops->begin_cache_operation) { in netfs_readpage()975 ret = ops->begin_cache_operation(rreq); in netfs_readpage()1138 if (ops->begin_cache_operation) { in netfs_write_begin()1139 ret = ops->begin_cache_operation(rreq); in netfs_write_begin()
166 int (*begin_cache_operation)(struct netfs_read_request *rreq); member
250 int (*begin_cache_operation)(struct netfs_read_request *rreq);273 * ``begin_cache_operation()``418 The network filesystem's ->begin_cache_operation() method is called to set up a
373 .begin_cache_operation = afs_begin_cache_operation,
311 .begin_cache_operation = ceph_begin_cache_operation,