Searched refs:b_end_io (Results 1 – 25 of 27) sorted by relevance
12
68 bh->b_end_io = end_buffer_write_sync; in ocfs2_write_block()151 bh->b_end_io = end_buffer_read_sync; in ocfs2_read_blocks_sync()332 bh->b_end_io = end_buffer_read_sync; in ocfs2_read_blocks()452 bh->b_end_io = end_buffer_write_sync; in ocfs2_write_super_or_backup()
201 bh->b_end_io(bh, !bio->bi_status); in gfs2_meta_read_endio()266 bh->b_end_io = end_buffer_read_sync; in gfs2_meta_read()279 bh->b_end_io = end_buffer_read_sync; in gfs2_meta_read()
1511 bh->b_end_io = end_buffer_read_sync; in gfs2_dir_readahead()
312 rabh->b_end_io = end_buffer_read_sync; in gfs2_metapath_ra()
382 bh->b_end_io = end_buffer_async_read; in mark_buffer_async_read()389 bh->b_end_io = handler; in mark_buffer_async_write_endio()904 bh->b_end_io = NULL; in init_page_buffers()1176 bh->b_end_io = end_buffer_read_sync; in __bread_slow()2626 bh->b_end_io = end_buffer_read_nobh; in nobh_write_begin()2978 bh->b_end_io(bh, !bio->bi_status); in end_bio_bh_io_sync()3055 BUG_ON(!bh->b_end_io); in submit_bh_wbc()3142 bh->b_end_io = end_buffer_write_sync; in ll_rw_block()3149 bh->b_end_io = end_buffer_read_sync; in ll_rw_block()3167 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()
1932 block->orig_bio_bh_end_io.bh = bh->b_end_io; in btrfsic_process_written_block()1935 bh->b_end_io = btrfsic_bh_end_io; in btrfsic_process_written_block()2069 block->orig_bio_bh_end_io.bh = bh->b_end_io; in btrfsic_process_written_block()2072 bh->b_end_io = btrfsic_bh_end_io; in btrfsic_process_written_block()2178 bh->b_end_io = block->orig_bio_bh_end_io.bh; in btrfsic_bh_end_io()2180 bh->b_end_io(bh, uptodate); in btrfsic_bh_end_io()2782 block->orig_bio_bh_end_io.bh = bh->b_end_io; in btrfsic_submit_bh()2785 bh->b_end_io = btrfsic_bh_end_io; in btrfsic_submit_bh()
3533 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()726 bh->b_end_io = journal_end_buffer_io_sync; in jbd2_journal_commit_transaction()
1375 bh->b_end_io = end_buffer_write_sync; in jbd2_write_superblock()
796 bh->b_end_io = end_buffer_write_sync; in ntfs_empty_logfile()
341 tbh->b_end_io = ntfs_end_buffer_async_read; in ntfs_read_block()1190 tbh->b_end_io = end_buffer_write_sync; in ntfs_write_mst_block()
660 tbh->b_end_io = end_buffer_read_sync; in ntfs_read_compressed_block()
585 tbh->b_end_io = end_buffer_write_sync; in ntfs_sync_mft_mirror()782 tbh->b_end_io = end_buffer_write_sync; in write_mft_record_nolock()
541 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()
445 void (*b_end_io)(struct buffer_head *bh, int uptodate);
395 bh->b_end_io = end_bitmap_write; in read_page()
1068 Now bh->b_end_io is replaced by bio->bi_end_io, but most of the time the