Searched refs:end_io_func (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/ |
A D | fscache.h | 572 fscache_rw_complete_t end_io_func, in fscache_read_or_alloc_page() argument 577 return __fscache_read_or_alloc_page(cookie, page, end_io_func, in fscache_read_or_alloc_page() 623 fscache_rw_complete_t end_io_func, in fscache_read_or_alloc_pages() argument 629 nr_pages, end_io_func, in fscache_read_or_alloc_pages()
|
A D | fscache-cache.h | 147 fscache_rw_complete_t end_io_func; /* function to call on I/O completion */ member 481 op->end_io_func(page, op->context, error); in fscache_end_io()
|
/linux/fs/fscache/ |
A D | page.c | 304 fscache_rw_complete_t end_io_func, in fscache_alloc_retrieval() argument 324 op->end_io_func = end_io_func; in fscache_alloc_retrieval() 425 fscache_rw_complete_t end_io_func, in __fscache_read_or_alloc_page() argument 453 end_io_func, context); in __fscache_read_or_alloc_page() 556 fscache_rw_complete_t end_io_func, in __fscache_read_or_alloc_pages() argument 584 op = fscache_alloc_retrieval(cookie, mapping, end_io_func, context); in __fscache_read_or_alloc_pages()
|
A D | internal.h | 122 fscache_rw_complete_t end_io_func,
|
/linux/fs/cachefiles/ |
A D | internal.h | 110 fscache_rw_complete_t end_io_func; member
|
/linux/Documentation/filesystems/caching/ |
A D | netfs-api.rst | 447 fscache_rw_complete_t end_io_func, 469 (4) When the read is complete, end_io_func() will be invoked with: 483 end_io_func() will be called in process context if the read is results in 573 fscache_rw_complete_t end_io_func, 597 (4) end_io_func will be called once for each page being read as the reads
|
/linux/fs/btrfs/ |
A D | extent_io.c | 3309 bio_end_io_t end_io_func, in alloc_new_bio() argument 3328 bio->bi_end_io = end_io_func; in alloc_new_bio() 3381 bio_end_io_t end_io_func, in submit_extent_page() argument 3408 end_io_func, disk_bytenr, offset, in submit_extent_page()
|
Completed in 33 milliseconds