Determine whether there is writeback in progress
int writeback_in_progress(struct backing_dev_info * bdi);
bdi
the device's backing_dev_info structure.
Determine whether there is writeback waiting to be handled against a backing device.