Home
last modified time | relevance | path

Searched refs:MD_DIRTY (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_main.c3070 * drbd_md_sync() - Writes the meta data super block if the MD_DIRTY flag bit is set
3083 if (!test_and_clear_bit(MD_DIRTY, &device->flags)) in drbd_md_sync()
3348 * the meta-data super block. This function sets MD_DIRTY, and starts a
3353 if (!test_and_set_bit(MD_DIRTY, &device->flags)) in drbd_md_mark_dirty()
H A Ddrbd_int.h484 MD_DIRTY, /* current uuids and flags not yet on disk */ enumerator
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_main.c3033 * drbd_md_sync() - Writes the meta data super block if the MD_DIRTY flag bit is set
3046 if (!test_and_clear_bit(MD_DIRTY, &device->flags)) in drbd_md_sync()
3311 * the meta-data super block. This function sets MD_DIRTY, and starts a
3316 if (!test_and_set_bit(MD_DIRTY, &device->flags)) in drbd_md_mark_dirty()
H A Ddrbd_int.h416 MD_DIRTY, /* current uuids and flags not yet on disk */ enumerator

Completed in 18 milliseconds