Searched refs:bh_submit (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/ |
| H A D | buffer.c | 1144 void bh_submit(struct buffer_head *bh, blk_opf_t opf, bio_end_io_t end_io) in bh_submit() function 1148 EXPORT_SYMBOL(bh_submit); 1157 bh_submit(bh, REQ_OP_READ, bh_end_read); in __bread_slow() 2359 bh_submit(prev, REQ_OP_READ, bh_end_async_read); in block_read_full_folio() 2373 bh_submit(prev, REQ_OP_READ, bh_end_async_read); in block_read_full_folio() 2688 bh_submit(bh, REQ_OP_WRITE | op_flags, bh_end_write); in write_dirty_buffer() 2711 bh_submit(bh, REQ_OP_WRITE | op_flags, bh_end_write); in __sync_dirty_buffer() 2943 bh_submit(bh, REQ_OP_READ | op_flags, bh_end_read); in __bh_read() 2985 bh_submit(bh, REQ_OP_READ | op_flags, bh_end_read); in __bh_read_batch()
|
| /linux/drivers/md/ |
| H A D | md-bitmap.c | 525 bh_submit(bh, REQ_OP_WRITE | REQ_SYNC, end_bitmap_write); in write_file_page() 601 bh_submit(bh, REQ_OP_READ, end_bitmap_write); in read_file_page()
|
| /linux/fs/gfs2/ |
| H A D | bmap.c | 307 bh_submit(rabh, in gfs2_metapath_ra()
|
| /linux/fs/jbd2/ |
| H A D | journal.c | 1822 bh_submit(bh, REQ_OP_WRITE | write_flags, bh_end_write); in jbd2_write_superblock()
|
| /linux/fs/ext4/ |
| H A D | fast_commit.c | 675 bh_submit(bh, REQ_OP_WRITE | write_flags, bh_end_write); in ext4_fc_submit_bh()
|
| H A D | super.c | 181 bh_submit(bh, REQ_OP_READ | op_flags, end_io); in __ext4_read_bh() 6357 bh_submit(sbh, REQ_OP_WRITE | REQ_SYNC | in ext4_commit_super()
|