Searched refs:WB_async_congested (Results 1 – 2 of 2) sorted by relevance
477 return inode_congested(inode, 1 << WB_async_congested); in inode_write_congested()483 (1 << WB_async_congested)); in inode_rw_congested()498 return bdi_congested(bdi, 1 << WB_async_congested); in bdi_write_congested()504 (1 << WB_async_congested)); in bdi_rw_congested()
32 WB_async_congested, /* The async (write) queue is getting full */ enumerator