Home
last modified time | relevance | path

Searched refs:bh_end_write (Results 1 – 4 of 4) sorted by relevance

/linux/fs/
H A Dbuffer.c200 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 Djournal.c1822 bh_submit(bh, REQ_OP_WRITE | write_flags, bh_end_write); in jbd2_write_superblock()
/linux/fs/ext4/
H A Dfast_commit.c675 bh_submit(bh, REQ_OP_WRITE | write_flags, bh_end_write); in ext4_fc_submit_bh()
H A Dsuper.c6358 (test_opt(sb, BARRIER) ? REQ_FUA : 0), bh_end_write); in ext4_commit_super()