Searched refs:netfs_cache_resources (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/netfs/ |
| H A D | fscache_io.c | 22 bool fscache_wait_for_operation(struct netfs_cache_resources *cres, in fscache_wait_for_operation() 70 static int fscache_begin_operation(struct netfs_cache_resources *cres, in fscache_begin_operation() 146 int __fscache_begin_read_operation(struct netfs_cache_resources *cres, in __fscache_begin_read_operation() 154 int __fscache_begin_write_operation(struct netfs_cache_resources *cres, in __fscache_begin_write_operation() 163 struct netfs_cache_resources cache_resources; 217 struct netfs_cache_resources *cres; in __fscache_write_to_cache() 272 struct netfs_cache_resources cres; in __fscache_resize_cookie()
|
| H A D | read_single.c | 64 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_single_cache_prepare_read() 78 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_single_read_cache()
|
| H A D | buffered_read.c | 17 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_cache_expand_readahead() 134 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_cache_prepare_read() 152 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_read_cache_to_pagecache()
|
| /linux/include/linux/ |
| H A D | netfs.h | 158 struct netfs_cache_resources { struct 230 struct netfs_cache_resources cache_resources; 328 void (*end_operation)(struct netfs_cache_resources *cres); 331 int (*read)(struct netfs_cache_resources *cres, 339 int (*write)(struct netfs_cache_resources *cres, 349 void (*expand_readahead)(struct netfs_cache_resources *cres, 370 int (*prepare_write)(struct netfs_cache_resources *cres, 377 enum netfs_io_source (*prepare_ondemand_read)(struct netfs_cache_resources *cres, 385 int (*query_occupancy)(struct netfs_cache_resources *cres,
|
| H A D | fscache-cache.h | 69 void (*resize_cookie)(struct netfs_cache_resources *cres, 76 bool (*begin_operation)(struct netfs_cache_resources *cres, 119 extern bool fscache_wait_for_operation(struct netfs_cache_resources *cred, 149 static inline struct fscache_cookie *fscache_cres_cookie(struct netfs_cache_resources *cres) in fscache_cres_cookie()
|
| /linux/Documentation/filesystems/caching/ |
| H A D | backend-api.rst | 341 void (*resize_cookie)(struct netfs_cache_resources *cres, 386 bool (*begin_operation)(struct netfs_cache_resources *cres, 394 to the netfs_cache_resources object and return true. 417 netfs_cache_ops`` attached to a ``struct netfs_cache_resources`` by the 470 struct fscache_cookie *fscache_cres_cookie(struct netfs_cache_resources *cres)
|
| H A D | netfs-api.rst | 242 int fscache_begin_read_operation(struct netfs_cache_resources *cres, 244 int fscache_read(struct netfs_cache_resources *cres, 250 int fscache_write(struct netfs_cache_resources *cres,
|
| /linux/fs/erofs/ |
| H A D | fscache.c | 16 struct netfs_cache_resources cres; 123 struct netfs_cache_resources *cres = &io->cres; in erofs_fscache_read_io_async()
|