Searched refs:end_io_func (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/linux/ |
D | fscache.h | 544 fscache_rw_complete_t end_io_func, in fscache_read_or_alloc_page() argument 549 return __fscache_read_or_alloc_page(cookie, page, end_io_func, in fscache_read_or_alloc_page() 595 fscache_rw_complete_t end_io_func, in fscache_read_or_alloc_pages() argument 601 nr_pages, end_io_func, in fscache_read_or_alloc_pages()
|
D | fscache-cache.h | 138 fscache_rw_complete_t end_io_func; /* function to call on I/O completion */ member 470 op->end_io_func(page, op->context, error); in fscache_end_io()
|
/linux-4.4.14/fs/fscache/ |
D | page.c | 288 fscache_rw_complete_t end_io_func, in fscache_alloc_retrieval() argument 308 op->end_io_func = end_io_func; in fscache_alloc_retrieval() 412 fscache_rw_complete_t end_io_func, in __fscache_read_or_alloc_page() argument 440 end_io_func, context); in __fscache_read_or_alloc_page() 542 fscache_rw_complete_t end_io_func, in __fscache_read_or_alloc_pages() argument 570 op = fscache_alloc_retrieval(cookie, mapping, end_io_func, context); in __fscache_read_or_alloc_pages()
|
/linux-4.4.14/fs/cachefiles/ |
D | internal.h | 111 fscache_rw_complete_t end_io_func; member
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | netfs-api.txt | 474 fscache_rw_complete_t end_io_func, 496 (4) When the read is complete, end_io_func() will be invoked with: 510 end_io_func() will be called in process context if the read is results in 599 fscache_rw_complete_t end_io_func, 623 (4) end_io_func will be called once for each page being read as the reads
|
/linux-4.4.14/fs/btrfs/ |
D | extent_io.c | 2861 bio_end_io_t end_io_func, in submit_extent_page() argument 2904 bio->bi_end_io = end_io_func; in submit_extent_page()
|