Searched refs:WB_async_congested (Results 1 – 6 of 6) sorted by relevance
487 return inode_congested(inode, 1 << WB_async_congested); in inode_write_congested()493 (1 << WB_async_congested)); in inode_rw_congested()508 return bdi_congested(bdi, 1 << WB_async_congested); in bdi_write_congested()514 (1 << WB_async_congested)); in bdi_rw_congested()
28 WB_async_congested, /* The async (write) queue is getting full */ enumerator
903 bit = sync ? WB_sync_congested : WB_async_congested; in clear_wb_congested()916 bit = sync ? WB_sync_congested : WB_async_congested; in set_wb_congested()
2379 r |= (1 << WB_async_congested); in drbd_congested()2402 if (bdi_bits & (1 << WB_async_congested) && in drbd_congested()2404 r |= (1 << WB_async_congested); in drbd_congested()
717 if ((bits & (1 << WB_async_congested)) && in raid1_congested()732 if ((bits & (1 << WB_async_congested)) || 1) in raid1_congested()
828 if ((bits & (1 << WB_async_congested)) && in raid10_congested()