Home
last modified time | relevance | path

Searched refs:BIO_SNAP_STABLE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dblk_types.h124 #define BIO_SNAP_STABLE 10 /* bio data must be snapshotted during write */ macro
/linux-4.1.27/block/
Dbounce.c190 return test_bit(BIO_SNAP_STABLE, &bio->bi_flags); in must_snapshot_stable_pages()
/linux-4.1.27/fs/jbd/
Dcommit.c175 _submit_bh(write_op, wbuf[i], 1 << BIO_SNAP_STABLE); in journal_do_submit_data()
689 _submit_bh(write_op, bh, 1 << BIO_SNAP_STABLE); in journal_commit_transaction()