Searched refs:drbd_md_sync (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/block/drbd/
H A Ddrbd_main.c900 drbd_md_sync(device);
1283 drbd_md_sync(device);
2971 drbd_md_sync(device);
3040 * drbd_md_sync() - Writes the meta data super block if the MD_DIRTY flag bit is set
3043 void drbd_md_sync(struct drbd_device *device) function
3319 * timer that ensures that within five seconds you have to call drbd_md_sync().
3396 drbd_md_sync(device);
3435 drbd_md_sync(device);
3442 drbd_md_sync(device);
H A Ddrbd_worker.c1024 drbd_md_sync(device);
1911 drbd_md_sync(device);
1984 drbd_md_sync(device);
1994 drbd_warn(device, "md_sync_timer expired! Worker calls drbd_md_sync().\n");
1995 drbd_md_sync(device);
H A Ddrbd_nl.c376 drbd_md_sync(device);
751 drbd_md_sync(device);
927 * You should call drbd_md_sync() after calling this function.
1145 * failed, and 0 on success. You should call drbd_md_sync() after you called
1602 drbd_md_sync(device);
2109 drbd_md_sync(device);
2122 drbd_md_sync(device);
2869 drbd_md_sync(device);
4168 drbd_md_sync(device);
H A Ddrbd_receiver.c4154 drbd_md_sync(device);
4280 drbd_md_sync(device);
4365 drbd_md_sync(device);
4586 drbd_md_sync(device); /* update connected indicator, la_size_sect, ... */
5215 drbd_md_sync(device);
H A Ddrbd_state.c1956 drbd_md_sync(device);
2034 drbd_md_sync(device);
H A Ddrbd_int.h452 MD_SYNC, /* tell worker to call drbd_md_sync() */
1059 extern void drbd_md_sync(struct drbd_device *device);

Completed in 145 milliseconds