Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfscache.h546 fscache_rw_complete_t end_io_func, in fscache_read_or_alloc_page() argument
551 return __fscache_read_or_alloc_page(cookie, page, end_io_func, in fscache_read_or_alloc_page()
597 fscache_rw_complete_t end_io_func, in fscache_read_or_alloc_pages() argument
603 nr_pages, end_io_func, in fscache_read_or_alloc_pages()
Dfscache-cache.h151 fscache_rw_complete_t end_io_func; /* function to call on I/O completion */ member
486 op->end_io_func(page, op->context, error); in fscache_end_io()
/Linux-v4.19/fs/fscache/
Dpage.c309 fscache_rw_complete_t end_io_func, in fscache_alloc_retrieval() argument
329 op->end_io_func = end_io_func; in fscache_alloc_retrieval()
435 fscache_rw_complete_t end_io_func, in __fscache_read_or_alloc_page() argument
463 end_io_func, context); in __fscache_read_or_alloc_page()
566 fscache_rw_complete_t end_io_func, in __fscache_read_or_alloc_pages() argument
594 op = fscache_alloc_retrieval(cookie, mapping, end_io_func, context); in __fscache_read_or_alloc_pages()
/Linux-v4.19/fs/cachefiles/
Dinternal.h114 fscache_rw_complete_t end_io_func; member
/Linux-v4.19/Documentation/filesystems/caching/
Dnetfs-api.txt453 fscache_rw_complete_t end_io_func,
475 (4) When the read is complete, end_io_func() will be invoked with:
489 end_io_func() will be called in process context if the read is results in
579 fscache_rw_complete_t end_io_func,
603 (4) end_io_func will be called once for each page being read as the reads
/Linux-v4.19/fs/btrfs/
Dextent_io.c2756 bio_end_io_t end_io_func, in submit_extent_page() argument
2801 bio->bi_end_io = end_io_func; in submit_extent_page()