Home
last modified time | relevance | path

Searched refs:netfs_cache_resources (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
A Dnetfs.h122 struct netfs_cache_resources { struct
158 struct netfs_cache_resources cache_resources;
204 void (*end_operation)(struct netfs_cache_resources *cres);
207 int (*read)(struct netfs_cache_resources *cres,
215 int (*write)(struct netfs_cache_resources *cres,
222 void (*expand_readahead)(struct netfs_cache_resources *cres,
234 int (*prepare_write)(struct netfs_cache_resources *cres,
/linux/fs/cachefiles/
A Dio.c58 static int cachefiles_read(struct netfs_cache_resources *cres, in cachefiles_read()
182 static int cachefiles_write(struct netfs_cache_resources *cres, in cachefiles_write()
336 static int cachefiles_prepare_write(struct netfs_cache_resources *cres, in cachefiles_prepare_write()
352 static void cachefiles_end_operation(struct netfs_cache_resources *cres) in cachefiles_end_operation()
/linux/Documentation/filesystems/
A Dnetfs_library.rst138 struct netfs_cache_resources cache_resources;
431 struct netfs_cache_resources {
441 void (*end_operation)(struct netfs_cache_resources *cres);
443 void (*expand_readahead)(struct netfs_cache_resources *cres,
449 int (*read)(struct netfs_cache_resources *cres,
456 int (*prepare_write)(struct netfs_cache_resources *cres,
459 int (*write)(struct netfs_cache_resources *cres,
/linux/fs/netfs/
A Dread_helper.c175 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_read_from_cache()
295 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_rreq_do_write_to_cache()
697 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_cache_prepare_read()
809 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_cache_expand_readahead()

Completed in 8 milliseconds