Searched refs:bh_end_write (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ |
| H A D | buffer.c | 200 void bh_end_write(struct bio *bio) in bh_end_write() function 214 EXPORT_SYMBOL(bh_end_write); 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()
|
| /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 | 6358 (test_opt(sb, BARRIER) ? REQ_FUA : 0), bh_end_write); in ext4_commit_super()
|