Searched refs:netfs_cache_resources (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
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()
|
A D | fscache.h | 172 extern int __fscache_begin_read_operation(struct netfs_cache_resources *, struct fscache_cookie *); 173 extern int __fscache_begin_write_operation(struct netfs_cache_resources *, struct fscache_cookie *); 429 const struct netfs_cache_ops *fscache_operation_valid(const struct netfs_cache_resources *cres) in fscache_operation_valid() 453 int fscache_begin_read_operation(struct netfs_cache_resources *cres, in fscache_begin_read_operation() 467 static inline void fscache_end_operation(struct netfs_cache_resources *cres) in fscache_end_operation() 504 int fscache_read(struct netfs_cache_resources *cres, in fscache_read() 535 int fscache_begin_write_operation(struct netfs_cache_resources *cres, in fscache_begin_write_operation() 563 int fscache_write(struct netfs_cache_resources *cres, in fscache_write()
|
A D | netfs.h | 159 struct netfs_cache_resources { struct 231 struct netfs_cache_resources cache_resources; 329 void (*end_operation)(struct netfs_cache_resources *cres); 332 int (*read)(struct netfs_cache_resources *cres, 340 int (*write)(struct netfs_cache_resources *cres, 350 void (*expand_readahead)(struct netfs_cache_resources *cres, 371 int (*prepare_write)(struct netfs_cache_resources *cres, 378 enum netfs_io_source (*prepare_ondemand_read)(struct netfs_cache_resources *cres, 386 int (*query_occupancy)(struct netfs_cache_resources *cres,
|
Completed in 33 milliseconds