Home
last modified time | relevance | path

Searched refs:end_io_func (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dfscache.h542 fscache_rw_complete_t end_io_func, in fscache_read_or_alloc_page() argument
547 return __fscache_read_or_alloc_page(cookie, page, end_io_func, in fscache_read_or_alloc_page()
593 fscache_rw_complete_t end_io_func, in fscache_read_or_alloc_pages() argument
599 nr_pages, end_io_func, in fscache_read_or_alloc_pages()
Dfscache-cache.h147 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()
/kernel/linux/linux-5.10/fs/fscache/
Dpage.c305 fscache_rw_complete_t end_io_func, in fscache_alloc_retrieval() argument
325 op->end_io_func = end_io_func; in fscache_alloc_retrieval()
431 fscache_rw_complete_t end_io_func, in __fscache_read_or_alloc_page() argument
459 end_io_func, context); in __fscache_read_or_alloc_page()
562 fscache_rw_complete_t end_io_func, in __fscache_read_or_alloc_pages() argument
590 op = fscache_alloc_retrieval(cookie, mapping, end_io_func, context); in __fscache_read_or_alloc_pages()
/kernel/linux/linux-5.10/fs/cachefiles/
Dinternal.h110 fscache_rw_complete_t end_io_func; member
/kernel/linux/linux-5.10/Documentation/filesystems/caching/
Dnetfs-api.rst447 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
/kernel/linux/linux-5.10/fs/btrfs/
Dextent_io.c3031 bio_end_io_t end_io_func, in submit_extent_page() argument
3076 bio->bi_end_io = end_io_func; in submit_extent_page()