Searched refs:WB_sync_congested (Results 1 – 3 of 3) sorted by relevance
416 return inode_congested(inode, 1 << WB_sync_congested); in inode_read_congested()426 return inode_congested(inode, (1 << WB_sync_congested) | in inode_rw_congested()437 return bdi_congested(bdi, 1 << WB_sync_congested); in bdi_read_congested()447 return bdi_congested(bdi, (1 << WB_sync_congested) | in bdi_rw_congested()
33 WB_sync_congested, /* The sync queue is getting full */ enumerator
999 bit = sync ? WB_sync_congested : WB_async_congested; in clear_bdi_congested()1012 bit = sync ? WB_sync_congested : WB_async_congested; in set_bdi_congested()