Searched refs:BDI_async_congested (Results 1 – 5 of 5) sorted by relevance
31 BDI_async_congested, /* The async (write) queue is getting full */ enumerator262 return bdi_congested(bdi, 1 << BDI_async_congested); in bdi_write_congested()268 (1 << BDI_async_congested)); in bdi_rw_congested()
482 bit = sync ? BDI_sync_congested : BDI_async_congested; in clear_bdi_congested()495 bit = sync ? BDI_sync_congested : BDI_async_congested; in set_bdi_congested()
2379 r |= (1 << BDI_async_congested); in drbd_congested()2402 if (bdi_bits & (1 << BDI_async_congested) && in drbd_congested()2404 r |= (1 << BDI_async_congested); in drbd_congested()
748 if ((bits & (1 << BDI_async_congested)) && in raid1_congested()763 if ((bits & (1<<BDI_async_congested)) || 1) in raid1_congested()
917 if ((bits & (1 << BDI_async_congested)) && in raid10_congested()