Searched refs:unplug_work (Results 1 – 4 of 4) sorted by relevance
1920 &device->unplug_work); in drbd_queue_unplug()1970 INIT_LIST_HEAD(&device->unplug_work.list); in drbd_init_set_defaults()1978 device->unplug_work.cb = w_send_write_hint; in drbd_init_set_defaults()2052 D_ASSERT(device, list_empty(&device->unplug_work.list)); in drbd_device_cleanup()
844 struct drbd_work unplug_work; member
1390 container_of(w, struct drbd_device, unplug_work); in w_send_write_hint()
1848 static void unplug_work(struct work_struct *work) in unplug_work() function1861 INIT_WORK(&plug->work, unplug_work); in btrfs_raid_unplug()