Home
last modified time | relevance | path

Searched refs:b_end_io (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/fs/ocfs2/
H A Dbuffer_head_io.c66 bh->b_end_io = end_buffer_write_sync; in ocfs2_write_block()
149 bh->b_end_io = end_buffer_read_sync; in ocfs2_read_blocks_sync()
329 bh->b_end_io = end_buffer_read_sync; in ocfs2_read_blocks()
450 bh->b_end_io = end_buffer_write_sync; in ocfs2_write_super_or_backup()
/openbmc/linux/fs/gfs2/
H A Dmeta_io.c209 bh->b_end_io(bh, !bio->bi_status); in gfs2_meta_read_endio()
273 bh->b_end_io = end_buffer_read_sync; in gfs2_meta_read()
286 bh->b_end_io = end_buffer_read_sync; in gfs2_meta_read()
H A Ddir.c1510 bh->b_end_io = end_buffer_read_sync; in gfs2_dir_readahead()
H A Dbmap.c309 rabh->b_end_io = end_buffer_read_sync; in gfs2_metapath_ra()
/openbmc/linux/fs/
H A Dbuffer.c449 bh->b_end_io = end_buffer_async_read_io; in mark_buffer_async_read()
456 bh->b_end_io = handler; in mark_buffer_async_write_endio()
1013 bh->b_end_io = NULL; in folio_init_buffers()
1278 bh->b_end_io = end_buffer_read_sync; in __bread_slow()
2784 bh->b_end_io(bh, !bio->bi_status); in end_bio_bh_io_sync()
2796 BUG_ON(!bh->b_end_io); in submit_bh_wbc()
2846 bh->b_end_io = end_buffer_write_sync; in write_dirty_buffer()
2872 bh->b_end_io = end_buffer_write_sync; in __sync_dirty_buffer()
3099 bh->b_end_io = end_buffer_read_sync; in __bh_read()
3142 bh->b_end_io = end_buffer_read_sync; in __bh_read_batch()
/openbmc/linux/fs/nilfs2/
H A Dgcinode.c89 bh->b_end_io = end_buffer_read_sync; in nilfs_gccache_submit_read_data()
H A Dbtnode.c137 bh->b_end_io = end_buffer_read_sync; in nilfs_btnode_submit_block()
H A Dmdt.c148 bh->b_end_io = end_buffer_read_sync; in nilfs_mdt_submit_block()
/openbmc/linux/fs/ext4/
H A Dmmp.c49 bh->b_end_io = end_buffer_write_sync; in write_mmp_block_thawed()
H A Dfast_commit.c687 bh->b_end_io = ext4_end_buffer_io_sync; in ext4_fc_submit_bh()
H A Dsuper.c179 bh->b_end_io = end_io ? end_io : end_buffer_read_sync; in __ext4_read_bh()
6222 sbh->b_end_io = end_buffer_write_sync; in ext4_commit_super()
/openbmc/linux/fs/jbd2/
H A Dcommit.c150 bh->b_end_io = journal_end_buffer_io_sync; in journal_submit_commit_record()
730 bh->b_end_io = journal_end_buffer_io_sync; in jbd2_journal_commit_transaction()
H A Djournal.c1861 bh->b_end_io = end_buffer_write_sync; in jbd2_write_superblock()
/openbmc/linux/include/linux/
H A Dbuffer_head.h72 bh_end_io_t *b_end_io; /* I/O completion */ member
/openbmc/linux/fs/ntfs/
H A Daops.c338 tbh->b_end_io = ntfs_end_buffer_async_read; in ntfs_read_block()
1189 tbh->b_end_io = end_buffer_write_sync; in ntfs_write_mst_block()
H A Dlogfile.c795 bh->b_end_io = end_buffer_write_sync; in ntfs_empty_logfile()
H A Dcompress.c660 tbh->b_end_io = end_buffer_read_sync; in ntfs_read_compressed_block()
H A Dmft.c585 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()
H A Dfile.c534 bh->b_end_io = end_buffer_read_sync; in ntfs_submit_bh_for_read()
/openbmc/linux/fs/reiserfs/
H A Djournal.c646 bh->b_end_io = reiserfs_end_buffer_io_sync; in submit_logged_buffer()
659 bh->b_end_io = reiserfs_end_ordered_io; in submit_ordered_buffer()
/openbmc/linux/Documentation/filesystems/
H A Dlocking.rst471 void (*b_end_io)(struct buffer_head *bh, int uptodate);
/openbmc/linux/drivers/md/
H A Dmd-bitmap.c390 bh->b_end_io = end_bitmap_write; in read_file_page()