bh_end_write
EXPORT_SYMBOL(bh_end_write);
bh_submit(bh, REQ_OP_WRITE | op_flags, bh_end_write);
bh_submit(bh, REQ_OP_WRITE | op_flags, bh_end_write);
bh_end_write);
(test_opt(sb, BARRIER) ? REQ_FUA : 0), bh_end_write);
bh_submit(bh, REQ_OP_WRITE | write_flags, bh_end_write);
bh_submit(bh, REQ_OP_WRITE, bh_end_write);
bh_submit(bh, REQ_OP_WRITE, bh_end_write);
void bh_end_write(struct bio *bio);