Searched refs:bio_ret (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | data.c | 2072 struct bio **bio_ret, in f2fs_read_single_page() 2076 struct bio *bio = *bio_ret; in f2fs_read_single_page() 2186 *bio_ret = bio; in f2fs_read_single_page() 2191 int f2fs_read_multi_pages(struct compress_ctx *cc, struct bio **bio_ret, in f2fs_read_multi_pages() argument 2198 struct bio *bio = *bio_ret; in f2fs_read_multi_pages() 2337 *bio_ret = NULL; in f2fs_read_multi_pages() 2361 *bio_ret = bio; in f2fs_read_multi_pages() 2368 *bio_ret = bio; in f2fs_read_multi_pages() 2069 f2fs_read_single_page(struct inode *inode, struct page *page, unsigned nr_pages, struct f2fs_map_blocks *map, struct bio **bio_ret, sector_t *last_block_in_bio, bool is_readahead) f2fs_read_single_page() argument
|
H A D | f2fs.h | 3944 int f2fs_read_multi_pages(struct compress_ctx *cc, struct bio **bio_ret,
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | data.c | 2123 struct bio **bio_ret, in f2fs_read_single_page() 2127 struct bio *bio = *bio_ret; in f2fs_read_single_page() 2225 *bio_ret = bio; in f2fs_read_single_page() 2230 int f2fs_read_multi_pages(struct compress_ctx *cc, struct bio **bio_ret, in f2fs_read_multi_pages() argument 2237 struct bio *bio = *bio_ret; in f2fs_read_multi_pages() 2361 *bio_ret = NULL; in f2fs_read_multi_pages() 2381 *bio_ret = bio; in f2fs_read_multi_pages() 2394 *bio_ret = bio; in f2fs_read_multi_pages() 2120 f2fs_read_single_page(struct inode *inode, struct page *page, unsigned nr_pages, struct f2fs_map_blocks *map, struct bio **bio_ret, sector_t *last_block_in_bio, bool is_readahead) f2fs_read_single_page() argument
|
H A D | f2fs.h | 4284 int f2fs_read_multi_pages(struct compress_ctx *cc, struct bio **bio_ret,
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | extent_io.c | 3020 * @bio_ret: must be valid pointer, newly allocated bio will be stored there 3030 struct bio **bio_ret, in submit_extent_page() 3043 ASSERT(bio_ret); in submit_extent_page() 3045 if (*bio_ret) { in submit_extent_page() 3049 bio = *bio_ret; in submit_extent_page() 3063 *bio_ret = NULL; in submit_extent_page() 3089 *bio_ret = bio; in submit_extent_page() 3026 submit_extent_page(unsigned int opf, struct writeback_control *wbc, struct page *page, u64 offset, size_t size, unsigned long pg_offset, struct bio **bio_ret, bio_end_io_t end_io_func, int mirror_num, unsigned long prev_bio_flags, unsigned long bio_flags, bool force_bio_submit) submit_extent_page() argument
|
Completed in 37 milliseconds