Searched refs:b_end_io (Results 1 – 25 of 27) sorted by relevance
12
82 bh->b_end_io = end_buffer_write_sync; in ocfs2_write_block()157 bh->b_end_io = end_buffer_read_sync; in ocfs2_read_blocks_sync()313 bh->b_end_io = end_buffer_read_sync; in ocfs2_read_blocks()427 bh->b_end_io = end_buffer_write_sync; in ocfs2_write_super_or_backup()
204 bh->b_end_io(bh, !bio->bi_status); in gfs2_meta_read_endio()269 bh->b_end_io = end_buffer_read_sync; in gfs2_meta_read()282 bh->b_end_io = end_buffer_read_sync; in gfs2_meta_read()
1512 bh->b_end_io = end_buffer_read_sync; in gfs2_dir_readahead()
314 rabh->b_end_io = end_buffer_read_sync; in gfs2_metapath_ra()
380 bh->b_end_io = end_buffer_async_read; in mark_buffer_async_read()387 bh->b_end_io = handler; in mark_buffer_async_write_endio()902 bh->b_end_io = NULL; in init_page_buffers()1174 bh->b_end_io = end_buffer_read_sync; in __bread_slow()2628 bh->b_end_io = end_buffer_read_nobh; in nobh_write_begin()2980 bh->b_end_io(bh, !bio->bi_status); in end_bio_bh_io_sync()3047 BUG_ON(!bh->b_end_io); in submit_bh_wbc()3134 bh->b_end_io = end_buffer_write_sync; in ll_rw_block()3141 bh->b_end_io = end_buffer_read_sync; in ll_rw_block()3159 bh->b_end_io = end_buffer_write_sync; in write_dirty_buffer()[all …]
53 bh->b_end_io = end_buffer_write_sync; in write_mmp_block()90 (*bh)->b_end_io = end_buffer_read_sync; in read_mmp_block()
482 bh->b_end_io = ext4_end_bitmap_read; in ext4_read_block_bitmap_nowait()
191 bh->b_end_io = ext4_end_bitmap_read; in ext4_read_inode_bitmap()
93 bh->b_end_io = end_buffer_read_sync; in nilfs_gccache_submit_read_data()
106 bh->b_end_io = end_buffer_read_sync; in nilfs_btnode_submit_block()
149 bh->b_end_io = end_buffer_read_sync; in nilfs_mdt_submit_block()
1928 block->orig_bio_bh_end_io.bh = bh->b_end_io; in btrfsic_process_written_block()1931 bh->b_end_io = btrfsic_bh_end_io; in btrfsic_process_written_block()2065 block->orig_bio_bh_end_io.bh = bh->b_end_io; in btrfsic_process_written_block()2068 bh->b_end_io = btrfsic_bh_end_io; in btrfsic_process_written_block()2174 bh->b_end_io = block->orig_bio_bh_end_io.bh; in btrfsic_bh_end_io()2176 bh->b_end_io(bh, uptodate); in btrfsic_bh_end_io()2778 block->orig_bio_bh_end_io.bh = bh->b_end_io; in btrfsic_submit_bh()2781 bh->b_end_io = btrfsic_bh_end_io; in btrfsic_submit_bh()
3487 bh->b_end_io = btrfs_end_buffer_write_sync; in write_dev_supers()
73 bh_end_io_t *b_end_io; /* I/O completion */ member
152 bh->b_end_io = journal_end_buffer_io_sync; in journal_submit_commit_record()710 bh->b_end_io = journal_end_buffer_io_sync; in jbd2_journal_commit_transaction()
1386 bh->b_end_io = end_buffer_write_sync; in jbd2_write_superblock()
810 bh->b_end_io = end_buffer_write_sync; in ntfs_empty_logfile()
355 tbh->b_end_io = ntfs_end_buffer_async_read; in ntfs_read_block()1204 tbh->b_end_io = end_buffer_write_sync; in ntfs_write_mst_block()
674 tbh->b_end_io = end_buffer_read_sync; in ntfs_read_compressed_block()
599 tbh->b_end_io = end_buffer_write_sync; in ntfs_sync_mft_mirror()796 tbh->b_end_io = end_buffer_write_sync; in write_mft_record_nolock()
555 bh->b_end_io = end_buffer_read_sync; in ntfs_submit_bh_for_read()
650 bh->b_end_io = reiserfs_end_buffer_io_sync; in submit_logged_buffer()663 bh->b_end_io = reiserfs_end_ordered_io; in submit_ordered_buffer()
391 void (*b_end_io)(struct buffer_head *bh, int uptodate);
394 bh->b_end_io = end_bitmap_write; in read_page()
1096 Now bh->b_end_io is replaced by bio->bi_end_io, but most of the time the