| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | buffer_head_io.c | 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()
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | meta_io.c | 201 bh->b_end_io(bh, !bio->bi_status); in gfs2_meta_read_endio() 267 bh->b_end_io = end_buffer_read_sync; in gfs2_meta_read() 280 bh->b_end_io = end_buffer_read_sync; in gfs2_meta_read()
|
| H A D | dir.c | 1508 bh->b_end_io = end_buffer_read_sync; in gfs2_dir_readahead()
|
| H A D | bmap.c | 312 rabh->b_end_io = end_buffer_read_sync; in gfs2_metapath_ra()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | buffer.c | 407 bh->b_end_io = end_buffer_async_read_io; in mark_buffer_async_read() 414 bh->b_end_io = handler; in mark_buffer_async_write_endio() 929 bh->b_end_io = NULL; in init_page_buffers() 1208 bh->b_end_io = end_buffer_read_sync; in __bread_slow() 2697 bh->b_end_io = end_buffer_read_nobh; in nobh_write_begin() 3033 bh->b_end_io(bh, !bio->bi_status); in end_bio_bh_io_sync() 3044 BUG_ON(!bh->b_end_io); in submit_bh_wbc() 3129 bh->b_end_io = end_buffer_write_sync; in ll_rw_block() 3136 bh->b_end_io = end_buffer_read_sync; in ll_rw_block() 3154 bh->b_end_io = end_buffer_write_sync; in write_dirty_buffer() [all …]
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | gcinode.c | 93 bh->b_end_io = end_buffer_read_sync; in nilfs_gccache_submit_read_data()
|
| H A D | btnode.c | 123 bh->b_end_io = end_buffer_read_sync; in nilfs_btnode_submit_block()
|
| H A D | mdt.c | 149 bh->b_end_io = end_buffer_read_sync; in nilfs_mdt_submit_block()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | mmp.c | 53 bh->b_end_io = end_buffer_write_sync; in write_mmp_block()
|
| H A D | fast_commit.c | 562 bh->b_end_io = ext4_end_buffer_io_sync; in ext4_fc_submit_bh()
|
| H A D | super.c | 155 bh->b_end_io = end_io ? end_io : end_buffer_read_sync; in __ext4_read_bh()
|
| /OK3568_Linux_fs/kernel/fs/jbd2/ |
| H A D | commit.c | 152 bh->b_end_io = journal_end_buffer_io_sync; in journal_submit_commit_record() 776 bh->b_end_io = journal_end_buffer_io_sync; in jbd2_journal_commit_transaction()
|
| H A D | journal.c | 1590 bh->b_end_io = end_buffer_write_sync; in jbd2_write_superblock()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | buffer_head.h | 70 bh_end_io_t *b_end_io; /* I/O completion */ member
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | aops.c | 338 tbh->b_end_io = ntfs_end_buffer_async_read; in ntfs_read_block() 1187 tbh->b_end_io = end_buffer_write_sync; in ntfs_write_mst_block()
|
| H A D | logfile.c | 796 bh->b_end_io = end_buffer_write_sync; in ntfs_empty_logfile()
|
| H A D | compress.c | 660 tbh->b_end_io = end_buffer_read_sync; in ntfs_read_compressed_block()
|
| H A D | mft.c | 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()
|
| H A D | file.c | 541 bh->b_end_io = end_buffer_read_sync; in ntfs_submit_bh_for_read()
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | journal.c | 648 bh->b_end_io = reiserfs_end_buffer_io_sync; in submit_logged_buffer() 661 bh->b_end_io = reiserfs_end_ordered_io; in submit_ordered_buffer()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | locking.rst | 451 void (*b_end_io)(struct buffer_head *bh, int uptodate);
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | md-bitmap.c | 392 bh->b_end_io = end_bitmap_write; in read_page()
|
| /OK3568_Linux_fs/kernel/Documentation/block/ |
| H A D | biodoc.rst | 1068 Now bh->b_end_io is replaced by bio->bi_end_io, but most of the time the
|