Searched refs:netfs_cache_resources (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/include/linux/ |
D | netfs.h | 101 struct netfs_cache_resources { struct 137 struct netfs_cache_resources cache_resources; 183 void (*end_operation)(struct netfs_cache_resources *cres); 186 int (*read)(struct netfs_cache_resources *cres, 194 int (*write)(struct netfs_cache_resources *cres, 201 void (*expand_readahead)(struct netfs_cache_resources *cres, 213 int (*prepare_write)(struct netfs_cache_resources *cres,
|
/Linux-v5.15/fs/cachefiles/ |
D | io.c | 58 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-v5.15/Documentation/filesystems/ |
D | netfs_library.rst | 138 struct netfs_cache_resources cache_resources; 430 struct netfs_cache_resources { 440 void (*end_operation)(struct netfs_cache_resources *cres); 442 void (*expand_readahead)(struct netfs_cache_resources *cres, 448 int (*read)(struct netfs_cache_resources *cres, 455 int (*write)(struct netfs_cache_resources *cres,
|
/Linux-v5.15/fs/netfs/ |
D | read_helper.c | 175 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() 704 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_cache_prepare_read() 816 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_cache_expand_readahead()
|