Home
last modified time | relevance | path

Searched refs:MD_DIRTY (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/block/drbd/
H A Ddrbd_int.h412 MD_DIRTY, /* current uuids and flags not yet on disk */ enumerator
H A Ddrbd_main.c3026 * drbd_md_sync() - Writes the meta data super block if the MD_DIRTY flag bit is set
3039 if (!test_and_clear_bit(MD_DIRTY, &device->flags)) in drbd_md_sync()
3304 * the meta-data super block. This function sets MD_DIRTY, and starts a
3309 if (!test_and_set_bit(MD_DIRTY, &device->flags)) in drbd_md_mark_dirty()